Home
last modified time | relevance | path

Searched refs:MSIZE (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/tools/lldbmacros/
H A Dmbufdefines.py6 MSIZE = 256 variable
H A Dmbufs.py778 if (csize == MSIZE):
803 if (csize == (MSIZE + MCLBYTES)):
824 if (csize == (MSIZE + MBIGCLBYTES)):
845 if (csize == (MSIZE + M16KCLBYTES)):
/xnu-10063.101.15/bsd/arm/
H A Dparam.h83 #define MSIZE (1 << MSIZESHIFT) /* size of an mbuf */ macro
/xnu-10063.101.15/bsd/i386/
H A Dparam.h107 #define MSIZE (1 << MSIZESHIFT) /* size of an mbuf */ macro