Home
last modified time | relevance | path

Searched defs:devfd (Results 1 – 17 of 17) sorted by relevance

/freebsd-13-stable/lib/libufs/
HDsblock.c136 sbget(int devfd, struct fs **fsp, off_t sblockloc) in sbget()
146 use_pread(void *devfd, off_t loc, void **bufp, int size) in use_pread()
167 sbput(int devfd, struct fs *fs, int numaltwrite) in sbput()
199 use_pwrite(void *devfd, off_t loc, void *buf, int size) in use_pwrite()
HDcgroup.c220 cgget(int devfd, struct fs *fs, int cg, struct cg *cgp) in cgget()
297 cgput(int devfd, struct fs *fs, struct cg *cgp) in cgput()
/freebsd-13-stable/usr.bin/write/
HDwrite.c89 int devfd; in main() local
227 search_utmp(int devfd, char *user, char *tty, char *mytty, uid_t myuid) in search_utmp()
275 term_chk(int devfd, char *tty, int *msgsokP, time_t *atimeP, int showerror) in term_chk()
293 do_write(int devfd, char *tty, char *mytty, const char *login) in do_write()
/freebsd-13-stable/sys/ufs/ffs/
HDffs_subr.c158 ffs_sbget(void *devfd, struct fs **fsp, off_t altsblock, in ffs_sbget()
160 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in ffs_sbget()
256 readsuper(void *devfd, struct fs **fsp, off_t sblockloc, int isaltsblk, in readsuper()
257 int chkhash, int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in readsuper()
685 ffs_sbput(void *devfd, struct fs *fs, off_t loc, in ffs_sbput()
686 int (*writefunc)(void *devfd, off_t loc, void *buf, int size)) in ffs_sbput()
HDffs_vfsops.c1240 ffs_use_bread(void *devfd, off_t loc, void **bufp, int size) in ffs_use_bread()
2042 struct devfd { struct
2058 struct devfd devfd; in ffs_sbupdate() argument
2085 ffs_use_bwrite(void *devfd, off_t loc, void *buf, int size) in ffs_use_bwrite()
/freebsd-13-stable/sbin/ipf/ipfs/
HDipfs.c206 int c, lock = -1, devfd = -1, err = 0, rw = -1, ns = -1, set = 0; in main() local
766 int fd, devfd; in writeall() local
816 int fd, devfd; in readall() local
/freebsd-13-stable/sbin/fsck_ffs/
HDsetup.c510 calcsb(char *dev, int devfd, struct fs *fs) in calcsb()
555 chkrecovery(int devfd) in chkrecovery()
/freebsd-13-stable/usr.sbin/cpucontrol/
HDamd.c76 int devfd; in amd_update() local
HDvia.c79 int devfd; in via_update() local
HDcpucontrol.h35 int devfd; /* RDWR handle to cpucontrol device */ member
HDamd10h.c108 int devfd; in amd10h_update() local
HDintel.c79 int devfd; in intel_update() local
HDcpucontrol.c340 try_a_fw_image(const char *dev_path, int devfd, int fwdfd, const char *dpath, in try_a_fw_image()
/freebsd-13-stable/sbin/fsirand/
HDfsirand.c110 int devfd, n, cg, ret; in fsirand() local
/freebsd-13-stable/sys/geom/
HDgeom_io.c906 g_use_g_read_data(void *devfd, off_t loc, void **bufp, int size) in g_use_g_read_data()
956 g_use_g_write_data(void *devfd, off_t loc, void *buf, int size) in g_use_g_write_data()
/freebsd-13-stable/usr.sbin/rpc.lockd/
HDkern.c73 static int devfd; variable
/freebsd-13-stable/stand/libsa/
HDufs.c706 ufs_use_sa_read(void *devfd, off_t loc, void **bufp, int size) in ufs_use_sa_read()