openpath
char *openpath = di_devfs_path(node);
if (strstr(openpath, "/devices") == NULL) {
"/devices%s:c,raw", openpath);
fd = open(openpath, O_RDONLY|O_NDELAY);
openpath, strerror(errno));
if ((fd = openpath(module_path, rtld, O_RDONLY)) < 0) {
static int openpath(char *, char *, int);
if ((fd = openpath(module_path, rtld, O_RDONLY)) < 0) {