HomeSort by: relevance | last modified time | path
    Searched defs:sigput (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
kern_sig.c 131 static int sigput(sigpend_t *, struct proc *, ksiginfo_t *);
595 * sigput:
600 sigput(sigpend_t *sp, struct proc *p, ksiginfo_t *ksi) function in typeref:typename:int
1331 if ((error = sigput(&p->p_sigpend, p, kp)) != 0)
1402 if ((error = sigput(&l->l_sigpend, p, kp)) != 0)
1476 if ((error = sigput(&p->p_sigpend, p, kp)) != 0)

Completed in 26 milliseconds