Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_rfd.c150 rfd_open(char *name, int revoke_ok, rfd_class_t class, in rfd_open() function
253 fd = rfd_open("/dev/null", 1, RFD_RESERVED, NULL, NULL, in rfd_reserve()
H A Drcapd_rfd.h65 int rfd_open(char *, int, rfd_class_t, void(*)(struct rfd *), void *, int,
H A Drcapd_scanner.c480 if ((lpc->lpc_pgdata_fd = rfd_open(pathbuf, 1, RFD_PAGEDATA, in merge_current_pagedata()
1025 if ((lpc->lpc_xmap_fd = rfd_open(pathbuf, 1, RFD_XMAP, in lpc_xmap_update()
H A Drcapd_main.c335 if ((fd = rfd_open(pathbuf, 1, RFD_PSINFO, in get_psinfo()