HomeSort by: relevance | last modified time | path
    Searched refs:prom_get_msgbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc64/include/
sparc64.h 54 paddr_t prom_get_msgbuf(int, int);
  /src/sys/arch/sparc64/sparc64/
ofw_machdep.c 483 prom_get_msgbuf(int len, int align) function in typeref:typename:paddr_t
501 prom_printf("prom_get_msgbuf: cannot get memh\n");
518 } else prom_printf("prom_get_msgbuf: SUNW,retain failed\n");
519 } else prom_printf("prom_get_msgbuf: test-method failed\n");
520 } else prom_printf("prom_get_msgbuf: test failed\n");
523 prom_printf("prom_get_msgbuf: allocated new buf at %08x\n", (int)addr);
525 prom_printf("prom_get_msgbuf: cannot get allocate physmem\n");
528 prom_printf("prom_get_msgbuf: claiming new buf at %08x\n", (int)addr);
pmap.c 788 phys_msgbuf = prom_get_msgbuf(msgbufsiz, MMU_PAGE_ALIGN);

Completed in 17 milliseconds