Searched refs:dev_file (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_missing_002_pos.ksh101 typeset dev_file=${DEVICE_DIR}/${DEVICE_FILE}$i
102 if [[ ! -e ${dev_file} ]]; then
103 log_must rm -f ${dev_file}
104 log_must truncate -s $FILE_SIZE ${dev_file}
/freebsd-13-stable/tests/sys/cddl/zfs/tests/hotplug/
H A Dhotplug.kshlib68 typeset dev_file="$@"
71 for file in $dev_file ; do
/freebsd-13-stable/contrib/ofed/libibumad/
H A Dumad.c624 char dev_file[UMAD_DEV_FILE_SZ]; local
637 snprintf(dev_file, sizeof(dev_file), "%s/umad%d",
640 if ((fd = open(dev_file, O_RDWR | O_NONBLOCK)) < 0) {
641 DEBUG("open %s failed: %s", dev_file, strerror(errno));
650 DEBUG("opened %s fd %d portid %d", dev_file, fd, umad_id);

Completed in 167 milliseconds