Home
last modified time | relevance | path

Searched refs:devfile (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/pyzfs/common/
H A Dioctl.c533 PyObject *devfile; in initioctl() local
539 devfile = PyObject_GetAttrString(zfs_util, "dev"); in initioctl()
540 zfsdevfd = PyObject_AsFileDescriptor(devfile); in initioctl()
/titanic_44/usr/src/lib/libbsm/common/
H A Ddevalloc.c1247 FILE *devfile; in da_open_devdb() local
1287 if ((devfile = fdopen(fda, fmode)) == NULL) { in da_open_devdb()
1293 *dafp = devfile; in da_open_devdb()
1323 if ((devfile = fdopen(fdm, fmode)) == NULL) { in da_open_devdb()
1330 *dmfp = devfile; in da_open_devdb()