Searched refs:mhead (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_util.c | 141 struct mbuf *mhead = 0; local 150 if (mhead == 0) { 151 MGET(mhead, M_WAIT, MT_DATA); 152 m = mhead; 166 return (mhead); 216 smb_mbuf_trim(struct mbuf *mhead, int nbytes) argument 218 struct mbuf *m = mhead;
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | fslib.c | 169 mntlist_t *mhead, *mtail; local 172 mhead = mtail = NULL; 185 if (mhead == NULL) 186 mhead = mp; 195 return (mhead); 198 fsfreemntlist(mhead);
|
/illumos-gate/usr/src/cmd/ipcs/ |
H A D | ipcs.c | 466 struct msgsnap_mhead *mhead; local 497 mhead = (struct msgsnap_mhead *)(buf + 1); 499 size_t mlen = mhead->msgsnap_mlen; 501 dumpmsg(mhead->msgsnap_mtype, (char *)(mhead + 1), mlen); 505 mhead = (struct msgsnap_mhead *) 506 ((caddr_t)(mhead + 1) + SZROUND(mlen));
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | msg.c | 979 STRUCT_DECL(msgsnap_mhead, mhead); 982 STRUCT_INIT(mhead, mdl); 1014 size += STRUCT_SIZE(head) + nmsg * STRUCT_SIZE(mhead); 1054 STRUCT_FSET(mhead, msgsnap_mlen, mp->msg_size); 1055 STRUCT_FSET(mhead, msgsnap_mtype, mp->msg_type); 1056 if (copyout(STRUCT_BUF(mhead), buf, STRUCT_SIZE(mhead))) 1058 buf += STRUCT_SIZE(mhead);
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 786 void smb_mbuf_trim(struct mbuf *mhead, int nbytes);
|
Completed in 65 milliseconds