Searched defs:port_fd_callback (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fd.c42 static int port_fd_callback(void *, int *, pid_t, int, void *);
48 * port_fd_callback()
52 * events. In the port_fd_callback() case the "arg" is a pointer to portfd_t
54 * The port_fd_callback() function is notified in three cases:
79 port_fd_callback(void *arg, int *events, pid_t pid, int flag, void *evp) function
251 pkevp->portkev_callback = port_fd_callback;

Completed in 59 milliseconds