Home
last modified time | relevance | path

Searched refs:SEMTOTAL (Results 1 – 2 of 2) sorted by relevance

/NextBSD/usr.bin/ipcs/
HDipcs.c154 display = SEMTOTAL; in main()
160 display = SHMTOTAL | MSGTOTAL | SEMTOTAL; in main()
270 if ((display & (SEMINFO | SEMTOTAL))) { in main()
274 if (display & SEMTOTAL) in main()
300 if (display & (SEMINFO | SEMTOTAL)) { in main()
HDipc.h46 #define SEMTOTAL 32 macro