Lines Matching refs:nsems_max
1203 int nsems_max, stat; in exhaust_unnamed_sems() local
1205 len = sizeof(nsems_max); in exhaust_unnamed_sems()
1206 if (sysctlbyname("p1003_1b.sem_nsems_max", &nsems_max, &len, NULL, 0) < in exhaust_unnamed_sems()
1212 if (child_worker(exhaust_unnamed_child, (void *)(uintptr_t)nsems_max, in exhaust_unnamed_sems()
1224 fail_err("Limit of %d semaphores not enforced", nsems_max); in exhaust_unnamed_sems()
1258 int i, nsems_max, stat; in exhaust_named_sems() local
1260 len = sizeof(nsems_max); in exhaust_named_sems()
1261 if (sysctlbyname("p1003_1b.sem_nsems_max", &nsems_max, &len, NULL, 0) < in exhaust_named_sems()
1267 if (child_worker(exhaust_named_child, (void *)(uintptr_t)nsems_max, in exhaust_named_sems()
1279 fail_err("Limit of %d semaphores not enforced", nsems_max); in exhaust_named_sems()
1287 for (i = 0; i < nsems_max + 1; i++) { in exhaust_named_sems()
1323 int nsems_max, stat; in fdlimit_unnamed_sems() local
1325 nsems_max = 10; in fdlimit_unnamed_sems()
1326 if (child_worker(fdlimit_unnamed_child, (void *)(uintptr_t)nsems_max, in fdlimit_unnamed_sems()
1338 fail_err("Limit of %d semaphores not enforced", nsems_max); in fdlimit_unnamed_sems()
1368 int i, nsems_max, stat; in fdlimit_named_sems() local
1370 nsems_max = 10; in fdlimit_named_sems()
1371 if (child_worker(fdlimit_named_child, (void *)(uintptr_t)nsems_max, in fdlimit_named_sems()
1383 fail_err("Limit of %d semaphores not enforced", nsems_max); in fdlimit_named_sems()
1397 for (i = 0; i < nsems_max + 1; i++) { in fdlimit_named_sems()