Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c510 (void) putnextctl_wait(sd_wrq, M_HANGUP); in fifo_close()
562 (void) putnextctl_wait(sd_wrq, M_HANGUP); in fifo_close()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1241 extern int putnextctl_wait(queue_t *, int);
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c3571 putnextctl_wait(queue_t *q, int type) in putnextctl_wait() function