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

/illumos-gate/usr/src/uts/common/os/
H A Daio.c1212 struct sigevent sigevk; local
1239 (sigev && copyin(sigev, &sigevk, sizeof (struct sigevent)))) {
1246 (sigevk.sigev_notify == SIGEV_THREAD ||
1247 sigevk.sigev_notify == SIGEV_PORT)) {
1248 if (sigevk.sigev_notify == SIGEV_THREAD) {
1249 pnotify.portnfy_port = sigevk.sigev_signo;
1250 pnotify.portnfy_user = sigevk.sigev_value.sival_ptr;
1251 } else if (copyin(sigevk.sigev_value.sival_ptr,
1287 if (sigev && sigevk.sigev_notify == SIGEV_SIGNAL &&
1288 sigevk
2917 struct sigevent32 sigevk; local
3392 struct sigevent32 sigevk; local
3395 struct sigevent sigevk; local
[all...]

Completed in 64 milliseconds