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

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

Completed in 158 milliseconds