Searched defs:msgb (Results 1 – 3 of 3) sorted by relevance
75 typedef struct msgb { struct76 struct msgb *b_next; argument77 struct msgb *b_prev; argument78 struct msgb *b_cont; argument79 unsigned char *b_rptr;80 unsigned char *b_wptr;81 unsigned char *b_datap;82 size_t b_size;
367 typedef struct msgb { struct368 struct msgb *b_next; argument369 struct msgb *b_prev; argument370 struct msgb *b_cont; argument371 unsigned char *b_rptr;372 unsigned char *b_wptr;373 struct datab *b_datap;374 unsigned char b_band;375 unsigned char b_tag;376 unsigned short b_flag;[all …]
2264 struct msgbuf msgb; in show_msgbuf() local2289 struct ipcmsgbuf32 msgb; in show_msgbuf32() local