Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libufs/
H A Dsblock.c138 sbget(int devfd, struct fs **fsp, off_t sblockloc) in sbget()
148 use_pread(void *devfd, off_t loc, void **bufp, int size) in use_pread()
169 sbput(int devfd, struct fs *fs, int numaltwrite) in sbput()
201 use_pwrite(void *devfd, off_t loc, void *buf, int size) in use_pwrite()
H A Dcgroup.c222 cgget(int devfd, struct fs *fs, int cg, struct cg *cgp) in cgget()
295 cgput(int devfd, struct fs *fs, struct cg *cgp) in cgput()
/freebsd-13.1/usr.bin/write/
H A Dwrite.c91 int devfd; in main() local
229 search_utmp(int devfd, char *user, char *tty, char *mytty, uid_t myuid) in search_utmp()
277 term_chk(int devfd, char *tty, int *msgsokP, time_t *atimeP, int showerror) in term_chk()
295 do_write(int devfd, char *tty, char *mytty, const char *login) in do_write()
/freebsd-13.1/sys/ufs/ffs/
H A Dffs_subr.c154 ffs_sbget(void *devfd, struct fs **fsp, off_t altsblock, in ffs_sbget()
156 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in ffs_sbget()
252 readsuper(void *devfd, struct fs **fsp, off_t sblockloc, int isaltsblk, in readsuper()
253 int chkhash, int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in readsuper()
328 ffs_sbput(void *devfd, struct fs *fs, off_t loc, in ffs_sbput()
329 int (*writefunc)(void *devfd, off_t loc, void *buf, int size)) in ffs_sbput()
H A Dffs_vfsops.c1280 ffs_use_bread(void *devfd, off_t loc, void **bufp, int size) in ffs_use_bread()
2178 struct devfd { struct
2197 struct devfd devfd; local
2224 ffs_use_bwrite(void *devfd, off_t loc, void *buf, int size) in ffs_use_bwrite()
/freebsd-13.1/sbin/fsck_ffs/
H A Dsetup.c389 calcsb(char *dev, int devfd, struct fs *fs) in calcsb()
434 chkrecovery(int devfd) in chkrecovery()
/freebsd-13.1/sbin/ipf/ipfs/
H A Dipfs.c207 int c, lock = -1, devfd = -1, err = 0, rw = -1, ns = -1, set = 0; in main() local
767 int fd, devfd; in writeall() local
817 int fd, devfd; in readall() local
/freebsd-13.1/usr.sbin/cpucontrol/
H A Damd.c78 int devfd; in amd_update() local
H A Dvia.c81 int devfd; in via_update() local
H A Dcpucontrol.h37 int devfd; /* RDWR handle to cpucontrol device */ member
H A Damd10h.c110 int devfd; in amd10h_update() local
H A Dintel.c81 int devfd; in intel_update() local
H A Dcpucontrol.c342 try_a_fw_image(const char *dev_path, int devfd, int fwdfd, const char *dpath, in try_a_fw_image()
/freebsd-13.1/sbin/fsirand/
H A Dfsirand.c115 int devfd, n, cg, ret; in fsirand() local
/freebsd-13.1/sys/geom/
H A Dgeom_io.c905 g_use_g_read_data(void *devfd, off_t loc, void **bufp, int size) in g_use_g_read_data()
955 g_use_g_write_data(void *devfd, off_t loc, void *buf, int size) in g_use_g_write_data()
/freebsd-13.1/usr.sbin/rpc.lockd/
H A Dkern.c75 static int devfd; variable
/freebsd-13.1/stand/libsa/
H A Dufs.c715 ufs_use_sa_read(void *devfd, off_t loc, void **bufp, int size) in ufs_use_sa_read()