Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_util.c120 MCLGET(m, M_WAIT); in smb_mbc_alloc()
164 MCLGET(m, M_WAIT); in smb_mbuf_get()
278 MCLGET(m, M_WAIT); in smb_mbuf_alloc_chain()
422 MCLGET(m, M_WAIT); in MBC_INIT()
H A Dsmb_mbuf_marshaling.c957 MCLGET(m, M_WAIT); in mbc_marshal_make_room()
1000 MCLGET(m, M_WAIT); in mbc_marshal_make_room()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dmbuf.h231 #define MCLGET(m, how) \ macro