Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/ipcs/
HDipcs.c149 display = MSGTOTAL; in main()
161 display = SHMTOTAL | MSGTOTAL | SEMTOTAL; in main()
200 if (display & (MSGINFO | MSGTOTAL)) { in main()
201 if (display & MSGTOTAL) in main()
HDipc.h44 #define MSGTOTAL 8 macro