Searched refs:rfd_class_t (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_rfd.h | 48 } rfd_class_t; typedef 55 rfd_class_t rfd_class; /* class of descriptor */ 67 int rfd_open(char *, int, rfd_class_t, void(*)(struct rfd *), void *, int,
|
H A D | rcapd_rfd.c | 64 static int rfd_revoke_next(rfd_class_t); 71 rfd_find_prev_class(rfd_t *rfd, rfd_class_t class) in rfd_find_prev_class() 94 rfd_revoke_next(rfd_class_t class) in rfd_revoke_next() 152 rfd_open(char *name, int revoke_ok, rfd_class_t class, in rfd_open()
|