Searched defs:_PROP_CALLOC (Results 1 – 1 of 1) sorted by relevance
261 #define _PROP_CALLOC(s, t) kmalloc((s), (t), M_WAITOK | M_ZERO) macro319 #define _PROP_CALLOC(s, t) _prop_standalone_calloc((s)) macro360 #define _PROP_CALLOC(s, t) calloc(1, (s)) macro