Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cryptsetup/luks/
H A Dkeymanage.c87 int r = 0, devfd = -1; in LUKS_hdr_backup() local
153 int r = 0, devfd = -1, diff_uuid = 0; in LUKS_hdr_restore() local
302 int devfd = 0, r = 0; in LUKS_read_phdr_backup() local
329 int devfd = 0, r = 0; in LUKS_read_phdr() local
362 int devfd = 0; in LUKS_write_phdr() local
746 int devfd; in wipe() local
H A Dkeyencryption.c52 static int devfd=-1; variable
/dflybsd-src/usr.sbin/cpucontrol/
H A Damd.c78 int fd, devfd; in amd_update() local
H A Dvia.c81 int fd, devfd; in via_update() local
H A Damd10h.c110 int fd, devfd; in amd10h_update() local
H A Dintel.c81 int fd, devfd; in intel_update() local
/dflybsd-src/sbin/fsirand/
H A Dfsirand.c111 int devfd, n, cg; in fsirand() local
/dflybsd-src/contrib/cryptsetup/lib/
H A Dutils.c521 int devfd, r = 1; in device_ready() local
615 int devfd; in wipe_device_header() local
/dflybsd-src/sbin/udevd/
H A Dudevd.c265 udev_getdevs(int devfd) in udev_getdevs()