Searched refs:sigev_value (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dcompat_mq.c118 n.sigev_value.sival_ptr = compat_ptr(n.sigev_value.sival_int);
H A Dmqueue.c534 sig_i.si_value = info->notify.sigev_value;
1062 notification.sigev_value.sival_ptr,
1133 info->notify.sigev_value = notification.sigev_value;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/solaris/
H A Dtimer.c89 se.sigev_value.sival_ptr = &pn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Daio.c254 a->aio_sigevent.sigev_value.sival_int = aio_ex->mid;
344 a->aio_sigevent.sigev_value.sival_int = aio_ex->mid;
699 uint16 mid = aiocb_list[i]->aio_sigevent.sigev_value.sival_int;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dsiginfo.h260 sigval_t sigev_value; member in struct:sigevent
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcompat.h146 compat_sigval_t sigev_value; member in struct:compat_sigevent
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dposix-timers.c544 event.sigev_value.sival_int = new_timer->it_id;
550 new_timer->sigq->info.si_value = event.sigev_value;
H A Dcompat.c694 * structure: sigev_value, sigev_signo, sig_notify and (sometimes
696 * We also assume that copying sigev_value.sival_int is sufficient
697 * to keep all the bits of sigev_value.sival_ptr intact.
704 __get_user(event->sigev_value.sival_int,
705 &u_event->sigev_value.sival_int) ||

Completed in 127 milliseconds