Home
last modified time | relevance | path

Searched refs:ksiginfo (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignalvar.h215 typedef struct ksiginfo { struct
216 TAILQ_ENTRY(ksiginfo) ksi_link;
251 TAILQ_HEAD(, ksiginfo) sq_list;/* Queued signal info. */
H A Dsysent.h42 struct ksiginfo;
109 void (*sv_sendsig)(void (*)(int), struct ksiginfo *, struct __sigset *);
H A Dsyscallsubr.h51 struct ksiginfo;
300 struct ksiginfo *ksi, struct timespec *timeout);
H A Dproc.h631 struct ksiginfo *p_ksi; /* Locked by parent proc lock */
/f-stack/freebsd/kern/
H A Dkern_sig.c312 struct ksiginfo *ksi, *next; in sigqueue_get()
354 struct ksiginfo *kp; in sigqueue_take()
381 struct ksiginfo *ksi; in sigqueue_add()