Searched refs:posix (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sig.c157 int posix; member in struct:killpg1_filtargs
1196 int posix = uap->posix; /* !0 if posix behaviour desired */ local
1227 return (killpg1(cp, uap->signum, 0, 1, posix));
1229 return (killpg1(cp, uap->signum, 0, 0, posix));
1231 return (killpg1(cp, uap->signum, -(uap->pid), 0, posix));
1241 int posix = kfargp->posix; local
1245 (!posix
1294 killpg1(proc_t cp, int signum, int pgid, int all, int posix) argument
[all...]
H A Dkern_resource.c550 int posix = (which & _RLIMIT_POSIX_FLAG) ? 1 : 0; local
623 if (posix) {
755 if (posix) {
768 if (posix) {
H A Dposix_sem.c158 SYSCTL_NODE(_kern, KERN_POSIX, posix, CTLFLAG_RW|CTLFLAG_LOCKED, 0, "Posix");
194 /* Initialize the mutex governing access to the posix sem subsystem */
201 psx_sem_subsys_lck_grp = lck_grp_alloc_init("posix shared memory", psx_sem_subsys_lck_grp_attr);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h249 char posix_l_[PADL_(int)]; int posix; char posix_r_[PADR_(int)]; member in struct:kill_args

Completed in 58 milliseconds