Home
last modified time | relevance | path

Searched refs:MCLGET (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_util.c115 MCLGET(m, M_WAIT); in smb_mbc_alloc()
159 MCLGET(m, M_WAIT); in smb_mbuf_get()
201 MCLGET(m, M_WAIT); in smb_mbuf_allocate()
272 MCLGET(m, M_WAIT); in MBC_INIT()
H A Dsmb_mbuf_marshaling.c940 MCLGET(m, M_WAIT); in mbc_marshal_make_room()
984 MCLGET(m, M_WAIT); in mbc_marshal_make_room()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dmbuf.h219 #define MCLGET(m, how) \ macro