Home
last modified time | relevance | path

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

/freebsd/lib/libufs/
H A Dsblock.c196 sbget(int devfd, struct fs **fsp, off_t sblockloc, int flags) in sbget()
212 sbsearch(int devfd, struct fs **fsp, int flags) in sbsearch()
225 use_pread(void *devfd, off_t loc, void **bufp, int size) in use_pread()
247 sbput(int devfd, struct fs *fs, int numaltwrite) in sbput()
283 use_pwrite(void *devfd, off_t loc, void *buf, int size) in use_pwrite()
H A Dcgroup.c221 cgget(int devfd, struct fs *fs, int cg, struct cg *cgp) in cgget()
298 cgput(int devfd, struct fs *fs, struct cg *cgp) in cgput()
/freebsd/usr.bin/write/
H A Dwrite.c76 int devfd; in main() local
214 search_utmp(int devfd, char *user, char *tty, char *mytty, uid_t myuid) in search_utmp()
262 term_chk(int devfd, char *tty, int *msgsokP, time_t *atimeP, int showerror) in term_chk()
280 do_write(int devfd, char *tty, char *mytty, const char *login) in do_write()
/freebsd/sys/ufs/ffs/
H A Dffs_subr.c152 ffs_sbget(void *devfd, struct fs **fsp, off_t sblock, int flags, in ffs_sbget()
154 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in ffs_sbget()
251 readsuper(void *devfd, struct fs **fsp, off_t sblockloc, int flags, in readsuper()
252 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in readsuper()
776 ffs_sbsearch(void *devfd, struct fs **fsp, int reqflags, in ffs_sbsearch()
778 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in ffs_sbsearch()
931 ffs_sbput(void *devfd, struct fs *fs, off_t loc, in ffs_sbput()
932 int (*writefunc)(void *devfd, off_t loc, void *buf, int size)) in ffs_sbput()
H A Dffs_vfsops.c1208 ffs_use_bread(void *devfd, off_t loc, void **bufp, int size) in ffs_use_bread()
2010 struct devfd { struct
2026 struct devfd devfd; in ffs_sbupdate() argument
2053 ffs_use_bwrite(void *devfd, off_t loc, void *buf, int size) in ffs_use_bwrite()
/freebsd/sbin/ipf/ipfs/
H A Dipfs.c203 int c, lock = -1, devfd = -1, err = 0, rw = -1, ns = -1, set = 0; in main() local
763 int fd, devfd; in writeall() local
813 int fd, devfd; in readall() local
/freebsd/sbin/fsck_ffs/
H A Dsetup.c510 calcsb(char *dev, int devfd, struct fs *fs) in calcsb()
555 chkrecovery(int devfd) in chkrecovery()
/freebsd/usr.sbin/cpucontrol/
H A Damd.c76 int devfd; in amd_update() local
H A Damd10h.c98 int devfd; in amd10h_update() local
H A Dvia.c79 int devfd; in via_update() local
H A Dcpucontrol.h35 int devfd; /* RDWR handle to cpucontrol device */ member
H A Dintel.c79 int devfd; in intel_update() local
H A Dcpucontrol.c340 try_a_fw_image(const char *dev_path, int devfd, int fwdfd, const char *dpath, in try_a_fw_image()
/freebsd/sbin/fsirand/
H A Dfsirand.c110 int devfd, n, cg; in fsirand() local
/freebsd/sys/geom/
H A Dgeom_io.c914 g_use_g_read_data(void *devfd, off_t loc, void **bufp, int size) in g_use_g_read_data()
964 g_use_g_write_data(void *devfd, off_t loc, void *buf, int size) in g_use_g_write_data()
/freebsd/usr.sbin/rpc.lockd/
H A Dkern.c72 static int devfd; variable
/freebsd/stand/libsa/
H A Dufs.c706 ufs_use_sa_read(void * devfd,off_t loc,void ** bufp,int size) ufs_use_sa_read() argument