Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 95) sorted by relevance

1234

/xnu-11215/tools/lldbmacros/
H A Dsysreg.py81 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 Dmacho.py283 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 Dcaches_asm.s40 .text
58 .text
211 .text
232 .text
252 .text
305 .text
318 .text
338 .text
362 .text
382 .text
[all …]
H A Dmachine_routines_asm.s268 .text
287 .text
304 .text
316 .text
327 .text
344 .text
394 .text
416 .text
440 .text
458 .text
[all …]
H A Dpinst.s57 .text
81 .text
109 .text
117 .text
H A Dlocore.s395 .text
412 .text
417 .text
422 .text
427 .text
432 .text
437 .text
442 .text
447 .text
453 .text
[all …]
H A Dcswitch.s265 .text
286 .text
327 .text
347 .text
365 .text
382 .text
/xnu-11215/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp144 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 Dkext_alloc.c72 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 DMakeInc.color38 # 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.s32 .text
42 .text
52 .text
65 .text
H A Dmach_absolute_time.s175 .text
206 .text
214 .text
248 .text
281 .text
289 .text
H A Dmach_approximate_time.s34 .text
72 .text
/xnu-11215/security/
H A Dmac_audit.c222 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 Dcpu_memcmp_mask.s64 .text
91 .text
121 .text
154 .text
190 .text
/xnu-11215/bsd/dev/arm/
H A Dcpu_memcmp_mask.s71 .text
108 .text
148 .text
196 .text
247 .text
/xnu-11215/bsd/miscfs/devfs/
H A Dreproto.sh53 \$text[\$idx - 1] .= ';';
61 \$text[\$idx++] = \$_;
/xnu-11215/bsd/dev/i386/
H A Dcpu_memcmp_mask.s63 .text
111 .text
167 .text
231 .text
303 .text
/xnu-11215/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp84 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.s98 .text
110 .text
/xnu-11215/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h72 .text ;\
82 .text ;\
196 .text
346 .text
/xnu-11215/osfmk/i386/
H A Dasm.h156 .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 DREADME.md30 ```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 Daudit_bsm_token.c81 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 Dlocore.s83 #define RECOVERY_SECTION .text
90 .text
96 .text ;\
103 .text

1234