Home
last modified time | relevance | path

Searched refs:openpath (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1251 char *openpath = di_devfs_path(node); in get_devid() local
1255 if (strstr(openpath, "/devices") == NULL) { in get_devid()
1257 "/devices%s:c,raw", openpath); in get_devid()
1260 fd = open(openpath, O_RDONLY|O_NDELAY); in get_devid()
1265 openpath, strerror(errno)); in get_devid()
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c130 static int openpath(char *, char *, int);
996 if ((fd = openpath(module_path, rtld, O_RDONLY)) < 0) { in iload32()
1143 if ((fd = openpath(module_path, rtld, O_RDONLY)) < 0) { in iload64()
1320 openpath(char *path, char *fname, int flags) in openpath() function