Searched refs:PE_parse_boot_argn (Results 1 - 25 of 79) sorted by relevance

1234

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_s5l8720x.c177 if (PE_parse_boot_argn("rgb565", tempbuf, sizeof(tempbuf))) {
187 if (PE_parse_boot_argn("-early-fb-debug", tempbuf, sizeof(tempbuf))) {
191 if (PE_parse_boot_argn("-graphics-mode", tempbuf, sizeof(tempbuf))) {
223 if (PE_parse_boot_argn("-avoid-uarts", tempbuf, sizeof(tempbuf))) {
227 if (PE_parse_boot_argn("-force-uarts", tempbuf, sizeof(tempbuf))) {
H A Dpe_s5l8900x.c347 if (PE_parse_boot_argn("rgb565", tempbuf, sizeof(tempbuf))) {
357 //if (PE_parse_boot_argn("-early-fb-debug", tempbuf, sizeof(tempbuf))) {
361 if (PE_parse_boot_argn("-graphics-mode", tempbuf, sizeof(tempbuf))) {
393 if (PE_parse_boot_argn("-avoid-uarts", tempbuf, sizeof(tempbuf))) {
397 if (PE_parse_boot_argn("-force-uarts", tempbuf, sizeof(tempbuf))) {
H A Dpe_s5l8930x.c467 if (PE_parse_boot_argn("rgb565", tempbuf, sizeof(tempbuf))) {
477 if (PE_parse_boot_argn("-early-fb-debug", tempbuf, sizeof(tempbuf))) {
481 if (PE_parse_boot_argn("-graphics-mode", tempbuf, sizeof(tempbuf))) {
541 if (PE_parse_boot_argn("-avoid-uarts", tempbuf, sizeof(tempbuf))) {
545 if (PE_parse_boot_argn("-force-uarts", tempbuf, sizeof(tempbuf))) {
H A Dpe_omap3430.c422 if (PE_parse_boot_argn("omapfbres", tmpbuf, sizeof(tmpbuf))) {
523 if (PE_parse_boot_argn("-early-fb-debug", tempbuf, sizeof(tempbuf))) {
527 if (PE_parse_boot_argn("-graphics-mode", tempbuf, sizeof(tempbuf))) {
H A Dpe_omap3530.c441 if (PE_parse_boot_argn("-dont-fuck-with-framebuffer", tempbuf, sizeof(tempbuf))) {
460 if (PE_parse_boot_argn("omapfbres", tmpbuf, sizeof(tmpbuf))) {
541 if (PE_parse_boot_argn("-early-fb-debug", tempbuf, sizeof(tempbuf))) {
545 if (PE_parse_boot_argn("-graphics-mode", tempbuf, sizeof(tempbuf))) {
H A Dpe_apq8060.c329 if (PE_parse_boot_argn("-early-fb-debug", tempbuf, sizeof(tempbuf))) {
333 if (PE_parse_boot_argn("-graphics-mode", tempbuf, sizeof(tempbuf))) {
/darwin-on-arm/xnu/bsd/kern/
H A Dimageboot.c88 if (!(PE_parse_boot_argn("rp0", root_path, MAXPATHLEN) ||
89 PE_parse_boot_argn("rp", root_path, MAXPATHLEN) ||
90 PE_parse_boot_argn(IMAGEBOOT_ROOT_ARG, root_path, MAXPATHLEN))) {
104 if (!(PE_parse_boot_argn("rp1", root_path, MAXPATHLEN) ||
105 PE_parse_boot_argn(IMAGEBOOT_CONTAINER_ARG, root_path, MAXPATHLEN))) {
216 if(PE_parse_boot_argn(IMAGEBOOT_CONTAINER_ARG, root_path, MAXPATHLEN) == TRUE) {
226 if (PE_parse_boot_argn(IMAGEBOOT_ROOT_ARG, root_path, MAXPATHLEN) == FALSE) {
279 if((PE_parse_boot_argn("rp", root_path, MAXPATHLEN) == FALSE) &&
280 (PE_parse_boot_argn("rp0", root_path, MAXPATHLEN) == FALSE)) {
294 if(PE_parse_boot_argn("rp
[all...]
H A Dbsd_init.c1113 if (PE_parse_boot_argn("-s", namep, sizeof (namep)))
1116 if (PE_parse_boot_argn("-b", namep, sizeof (namep)))
1119 if (PE_parse_boot_argn("-x", namep, sizeof (namep))) /* safe boot */
1123 if (PE_parse_boot_argn("-vnode_cache_defeat", namep, sizeof (namep)))
1127 if (PE_parse_boot_argn("-disable_aslr", namep, sizeof (namep)))
1131 PE_parse_boot_argn("ncl", &ncl, sizeof (ncl));
1132 if (PE_parse_boot_argn("nbuf", &max_nbuf_headers,
1137 PE_parse_boot_argn("kmem", &setup_kmem, sizeof (setup_kmem));
1142 PE_parse_boot_argn("policy_check", &policy_check_flags, sizeof (policy_check_flags));
1146 if (PE_parse_boot_argn("msgbu
[all...]
H A Dnetboot.c342 if (PE_parse_boot_argn("rp0", root_path, MAXPATHLEN) == TRUE
343 || PE_parse_boot_argn("rp", root_path, MAXPATHLEN) == TRUE
344 || PE_parse_boot_argn("rootpath", root_path, MAXPATHLEN) == TRUE) {
409 if (PE_parse_boot_argn(IMAGEBOOT_ROOT_ARG, root_path, MAXPATHLEN)
410 || PE_parse_boot_argn("rp1", root_path, MAXPATHLEN)) {
/darwin-on-arm/xnu/osfmk/arm/
H A Darm_init.c144 if (!PE_parse_boot_argn("maxmem", &baMaxMem, sizeof(baMaxMem)))
169 if (PE_parse_boot_argn("-no-cache", tempbuf, sizeof(tempbuf))) {
181 if (PE_parse_boot_argn("serial", &serialmode, sizeof(serialmode))) {
/darwin-on-arm/xnu/osfmk/kern/
H A Dgzalloc.c172 if (PE_parse_boot_argn("-gzalloc_mode", temp_buf, sizeof (temp_buf))) {
181 if (PE_parse_boot_argn("gzalloc_min", &gzalloc_min, sizeof(gzalloc_min))) {
189 if (PE_parse_boot_argn("gzalloc_max", &gzalloc_max, sizeof(gzalloc_max))) {
198 if (PE_parse_boot_argn("gzalloc_size", &gzalloc_size, sizeof(gzalloc_size))) {
206 (void)PE_parse_boot_argn("gzalloc_fc_size", &gzfc_size, sizeof(gzfc_size));
208 if (PE_parse_boot_argn("-gzalloc_wp", temp_buf, sizeof (temp_buf))) {
212 if (PE_parse_boot_argn("-gzalloc_uf_mode", temp_buf, sizeof (temp_buf))) {
217 if (PE_parse_boot_argn("-gzalloc_noconsistency", temp_buf, sizeof (temp_buf))) {
228 if (PE_parse_boot_argn("-nogzalloc_mode", temp_buf, sizeof (temp_buf)))
H A Dstartup.c177 if (PE_parse_boot_argn("-l", namep, sizeof (namep))) /* leaks logging */
180 PE_parse_boot_argn("trace", &new_nkdbufs, sizeof (new_nkdbufs));
182 PE_parse_boot_argn("trace_wake", &wake_nkdbufs, sizeof (wake_nkdbufs));
185 if (PE_parse_boot_argn("serverperfmode", &serverperfmode, sizeof (serverperfmode))) {
/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_kprintf.c73 if (PE_parse_boot_argn("debug", &boot_arg, sizeof(boot_arg)))
H A Dpe_init.c154 if (PE_parse_boot_argn("kprintf", &boot_arg, sizeof(boot_arg)))
157 if (PE_parse_boot_argn("silence_kprintf", &boot_arg, sizeof(boot_arg)))
278 if (PE_parse_boot_argn("-panic-reboot", tempbuf, sizeof(tempbuf))) {
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStartIOKit.cpp132 if( PE_parse_boot_argn( "io", &debugFlags, sizeof (debugFlags) ))
135 if( PE_parse_boot_argn( "iotrace", &debugFlags, sizeof (debugFlags) ))
/darwin-on-arm/xnu/osfmk/i386/
H A Di386_init.c500 if (!PE_parse_boot_argn("diag", &dgWork.dgFlags, sizeof (dgWork.dgFlags)))
504 if(PE_parse_boot_argn("serial", &serialmode, sizeof (serialmode))) {
519 if (!PE_parse_boot_argn("maxmem", &maxmem, sizeof (maxmem)))
524 if (PE_parse_boot_argn("cpus", &cpus, sizeof (cpus))) {
532 if (!PE_parse_boot_argn("himemory_mode", &vm_himemory_mode, sizeof (vm_himemory_mode)))
535 if (!PE_parse_boot_argn("immediate_NMI", &fidn, sizeof (fidn)))
543 PE_parse_boot_argn("urgency_notification_abstime",
555 if (PE_parse_boot_argn("-legacy", &legacy_mode, sizeof (legacy_mode))) {
H A Drtclock_native.c165 PE_parse_boot_argn("TSC_deadline_timer", &TSC_deadline_timer,
H A Dmachine_routines.c541 if (PE_parse_boot_argn("slto_us", &slto, sizeof (slto)))
549 if (PE_parse_boot_argn("mtxspin", &mtxspin, sizeof (mtxspin))) {
559 if (PE_parse_boot_argn("panic_restart_timeout", &prt, sizeof (prt)))
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_init.c150 if (PE_parse_boot_argn("zsize", &zsizearg, sizeof (zsizearg)))
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_kprintf.c67 if (PE_parse_boot_argn("debug", &boot_arg, sizeof (boot_arg)))
H A Dpe_serial.c179 if (PE_parse_boot_argn("serialbaud", &serial_baud_rate, sizeof (serial_baud_rate)))
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c173 if (PE_parse_boot_argn("debug", &debug_boot_arg, sizeof (debug_boot_arg))) {
183 if (!PE_parse_boot_argn("nvram_paniclog", &commit_paniclog_to_nvram, sizeof (commit_paniclog_to_nvram)))
190 if (PE_parse_boot_argn("pmsafe_debug", &boot_arg, sizeof (boot_arg)))
198 if (PE_parse_boot_argn("preempt", &boot_arg, sizeof (boot_arg))) {
201 if (PE_parse_boot_argn("unsafe", &boot_arg, sizeof (boot_arg))) {
204 if (PE_parse_boot_argn("poll", &boot_arg, sizeof (boot_arg))) {
207 if (PE_parse_boot_argn("yield", &boot_arg, sizeof (boot_arg))) {
213 if (PE_parse_boot_argn("panic_io_port", &boot_arg, sizeof (boot_arg))) {
1060 PE_parse_boot_argn("keepsyms", &keepsyms, sizeof (keepsyms));
/darwin-on-arm/xnu/bsd/dev/
H A Dunix_startup.c261 (void) PE_parse_boot_argn("ncl", &ncl, sizeof (ncl));
262 (void) PE_parse_boot_argn("mbuf_pool", &mbuf_pool, sizeof (mbuf_pool));
/darwin-on-arm/xnu/pexpert/gen/
H A Dbootargs.c63 return PE_parse_boot_argn(arg_string, arg_ptr, max_len);
68 PE_parse_boot_argn( function
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp183 if(PE_parse_boot_argn( "network-type", networkType, 128 ))
346 if (!PE_parse_boot_argn("rd", rdBootVar, kMaxBootVar )
347 && !PE_parse_boot_argn("rootdev", rdBootVar, kMaxBootVar ))
447 if (!PE_parse_boot_argn( "boot-uuid", uuid, kMaxBootVar )) {

Completed in 123 milliseconds

1234