Searched refs:RFD_RESERVED (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_rfd.h47 RFD_RESERVED /* opened for use by external consumers */ enumerator in enum:__anon1297
H A Drcapd_rfd.c109 if (class != RFD_RESERVED)
110 rfd = rfd_find_prev_class(tail, RFD_RESERVED);
129 while (rfd != NULL && class == RFD_RESERVED && rfd->rfd_class ==
130 RFD_RESERVED)
250 * rfd_open() will append as many RFD_RESERVED-clsas
252 * non-RFD_RESERVED-class descriptors until nothing else can be
255 fd = rfd_open("/dev/null", 1, RFD_RESERVED, NULL, NULL,

Completed in 58 milliseconds