Home
last modified time | relevance | path

Searched defs:type_str (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/tests/
H A Dverify_kalloc_config.c29 const char type_str[] = "type"; in run_test() local
H A Dudp_kao_opt.c65 int type, const char *type_str, in set_udp_kao_opt()
/xnu-8019.80.24/tools/lldbmacros/core/
H A Dkernelcore.py451 def GetValueFromAddress(self, addr, type_str = 'void *'): argument
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py15 def vm_unpack_pointer(packed, params, type_str = 'void *'): argument