Searched refs:type_str (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tests/ |
| H A D | verify_kalloc_config.c | 29 const char type_str[] = "type"; in run_test() local 30 size_t kt_name_len = strlen(kalloc_str) + strlen(type_str); in run_test()
|
| H A D | udp_kao_opt.c | 65 int type, const char *type_str, in set_udp_kao_opt() argument 69 expected_errno, domain_str, type_str, proto_str); in set_udp_kao_opt()
|
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | kernelcore.py | 373 def GetValueFromAddress(self, addr: int, type_str: str = 'void *') -> value: 383 wanted_type = gettype(type_str) 389 def CreateValueFromAddress(self, addr: int, type_str: str = 'void *') -> value: 410 … sbv = self.globals.version.GetSBValue().xCreateValueFromAddress(None, addr, gettype(type_str)) 413 def CreateTypedPointerFromAddress(self, addr, type_str = "char"): argument 428 sbv = target.xCreateValueFromAddress(None, addr, gettype(type_str))
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | skywalk.py | 631 type_str = "{:>18s}{:18s}".format("(nx_flowswitch *)", hex(nx.nx_arg)) 633 type_str = "{:>18s}{:18s}".format("(nx_netif *)", hex(nx.nx_arg)) 635 type_str = "{:>18s}{:18s}".format("(nx_upipe *)", hex(nx.nx_arg)) 637 type_str = "{:>36s}".format("kpipe") 639 type_str = "unknown" 641 return "(kern_nexus *){:18s} {:s}".format(hex(nx), type_str)
|
| H A D | ipc.py | 1801 type_str = "INH" 1804 type_str = 'TASK' 1811 out_str += fmt.format(iie, type_str, refs, made_refs, kmsg_count, inherit_count) 1823 if type_str == "INH":
|