Searched refs:tempbuf (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_s5l8720x.c169 char tempbuf[16]; local
177 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))) {
222 char tempbuf[16]; local
223 if (PE_parse_boot_argn("-avoid-uarts", tempbuf, sizeof(tempbuf))) {
[all...]
H A Dpe_s5l8900x.c339 char tempbuf[16]; local
347 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))) {
392 char tempbuf[16]; local
393 if (PE_parse_boot_argn("-avoid-uarts", tempbuf, sizeof(tempbuf))) {
[all...]
H A Dpe_s5l8930x.c459 char tempbuf[16]; local
467 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))) {
540 char tempbuf[16]; local
541 if (PE_parse_boot_argn("-avoid-uarts", tempbuf, sizeof(tempbuf))) {
[all...]
H A Dpe_apq8060.c314 char tempbuf[16]; local
329 if (PE_parse_boot_argn("-early-fb-debug", tempbuf, sizeof(tempbuf))) {
333 if (PE_parse_boot_argn("-graphics-mode", tempbuf, sizeof(tempbuf))) {
H A Dpe_omap3530.c439 char tempbuf[16]; local
441 if (PE_parse_boot_argn("-dont-fuck-with-framebuffer", tempbuf, sizeof(tempbuf))) {
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_omap3430.c521 char tempbuf[16]; local
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_realview.c373 char tempbuf[16]; local
375 if (PE_parse_boot_argn("-graphics-mode", tempbuf, sizeof(tempbuf))) {
H A Dpe_omap335x.c371 char tempbuf[16]; local
/darwin-on-arm/xnu/osfmk/arm/
H A Darm_init.c167 char tempbuf[16]; local
169 if (PE_parse_boot_argn("-no-cache", tempbuf, sizeof(tempbuf))) {
/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_init.c276 char tempbuf[16]; local
278 if (PE_parse_boot_argn("-panic-reboot", tempbuf, sizeof(tempbuf))) {
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c688 char tempbuf[10]; local
693 snprintf(tempbuf,sizeof(tempbuf),"%d",*name);
697 error = SYSCTL_OUT(req, tempbuf, strlen(tempbuf));
H A Dkdebug.c2156 kd_buf *tempbuf; local
2196 tempbuf = kdcopybuf;
2258 *tempbuf = lostevent;
2267 *tempbuf = kdsp_actual->kds_records[kdsp_actual->kds_readlast++];
2280 kdbg_set_timestamp_and_cpu(tempbuf, min_kdbp->kd_prev_timebase, kdbg_get_cpu(tempbuf));
2286 tempbuf++;

Completed in 44 milliseconds