Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dport_impl.h207 typedef struct portfd { struct
209 struct portfd *pfd_next; argument
210 struct portfd *pfd_prev; argument
215 #define PDTOF(pdp) ((struct portfd *)(pdp)) argument
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 Duser.h99 struct portfd *uf_portfd; /* associated with port [grow] */
103 2 * sizeof (kcondvar_t) - sizeof (struct portfd *)];