Searched refs:MBP (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/lp/lib/msgs/ |
H A D | mgetputm.c | 54 static char * MBP = NULL; variable 127 if (MBP) 128 Free(MBP); 129 if ((MBP = (char *)Malloc(needsize)) == NULL) 132 MBP = NULL; 144 needsize = _putmessage(MBP, type, vp); 150 return(mwrite(md, MBP)); 162 if (MBP) in __mbfree() 163 Free (MBP); in __mbfree() 164 MBG = MBP = NULL; in __mbfree()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | subr_mchain.c | 389 #define MB_PUT_INLINE(MBP, SRC, SZ) \ argument 390 return (mb_put_inline(MBP, SRC, SZ)) 394 #define MB_PUT_INLINE(MBP, SRC, SZ) \ argument 395 mblk_t *m = MBP->mb_cur; \ 401 MBP->mb_count += SZ; \ 404 return (mb_put_mem(MBP, SRC, SZ, MB_MINLINE))
|