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

/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1245 char *openpath = di_devfs_path(node); local
1249 if (strstr(openpath, "/devices") == NULL) {
1251 "/devices%s:c,raw", openpath);
1254 fd = open(openpath, O_RDONLY|O_NDELAY);
1259 openpath, strerror(errno));
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c147 static int openpath(char *, char *, int);
1120 if ((fd = openpath(module_path, rtld, O_RDONLY)) < 0) {
1271 if ((fd = openpath(module_path, rtld, O_RDONLY)) < 0) {
1463 openpath(path, fname, flags) function

Completed in 66 milliseconds