Searched refs:portfd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dport_kernel.h131 struct portfd **pc_hash; /* points to a hash table of ptrs */
173 void port_close_pfd(struct portfd *);
H A Dport_impl.h202 * There is a pointer to a portfd structure in uf_entry_t.
207 typedef struct portfd { struct
209 struct portfd *pfd_next;
210 struct portfd *pfd_prev;
215 #define PDTOF(pdp) ((struct portfd *)(pdp))
H A Duser.h99 struct portfd *uf_portfd; /* associated with port [grow] */
103 2 * sizeof (kcondvar_t) - sizeof (struct portfd *)];

Completed in 60 milliseconds