Home
last modified time | relevance | path

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

/titanic_54/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_disk.c100 if ((dp->d_handle = OF_open(dp->d_path)) == -1) in ofwd_strategy()
132 if ((dp->d_handle = OF_open(dp->d_path)) == -1) { in ofwd_open()
H A Dopenfirm.h103 ihandle_t OF_open(char *);
H A Dopenfirm.c87 memory = OF_open("/memory"); in OF_init()
89 memory = OF_open("/memory@0"); in OF_init()
496 OF_open(char *device) in OF_open() function
H A Dofw_net.c214 if ((netinstance = OF_open(path)) == -1) { in ofwn_init()