HomeSort by: relevance | last modified time | path
    Searched defs:OF_finddevice (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/fdt/
fdt_openfirm.c 288 OF_finddevice(const char *name)
  /src/sys/arch/macppc/stand/bootxx/
bootxx.c 157 OF_finddevice(char *name)
326 chosen = OF_finddevice("/chosen");
331 options = OF_finddevice("/options");
  /src/sys/arch/shark/stand/ofwboot/
Locore.c 74 if ((cpu = OF_finddevice("/cpu")) == -1)
139 OF_finddevice(const char *name)
513 if ((chosen = OF_finddevice("/chosen")) == -1)
  /src/sys/arch/arm/ofw/
openfirm.c 280 OF_finddevice(const char *name)
  /src/sys/arch/macppc/stand/ofwboot/
Locore.c 278 OF_finddevice(const char *name)
703 if ((ofw_chosen = OF_finddevice("/chosen")) == -1)
731 ofw_root = OF_finddevice("/");
732 ofw_options = OF_finddevice("/options");
733 ofw_openprom = OF_finddevice("/openprom");
734 ofw_chosen = OF_finddevice("/chosen");
  /src/sys/arch/ofppc/stand/ofwboot/
Locore.c 112 OF_finddevice(char *name)
524 if ((chosen = OF_finddevice("/chosen")) == -1)
  /src/sys/arch/powerpc/powerpc/
openfirm.c 345 OF_finddevice(const char *name)
  /src/sys/arch/sparc/stand/ofwboot/
Locore.c 94 OF_finddevice(const char *name)
487 if ( (chosen = OF_finddevice("/chosen")) == -1) {
  /src/usr.sbin/ofctl/
ofctl.c 94 int OF_finddevice(const char *);
313 /* keep the device open for the benefit of OF_finddevice */
395 OF_finddevice(const char *name)
545 phandle = OF_finddevice(argv[optind++]);
  /src/sys/arch/sparc/sparc/
openfirm.c 262 OF_finddevice(const char *name)
  /src/usr.sbin/installboot/
evboards.c 976 OF_finddevice(const char *name)
1068 phandle = OF_finddevice("/");

Completed in 24 milliseconds