| /xnu-11215/tools/lldbmacros/ |
| H A D | sysreg.py | 81 sys.stdout.write(para.text) 109 return elem.text 111 return elem.text 115 return elem.text 124 field_name_str = elem.find('field_name').text 125 field_msb = int(elem.find('field_msb').text) 126 field_lsb = int(elem.find('field_lsb').text) 141 sys.stdout.write(para.text) 151 sys.stdout.write(para.text) 160 all_field_values_str = [fv.text for fv in all_field_values] [all …]
|
| H A D | macho.py | 283 def center_text_in_line(self, line, text): argument 284 even_length = bool(len(text) % 2 == 0) 285 if len(text) > len(line) - 2: 288 lbreak_pos = (len(line) // 2) - (len(text) // 2) 291 out = line[:lbreak_pos] + text
|
| /xnu-11215/osfmk/arm64/ |
| H A D | caches_asm.s | 40 .text 58 .text 211 .text 232 .text 252 .text 305 .text 318 .text 338 .text 362 .text 382 .text [all …]
|
| H A D | machine_routines_asm.s | 268 .text 287 .text 304 .text 316 .text 327 .text 344 .text 394 .text 416 .text 440 .text 458 .text [all …]
|
| H A D | pinst.s | 57 .text 81 .text 109 .text 117 .text
|
| H A D | locore.s | 395 .text 412 .text 417 .text 422 .text 427 .text 432 .text 437 .text 442 .text 447 .text 453 .text [all …]
|
| H A D | cswitch.s | 265 .text 286 .text 327 .text 347 .text 365 .text 382 .text
|
| /xnu-11215/libkern/c++/Tests/TestSerialization/test2/ |
| H A D | test2_main.cpp | 144 IOLog("object unformatted = %s\n", s->text()); in test2_start() 147 OSObject *d2 = OSUnserializeXML(s->text(), &errmsg); in test2_start() 160 IOLog("object unformatted = %s\n", s2->text()); in test2_start() 163 strcmp(s->text(), s2->text()) ? "un":""); in test2_start()
|
| /xnu-11215/osfmk/kern/ |
| H A D | kext_alloc.c | 72 kernel_segment_command_t *text = NULL; in kext_alloc_init() local 82 text = getsegbyname(SEG_TEXT); in kext_alloc_init() 83 text_start = vm_map_trunc_page(text->vmaddr, in kext_alloc_init() 86 text_end = vm_map_round_page(text->vmaddr + text->vmsize, in kext_alloc_init() 125 VM_KERNEL_UNSLIDE(text->vmaddr), in kext_alloc_init() 126 VM_KERNEL_UNSLIDE(text->vmaddr + text->vmsize)); in kext_alloc_init()
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.color | 38 # Start a host command: bold text 40 # Start a compilation-related command: blue text 42 # Start a MIG command: green text 44 # Start a linking command: purple text 48 # Start a linked file name: italic text 50 # Error strings: red text
|
| /xnu-11215/libsyscall/wrappers/ |
| H A D | __get_cpu_capabilities.s | 32 .text 42 .text 52 .text 65 .text
|
| H A D | mach_absolute_time.s | 175 .text 206 .text 214 .text 248 .text 281 .text 289 .text
|
| H A D | mach_approximate_time.s | 34 .text 72 .text
|
| /xnu-11215/security/ |
| H A D | mac_audit.c | 222 mac_audit_text(char *text, mac_policy_handle_t handle) in mac_audit_text() argument 229 text_len = strlen(text); in mac_audit_text() 240 if (text[i] < (char) 32 || text[i] > (char) 126) { in mac_audit_text() 250 strlcat(sanitized, text, MAC_AUDIT_DATA_LIMIT); in mac_audit_text() 406 mac_audit_text(__unused char *text, __unused mac_policy_handle_t handle) in mac_audit_text() argument
|
| /xnu-11215/bsd/dev/arm64/ |
| H A D | cpu_memcmp_mask.s | 64 .text 91 .text 121 .text 154 .text 190 .text
|
| /xnu-11215/bsd/dev/arm/ |
| H A D | cpu_memcmp_mask.s | 71 .text 108 .text 148 .text 196 .text 247 .text
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | reproto.sh | 53 \$text[\$idx - 1] .= ';'; 61 \$text[\$idx++] = \$_;
|
| /xnu-11215/bsd/dev/i386/ |
| H A D | cpu_memcmp_mask.s | 63 .text 111 .text 167 .text 231 .text 303 .text
|
| /xnu-11215/libkern/c++/Tests/TestSerialization/test1/ |
| H A D | test1_main.cpp | 84 IOLog("object unformatted = %s\n", s->text()); in test1_start() 87 OSObject *d2 = OSUnserializeXML(s->text(), &errmsg); in test1_start()
|
| /xnu-11215/libsyscall/custom/ |
| H A D | __gettimeofday.s | 98 .text 110 .text
|
| /xnu-11215/EXTERNAL_HEADERS/architecture/i386/ |
| H A D | asm_help.h | 72 .text ;\ 82 .text ;\ 196 .text 346 .text
|
| /xnu-11215/osfmk/i386/ |
| H A D | asm.h | 156 .text;\ 243 #define Gcall(func) call *9f; .data; .align ALIGN; 9: .long func; .text 247 #define Gaddr(to,lab) movl 9f,to; .data; .align ALIGN; 9: .long lab; .text 248 #define Gcmp(lab,reg) cmpl reg,9f; .data; .align ALIGN; 9: .long lab; .text 249 #define Gmemload(lab,reg) movl 9f,reg; movl (reg),reg; .data; .align ALIGN; 9: .long lab; .text 250 #define Gmemstore(reg,lab,tmp) movl 9f,tmp; movl reg,(tmp); .data; .align ALIGN; 9: .long lab; .text
|
| /xnu-11215/ |
| H A D | README.md | 30 ```text 42 ```text 48 ```text 60 ```text 68 ```text 79 > ```text 95 ```text 372 ```text 380 ```text 491 ```text [all …]
|
| /xnu-11215/bsd/security/audit/ |
| H A D | audit_bsm_token.c | 81 textlen = strlen(text); in au_to_arg32() 94 ADD_STRING(dptr, text, textlen); in au_to_arg32() 107 textlen = strlen(text); in au_to_arg64() 120 ADD_STRING(dptr, text, textlen); in au_to_arg64() 128 return au_to_arg32(n, text, v); in au_to_arg() 562 au_to_text(const char *text) in au_to_text() argument 569 textlen = strlen(text); in au_to_text() 580 ADD_STRING(dptr, text, textlen); in au_to_text() 591 au_to_path(const char *text) in au_to_path() argument 598 textlen = strlen(text); in au_to_path() [all …]
|
| /xnu-11215/osfmk/x86_64/ |
| H A D | locore.s | 83 #define RECOVERY_SECTION .text 90 .text 96 .text ;\ 103 .text
|