Searched refs:MSGSEG (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/uapi/linux/ | ||
H A D | msg.h | 87 #define MSGSEG (__MSGSEG <= 0xffff ? __MSGSEG : 0xffff) macro |
/openbmc/linux/ipc/ | ||
H A D | msg.c | 497 msginfo->msgseg = MSGSEG; in msgctl_info() |