Searched refs:lio_port (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h65 int lio_port; /* port number notification */ member in struct:aio_lio
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h95 int lio_port; /* Port number for notification */ member in struct:aio_lio
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c367 if (head->lio_port >= 0 &&
369 head->lio_port = -1;
881 if (liop->lio_port >= 0 &&
883 liop->lio_port = -1;
H A Daio.c1285 head->lio_port = -1;
1317 head->lio_port = pnotify.portnfy_port;
2993 head->lio_port = -1;
3026 head->lio_port = pnotify.portnfy_port;
3478 head->lio_port = -1;
3511 head->lio_port = pnotify.portnfy_port;
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio_alloc.c274 head->lio_port = -1;
H A Dposix_aio.c208 head->lio_port = sigevp->sigev_signo;
216 head->lio_port = pn->portnfy_port;
1405 head->lio_port = sigevp->sigev_signo;
1413 head->lio_port = pn->portnfy_port;
H A Daio.c1454 } else if (head->lio_port < 0) { /* none or signal */
1460 np.np_lio_port = head->lio_port;

Completed in 115 milliseconds