Home
last modified time | relevance | path

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

/freebsd-12.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()
/freebsd-12.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-12.1/sys/ufs/ffs/
H A Dffs_subr.c215 ffs_sbget(void *devfd, struct fs **fsp, off_t altsblock, in ffs_sbget()
217 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in ffs_sbget()
300 readsuper(void *devfd, struct fs **fsp, off_t sblockloc, int isaltsblk, in readsuper()
301 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in readsuper()
339 ffs_sbput(void *devfd, struct fs *fs, off_t loc, in ffs_sbput()
340 int (*writefunc)(void *devfd, off_t loc, void *buf, int size)) in ffs_sbput()
H A Dffs_vfsops.c1099 ffs_use_bread(void *devfd, off_t loc, void **bufp, int size) in ffs_use_bread()
1896 struct devfd { struct
1915 struct devfd devfd; local
1942 ffs_use_bwrite(void *devfd, off_t loc, void *buf, int size) in ffs_use_bwrite()
/freebsd-12.1/sbin/fsck_ffs/
H A Dsetup.c452 calcsb(char *dev, int devfd, struct fs *fs) in calcsb()
493 chkrecovery(int devfd) in chkrecovery()
/freebsd-12.1/contrib/ipfilter/tools/
H A Dipfs.c211 int c, lock = -1, devfd = -1, err = 0, rw = -1, ns = -1, set = 0; local
783 int fd, devfd; local
834 int fd, devfd; local
/freebsd-12.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.c341 try_a_fw_image(const char *dev_path, int devfd, int fwdfd, const char *dpath, in try_a_fw_image()
/freebsd-12.1/sbin/fsirand/
H A Dfsirand.c117 int devfd, n, cg, ret; in fsirand() local
/freebsd-12.1/sys/geom/
H A Dgeom_io.c956 g_use_g_read_data(void *devfd, off_t loc, void **bufp, int size) in g_use_g_read_data()
1004 g_use_g_write_data(void *devfd, off_t loc, void *buf, int size) in g_use_g_write_data()
/freebsd-12.1/usr.sbin/rpc.lockd/
H A Dkern.c75 static int devfd; variable
/freebsd-12.1/stand/libsa/
H A Dufs.c685 ufs_use_sa_read(void *devfd, off_t loc, void **bufp, int size) in ufs_use_sa_read()