Searched refs:MBUF_TYPE_FREE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/smb-697.95.1/include/netsmb/
H A Dupi_mbuf.h39 MBUF_TYPE_FREE = 0, /* should be on free list */ enumerator in enum:__anon12581
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dmbuf.c71 if (mbuf->m_type == MBUF_TYPE_FREE) {
81 mbuf->m_type = MBUF_TYPE_FREE;
380 if (!next || (next->m_type == MBUF_TYPE_FREE))
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dkpi_mbuf.h118 MBUF_TYPE_FREE = 0, /* should be on free list */ enumerator in enum:__anon14836
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkpi_mbuf.c478 if (new_type == MBUF_TYPE_FREE) return EINVAL;
H A Duipc_mbuf.c1364 _CASSERT(MBUF_TYPE_FREE == MT_FREE);

Completed in 222 milliseconds