Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/sys/ufs/ffs/
H A Dffs_subr.c249 readsuper(void *devfd, struct fs **fsp, off_t sblockloc, int flags, in readsuper() argument
149 ffs_sbget(void * devfd,struct fs ** fsp,off_t sblock,int flags,struct malloc_type * filltype,int (* readfunc)(void * devfd,off_t loc,void ** bufp,int size)) ffs_sbget() argument
151 ffs_sbget(void * devfd,struct fs ** fsp,off_t sblock,int flags,struct malloc_type * filltype,int (* readfunc)(void * devfd,off_t loc,void ** bufp,int size)) ffs_sbget() argument
248 readsuper(void * devfd,struct fs ** fsp,off_t sblockloc,int flags,int (* readfunc)(void * devfd,off_t loc,void ** bufp,int size)) readsuper() argument
636 ffs_sbsearch(void * devfd,struct fs ** fsp,int reqflags,struct malloc_type * filltype,int (* readfunc)(void * devfd,off_t loc,void ** bufp,int size)) ffs_sbsearch() argument
638 ffs_sbsearch(void * devfd,struct fs ** fsp,int reqflags,struct malloc_type * filltype,int (* readfunc)(void * devfd,off_t loc,void ** bufp,int size)) ffs_sbsearch() argument
791 ffs_sbput(void * devfd,struct fs * fs,off_t loc,int (* writefunc)(void * devfd,off_t loc,void * buf,int size)) ffs_sbput() argument
792 ffs_sbput(void * devfd,struct fs * fs,off_t loc,int (* writefunc)(void * devfd,off_t loc,void * buf,int size)) ffs_sbput() argument
[all...]
H A Dffs_vfsops.c1249 ffs_use_bread(void * devfd,off_t loc,void ** bufp,int size) ffs_use_bread() argument
2141 struct devfd { global() struct
2157 struct devfd devfd; ffs_sbupdate() local
2184 ffs_use_bwrite(void * devfd,off_t loc,void * buf,int size) ffs_use_bwrite() argument
[all...]
/freebsd-src/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-src/sbin/fsck_ffs/
H A Dsetup.c510 calcsb(char *dev, int devfd, struct fs *fs) in calcsb()
555 chkrecovery(int devfd) in chkrecovery()
/freebsd-src/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-src/sbin/fsirand/
H A Dfsirand.c110 int devfd, n, cg; in fsirand() local
/freebsd-src/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-src/usr.sbin/rpc.lockd/
H A Dkern.c72 static int devfd; variable
/freebsd-src/stand/libsa/
H A Dufs.c706 ufs_use_sa_read(void * devfd,off_t loc,void ** bufp,int size) ufs_use_sa_read() argument