Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocknotify.c62 static int i_so_notify_last_tx(struct sonode *, int *, int *);
101 (void) i_so_notify_last_tx(so, &pollev, &sigev); in so_notify_disconnecting()
131 (void) i_so_notify_last_tx(so, &pollev, &sigev); in so_notify_disconnected()
354 (void) i_so_notify_last_tx(so, &pollev, &sigev); in so_notify_shutdown()
393 i_so_notify_last_tx(struct sonode *so, int *pollev, int *sigev) in i_so_notify_last_tx() function