Home
last modified time | relevance | path

Searched refs:OF_open (Results 1 – 13 of 13) sorted by relevance

/freebsd/stand/libofw/
H A Dofw_disk.c105 if ((dp->d_handle = OF_open(dp->d_path)) == -1) in ofwd_strategy()
137 if ((dp->d_handle = OF_open(dp->d_path)) == -1) { in ofwd_open()
H A Dopenfirm.h101 ihandle_t OF_open(char *);
H A Dopenfirm.c93 memory = OF_open("/memory"); in OF_init()
95 memory = OF_open("/memory@0"); in OF_init()
471 OF_open(char *device) in OF_open() function
H A Dofw_net.c211 if ((netinstance = OF_open(path)) == -1) { in ofwn_init()
/freebsd/sys/dev/ofw/
H A Dopenfirm.h154 ihandle_t OF_open(const char *path);
H A Dofw_disk.c154 ifd = OF_open(path); in g_ofwd_init()
H A Dopenfirm.c739 OF_open(const char *device) in OF_open() function
/freebsd/stand/powerpc/ofw/
H A Dcas.c251 inst = OF_open("/"); in ppc64_cas()
H A Dofwfdt.c118 rtas = OF_open(path); in ofwfdt_fixups()
/freebsd/sys/powerpc/ofw/
H A Drtas.c128 rtasi = OF_open(path); in rtas_setup()
H A Dofw_syscons.c460 ih = OF_open(name); in ofwfb_set_mode()
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c86 ih = OF_open(name); in vt_efb_initialize()
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c516 sc->sc_handle = OF_open(buf); in ofwfb_init()
524 sc->sc_handle = OF_open("screen"); in ofwfb_init()