Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocknotify.c61 static int i_so_notify_last_rx(struct sonode *, int *, int *);
132 (void) i_so_notify_last_rx(so, &pollev, &sigev); in so_notify_disconnected()
297 (void) i_so_notify_last_rx(so, &pollev, &sigev); in so_notify_eof()
356 (void) i_so_notify_last_rx(so, &pollev, &sigev); in so_notify_shutdown()
372 i_so_notify_last_rx(struct sonode *so, int *pollev, int *sigev) in i_so_notify_last_rx() function