Home
last modified time | relevance | path

Searched refs:fdname (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmktree.c43 static char fdname[MAXPATHLEN] = {0}; variable
142 size_t size = sizeof (fdname); in getfdname()
143 if (snprintf(fdname, size, "%s/%c-l%dd%df%d", pdir, type, level, dir, in getfdname()
148 return (fdname); in getfdname()
/freebsd/tests/sys/cddl/zfs/bin/
H A Dmktree.c43 static char fdname[MAXPATHLEN] = {0}; variable
142 (void) snprintf(fdname, sizeof (fdname), in getfdname()
144 return (fdname); in getfdname()
/freebsd/tests/sys/fifo/
H A Dfifo_misc.c152 const char *fdname, const char *flagname) in test_ioctl_setclearflag() argument
158 warn("%s:%s: ioctl(%s, %s, 1)", testname, __func__, fdname, in test_ioctl_setclearflag()
166 warn("%s:%s: ioctl(%s, %s, 0)", testname, __func__, fdname, in test_ioctl_setclearflag()
H A Dfifo_io.c1010 const char *conditionname, const char *fdname) in assert_status() argument
1020 fdname, readable, writable, exception, conditionname); in assert_status()
1030 fdname, readable, writable, exception, conditionname); in assert_status()
1041 fdname, readable, writable, exception, conditionname); in assert_status()
1049 warnx("%s: %s fionread r:%d on %s", testname, fdname, in assert_status()