Home
last modified time | relevance | path

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

/freebsd/usr.bin/ipcs/
H A Dipcs.c133 display = SHMTOTAL; in main()
160 display = SHMTOTAL | MSGTOTAL | SEMTOTAL; in main()
230 if (display & (SHMINFO | SHMTOTAL)) { in main()
232 if (display & SHMTOTAL) in main()
H A Dipc.h42 #define SHMTOTAL 2 macro