Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dport_kernel.h168 int port_associate_fd(struct port *, int, uintptr_t, int, void *);
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fd.c175 port_associate_fd(port_t *pp, int source, uintptr_t object, int events, in port_associate_fd() function
H A Dport.c649 error = port_associate_fd(pp, (int)a1, (uintptr_t)a2, in portfs()