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

/illumos-gate/usr/src/uts/common/os/
H A Daio.c1223 int aio_port; local
1431 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT);
1433 if (aio_port | aio_thread) {
1438 if (aio_port) {
2928 int aio_port; local
3146 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT);
3148 if (aio_port | aio_thread) {
3153 if (aio_port) {
3407 int aio_port; local
3637 aio_port
[all...]

Completed in 63 milliseconds