Searched refs:rfd_open (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_rfd.c | 152 rfd_open(char *name, int revoke_ok, rfd_class_t class, in rfd_open() function 255 fd = rfd_open("/dev/null", 1, RFD_RESERVED, NULL, NULL, in rfd_reserve()
|
H A D | rcapd_rfd.h | 67 int rfd_open(char *, int, rfd_class_t, void(*)(struct rfd *), void *, int,
|
H A D | rcapd_scanner.c | 482 if ((lpc->lpc_pgdata_fd = rfd_open(pathbuf, 1, RFD_PAGEDATA, in merge_current_pagedata() 1026 if ((lpc->lpc_xmap_fd = rfd_open(pathbuf, 1, RFD_XMAP, in lpc_xmap_update()
|
H A D | rcapd_main.c | 335 if ((fd = rfd_open(pathbuf, 1, RFD_PSINFO, in get_psinfo()
|