Searched refs:ksiginfo_alloc (Results 1 – 4 of 4) sorted by relevance
388 ksiginfo_t * ksiginfo_alloc(int wait);
471 ksi = ksiginfo_alloc(TRUE); in exit1()
471 p->p_ksi = ksiginfo_alloc(1); in proc_linkup()
263 ksiginfo_alloc(int wait) in ksiginfo_alloc() function413 } else if ((ksi = ksiginfo_alloc(0)) == NULL) { in sigqueue_add()