Home
last modified time | relevance | path

Searched refs:M_WAITOK (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/smbsrv/
H A Dmbuf.h192 #define M_WAITOK 0x0000 macro
197 #define M_WAIT M_WAITOK
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_osdep.h27 #define M_WAITOK 0x0000 macro
H A Dsubr_mchain.c898 rm = m_copym(m, off, size, M_WAITOK); in md_get_mbuf()
H A Dsmb_rq.c669 n = m_copym(mtop, offset, count, M_WAITOK); in smb_t2_placedata()
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h709 ((c) > 4096) ? M_WAITOK : M_NOWAIT)
1314 ((c) > 4096) ? M_WAITOK : M_NOWAIT)
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c2583 MALLOC(*res, struct ntsecdesc *, len, M_TEMP, M_WAITOK); in smbfs_smb_getsec()