Searched refs:rfd_open (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_rfd.h | 67 int rfd_open(char *, int, rfd_class_t, void(*)(struct rfd *), void *, int,
|
H A D | rcapd_rfd.c | 152 rfd_open(char *name, int revoke_ok, rfd_class_t class, function 250 * rfd_open() will append as many RFD_RESERVED-clsas 255 fd = rfd_open("/dev/null", 1, RFD_RESERVED, NULL, NULL,
|
H A D | rcapd_scanner.c | 482 if ((lpc->lpc_pgdata_fd = rfd_open(pathbuf, 1, RFD_PAGEDATA, 1026 if ((lpc->lpc_xmap_fd = rfd_open(pathbuf, 1, RFD_XMAP,
|
H A D | rcapd_main.c | 335 if ((fd = rfd_open(pathbuf, 1, RFD_PSINFO,
|
Completed in 50 milliseconds