Home
last modified time | relevance | path

Searched refs:sq_func (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h443 void (*sq_func)(struct sigqueue *); /* destructor function */ member
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c170 it->it_sigq->sq_func = NULL; in timer_delete_locked()
700 sigq->sq_func = timer_signal; in timer_create()
H A Dsig.c2150 sqp->sq_func = NULL; in sigaddq()
2451 sq->sq_func = NULL; in sigqalloc()
2454 sq->sq_func = sigqrel; in sigqalloc()
2543 if (sqp->sq_func != NULL) in siginfofree()
2544 (sqp->sq_func)(sqp); in siginfofree()
H A Daio.c1290 sqp->sq_func = NULL; in alio()
2398 sqp->sq_func = NULL; in aio_req_setup()
2989 sqp->sq_func = NULL; in alioLF()
3295 sqp->sq_func = NULL; in aio_req_setupLF()
3474 sqp->sq_func = NULL; in alio32()