Searched refs:M_WAITOK (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | mbuf.h | 182 #define M_WAITOK 0x0000 macro 187 #define M_WAIT M_WAITOK
|
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_osdep.h | 27 #define M_WAITOK 0x0000 macro
|
H A D | subr_mchain.c | 898 rm = m_copym(m, off, size, M_WAITOK); in md_get_mbuf()
|
H A D | smb_rq.c | 669 n = m_copym(mtop, offset, count, M_WAITOK); in smb_t2_placedata()
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 714 ((c) > 4096) ? M_WAITOK : M_NOWAIT) 1319 ((c) > 4096) ? M_WAITOK : M_NOWAIT)
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_smb.c | 2583 MALLOC(*res, struct ntsecdesc *, len, M_TEMP, M_WAITOK); in smbfs_smb_getsec()
|