Searched defs:msginfo (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | msg.h | 32 struct msginfo { struct 33 int msgpool, msgmap, msgmax, msgmnb, msgmni, msgssz, msgtql; 34 unsigned short msgseg;
|
/third_party/musl/include/sys/ |
D | msg.h | 32 struct msginfo { struct 33 int msgpool, msgmap, msgmax, msgmnb, msgmni, msgssz, msgtql; 34 unsigned short msgseg;
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | msg.h | 32 struct msginfo { struct 33 int msgpool, msgmap, msgmax, msgmnb, msgmni, msgssz, msgtql; 34 unsigned short msgseg;
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | msg.h | 32 struct msginfo { struct 33 int msgpool, msgmap, msgmax, msgmnb, msgmni, msgssz, msgtql; 34 unsigned short msgseg;
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 50240 struct msginfo { struct 50241 int msgpool; 50242 int msgmap; 50243 int msgmax; 50244 int msgmnb; 50245 int msgmni; 50246 int msgssz; 50247 int msgtql; 50248 short unsigned int msgseg;
|