Searched refs:devfile (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/lib/pyzfs/common/ |
| H A D | ioctl.c | 534 PyObject *devfile; in initioctl() local 540 devfile = PyObject_GetAttrString(zfs_util, "dev"); in initioctl() 541 zfsdevfd = PyObject_AsFileDescriptor(devfile); in initioctl()
|
| /netbsd-src/tests/dev/audio/ |
| H A D | audiotest.c | 1457 char devfile[16]; in test_open() local 1473 snprintf(devfile, sizeof(devfile), "/dev/%s%d", devname, unit); in test_open() 1526 fd = OPEN(devfile, mode); in test_open() 1605 fd = OPEN(devfile, mode); in test_open() 3397 char devfile[16]; in test_poll_in_open() local 3408 snprintf(devfile, sizeof(devfile), "/dev/%s%d", devname, unit); in test_poll_in_open() 3411 fd = OPEN(devfile, O_RDONLY); in test_poll_in_open()
|