Searched refs:sival_ptr (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c45 tp = si->si_value.sival_ptr;
88 evt.sigev_value.sival_ptr = &t;
121 tp = value.sival_ptr;
143 evt.sigev_value.sival_ptr = &t;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_timer.c63 PTRIN_CP(*l_sig, *sig, sigev_value.sival_ptr);
82 PTRIN_CP(*l_sig, *sig, sigev_value.sival_ptr);
H A Dlinux_signal.c611 lsi->lsi_ptr = PTROUT(si->si_value.sival_ptr);
618 lsi->lsi_ptr = PTROUT(si->si_value.sival_ptr);
623 lsi->lsi_ptr = PTROUT(si->si_value.sival_ptr);
658 lsi->lsi_ptr = PTROUT(si->si_value.sival_ptr);
/freebsd-13-stable/usr.bin/gcore/
H A Delf32core.c88 sid->si_value.sival_ptr = (uintptr_t)sis->si_value.sival_ptr;
/freebsd-13-stable/sys/sys/
H A Dsignal.h174 void *sival_ptr; member in union:sigval
183 uint32_t sival_ptr; member in union:sigval32
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux.h183 l_uintptr_t sival_ptr; member in union:l_sigval
241 #define lsi_ptr _sifields._rt._sigval.sival_ptr
/freebsd-13-stable/tests/sys/aio/
H A Dlio_test.c105 sev[i].sigev_value.sival_ptr = udata[i];
155 sev.sigev_value.sival_ptr = udata;
H A Daio_kqueue_test.c123 iocb[i]->aio_sigevent.sigev_value.sival_ptr = iocb[i];
H A Dlio_kqueue_test.c127 sig.sigev_value.sival_ptr = lio[j];
/freebsd-13-stable/lib/librt/
H A Dsigev_thread.c236 newevp->sigev_value.sival_ptr = (void *)id;
302 return (sigev_id_t)si->si_value.sival_ptr;
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux.h244 l_uintptr_t sival_ptr; member in union:l_sigval
302 #define lsi_ptr _sifields._rt._sigval.sival_ptr
/freebsd-13-stable/sys/i386/linux/
H A Dlinux.h301 l_uintptr_t sival_ptr; member in union:l_sigval
359 #define lsi_ptr _sifields._rt._sigval.sival_ptr
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux.h328 l_uintptr_t sival_ptr; member in union:l_sigval
386 #define lsi_ptr _sifields._rt._sigval.sival_ptr
/freebsd-13-stable/usr.bin/truss/
H A Dsetup.c695 fprintf(fp, " value=%p", si->si_value.sival_ptr);
703 fprintf(fp, " value=%p", si->si_value.sival_ptr);
710 fprintf(fp, " value=%p", si->si_value.sival_ptr);
713 fprintf(fp, " value=%p", si->si_value.sival_ptr);
H A Dsyscalls.c1387 fprintf(fp, "{ %d, %p }", sv->sival_int, sv->sival_ptr);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c560 fmd_timer_t *ftp = sv.sival_ptr;
601 sev.sigev_value.sival_ptr = ftp;
/freebsd-13-stable/sys/kern/
H A Dvfs_aio.c1387 nsig->sigev_value.sival_ptr = osig->sigev_value.sival_ptr;
1660 kev.udata = job->uaiocb.aio_sigevent.sigev_value.sival_ptr;
2265 kev.udata = lj->lioj_signal.sigev_value.sival_ptr;
2773 PTRIN_CP(*osig, *nsig, sigev_value.sival_ptr);
H A Dkern_sig.c1914 sv.sival_ptr = uap->value;
/freebsd-13-stable/share/examples/scsi_target/
H A Dscsi_target.c887 se->sigev_value.sival_ptr = ctio;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h82 uptr sival_ptr; member in union:__sanitizer::__sanitizer_sigval
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3127 * On 32-bit ABIs, sival_int and sival_ptr are the same.
3130 * sival_ptr's HIGH bits. We choose to support sival_int
3131 * rather than sival_ptr in this case as it seems to be
3596 PTRIN_CP(*sig32, *sig, sigev_value.sival_ptr);
3601 PTRIN_CP(*sig32, *sig, sigev_value.sival_ptr);

Completed in 161 milliseconds