Home
last modified time | relevance | path

Searched refs:rfd_class_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_rfd.h46 } rfd_class_t; typedef
53 rfd_class_t rfd_class; /* class of descriptor */
65 int rfd_open(char *, int, rfd_class_t, void(*)(struct rfd *), void *, int,
H A Drcapd_rfd.c62 static int rfd_revoke_next(rfd_class_t);
69 rfd_find_prev_class(rfd_t *rfd, rfd_class_t class) in rfd_find_prev_class()
92 rfd_revoke_next(rfd_class_t class) in rfd_revoke_next()
150 rfd_open(char *name, int revoke_ok, rfd_class_t class, in rfd_open()