Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dsiginfo.h445 void (*sq_func)(struct sigqueue *); /* destructor function */ member
/titanic_41/usr/src/uts/common/os/
H A Dtimer.c168 it->it_sigq->sq_func = NULL; in timer_delete_locked()
601 sigq->sq_func = timer_signal; in timer_create()
H A Dsig.c2134 sqp->sq_func = NULL; in sigaddq()
2435 sq->sq_func = NULL; in sigqalloc()
2438 sq->sq_func = sigqrel; in sigqalloc()
2527 if (sqp->sq_func != NULL) in siginfofree()
2528 (sqp->sq_func)(sqp); in siginfofree()
H A Daio.c1294 sqp->sq_func = NULL; in alio()
2411 sqp->sq_func = NULL; in aio_req_setup()
3002 sqp->sq_func = NULL; in alioLF()
3308 sqp->sq_func = NULL; in aio_req_setupLF()
3487 sqp->sq_func = NULL; in alio32()