Home
last modified time | relevance | path

Searched refs:siguaction_t (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ptools/psig/
H A Dpsig.c252 aharrlen = sizeof (siguaction_t) * NSIG; in look()
428 ((uintptr_t)aharr + sig * sizeof (siguaction_t) + in deinterpose()
429 offsetof(siguaction_t, sig_uaction)); in deinterpose()
/titanic_50/usr/src/lib/libc/inc/
H A Dthr_uberdata.h821 } siguaction_t; typedef
932 siguaction_t siguaction[NSIG];
/titanic_50/usr/src/lib/libc/port/threads/
H A Dsigaction.c242 siguaction_t *suap = &self->ul_uberdata->siguaction[sig]; in take_deferred_signal()