Searched defs:msgb (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_impl.h75 typedef struct msgb { struct
76 struct msgb *b_next;
77 struct msgb *b_prev;
78 struct msgb *b_cont;
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h114 struct msgb *q_first; /* Q9S: first message in Q */
115 struct msgb *q_last; /* Q9S: last message in Q */
143 struct msgb *q_sqhead; /* QLK: first syncq message */
144 struct msgb *q_sqtail; /* QLK: last syncq message */
207 struct msgb *qb_first; /* beginning of band's data */
208 struct msgb *qb_last; /* end of band's data */
325 struct msgb *db_mblk;
326 void (*db_free)(struct msgb *, struct datab *);
327 void (*db_lastfree)(struct msgb *, struct datab *);
367 typedef struct msgb { struct
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2264 struct msgbuf msgb; local
2267 Pread(Proc, &msgb, sizeof (msgb.mtype), offset) ==
2268 sizeof (msgb.mtype)) {
2275 msgb.mtype);
2277 (long)(offset + sizeof (msgb.mtype)), msgsz);
2289 struct ipcmsgbuf32 msgb; local
2292 Pread(Proc, &msgb, sizeof (msgb.mtype), offset) ==
2293 sizeof (msgb
[all...]

Completed in 67 milliseconds