Home
last modified time | relevance | path

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

/freebsd-13.1/stand/libofw/
H A Dofw_disk.c101 if ((dp->d_handle = OF_open(dp->d_path)) == -1) in ofwd_strategy()
133 if ((dp->d_handle = OF_open(dp->d_path)) == -1) { in ofwd_open()
H A Dopenfirm.h104 ihandle_t OF_open(char *);
H A Dopenfirm.c96 memory = OF_open("/memory"); in OF_init()
98 memory = OF_open("/memory@0"); in OF_init()
474 OF_open(char *device) in OF_open() function
H A Dofw_net.c211 if ((netinstance = OF_open(path)) == -1) { in ofwn_init()
/freebsd-13.1/stand/powerpc/ofw/
H A Dcas.c242 inst = OF_open("/"); in ppc64_cas()
H A Dofwfdt.c121 rtas = OF_open(path); in ofwfdt_fixups()
/freebsd-13.1/sys/dev/ofw/
H A Dopenfirm.h156 ihandle_t OF_open(const char *path);
H A Dofw_disk.c157 ifd = OF_open(path); in g_ofwd_init()
H A Dopenfirm.c741 OF_open(const char *device) in OF_open() function
/freebsd-13.1/sys/powerpc/ofw/
H A Drtas.c130 rtasi = OF_open(path); in rtas_setup()
H A Dofw_syscons.c463 ih = OF_open(name); in ofwfb_set_mode()
/freebsd-13.1/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c88 ih = OF_open(name); in vt_efb_initialize()
/freebsd-13.1/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c509 sc->sc_handle = OF_open(buf); in ofwfb_init()
517 sc->sc_handle = OF_open("screen"); in ofwfb_init()