• Home
  • Raw
  • Download

Lines Matching refs:aio_sigevent

603 	aiocbp.aio_sigevent.sigev_notify = SIGEV_NONE;  in lio_write_buffer()
604 aiocbp.aio_sigevent.sigev_signo = 0; in lio_write_buffer()
606 aiocbp.aio_sigevent.sigev_func = NULL; in lio_write_buffer()
607 aiocbp.aio_sigevent.sigev_value.sival_int = 0; in lio_write_buffer()
609 aiocbp.aio_sigevent.sigev_notify_function = NULL; in lio_write_buffer()
610 aiocbp.aio_sigevent.sigev_notify_attributes = 0; in lio_write_buffer()
680 aiocbp.aio_sigevent.sigev_notify = SIGEV_SIGNAL; in lio_write_buffer()
681 aiocbp.aio_sigevent.sigev_signo = sig; in lio_write_buffer()
690 aiocbp.aio_sigevent.sigev_notify = SIGEV_CALLBACK; in lio_write_buffer()
691 aiocbp.aio_sigevent.sigev_func = lio_async_callback_handler; in lio_write_buffer()
692 aiocbp.aio_sigevent.sigev_value.sival_int = size; in lio_write_buffer()
700 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_write_buffer()
701 aiocbp.aio_sigevent.sigev_notify_function = in lio_write_buffer()
703 aiocbp.aio_sigevent.sigev_notify_attributes = in lio_write_buffer()
1174 aiocbp.aio_sigevent.sigev_notify = SIGEV_NONE; in lio_read_buffer()
1175 aiocbp.aio_sigevent.sigev_signo = 0; in lio_read_buffer()
1177 aiocbp.aio_sigevent.sigev_func = NULL; in lio_read_buffer()
1178 aiocbp.aio_sigevent.sigev_value.sival_int = 0; in lio_read_buffer()
1180 aiocbp.aio_sigevent.sigev_notify_function = NULL; in lio_read_buffer()
1181 aiocbp.aio_sigevent.sigev_notify_attributes = 0; in lio_read_buffer()
1251 aiocbp.aio_sigevent.sigev_notify = SIGEV_SIGNAL; in lio_read_buffer()
1252 aiocbp.aio_sigevent.sigev_signo = sig; in lio_read_buffer()
1258 aiocbp.aio_sigevent.sigev_notify = SIGEV_CALLBACK; in lio_read_buffer()
1259 aiocbp.aio_sigevent.sigev_func = lio_async_callback_handler; in lio_read_buffer()
1263 aiocbp.aio_sigevent.sigev_value.sival_int = size; in lio_read_buffer()
1268 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_read_buffer()
1269 aiocbp.aio_sigevent.sigev_notify_function = in lio_read_buffer()
1274 aiocbp.aio_sigevent.sigev_notify_attributes = in lio_read_buffer()
1687 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL)
1688 sigrelse(aiocbp->aio_sigevent.sigev_signo);
1700 (aiocbp->aio_sigevent.sigev_notify ==
1701 SIGEV_SIGNAL ? "signal" : aiocbp->aio_sigevent.
1704 aiocbp->aio_sigevent.sigev_notify ==
1707 aiocbp->aio_sigevent.sigev_notify ==
1809 (aiocbp->aio_sigevent.sigev_notify ==
1810 SIGEV_SIGNAL ? "signal" : aiocbp->aio_sigevent.
1813 aiocbp->aio_sigevent.sigev_notify ==
1816 aiocbp->aio_sigevent.sigev_notify ==
1822 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL) {
1832 (aiocbp->aio_sigevent.sigev_notify ==
1834 aio_sigevent.sigev_notify ==
1837 aiocbp->aio_sigevent.sigev_notify ==
1840 aiocbp->aio_sigevent.sigev_notify ==
1889 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL)
1890 sigrelse(aiocbp->aio_sigevent.sigev_signo);
1906 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL)
1907 sigrelse(aiocbp->aio_sigevent.sigev_signo);
1919 sigrelse(aiocbp->aio_sigevent.sigev_signo);