HomeSort by relevance Sort by last modified time
    Searched defs:msgb (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/stand/lib/sock/
socket_impl.h 75 typedef struct msgb { struct
76 struct msgb *b_next;
77 struct msgb *b_prev;
78 struct msgb *b_cont;
  /onnv/onnv-gate/usr/src/cmd/truss/
expound.c 2326 struct msgbuf msgb; local
2351 struct ipcmsgbuf32 msgb; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
stream.h 113 struct msgb *q_first; /* Q9S: first message in Q */
114 struct msgb *q_last; /* Q9S: last message in Q */
142 struct msgb *q_sqhead; /* QLK: first syncq message */
143 struct msgb *q_sqtail; /* QLK: last syncq message */
206 struct msgb *qb_first; /* beginning of band's data */
207 struct msgb *qb_last; /* end of band's data */
324 struct msgb *db_mblk;
325 void (*db_free)(struct msgb *, struct datab *);
326 void (*db_lastfree)(struct msgb *, struct datab *);
366 typedef struct msgb { struct
    [all...]

Completed in 60 milliseconds