Searched defs:blocking_open (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel.c207 static int blocking_open(const char *, int);
2138 if ((prov->pkc_fd = blocking_open(pool_dynamic_location(),
3577 * blocking_open() guarantees access to the pool device, if open()
3581 blocking_open(const char *path, int oflag) function
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c94 * We use blocking_open() to guarantee access to the devinfo device, if open()
98 blocking_open(const char *path, int oflag) function
128 if ((fd = blocking_open("/devices/pseudo/devinfo@0:devinfo",
202 if ((fd = blocking_open("/devices/pseudo/devinfo@0:devinfo",
217 if ((fd = blocking_open("/devices/pseudo/devinfo@0:devinfo,ro",

Completed in 55 milliseconds