Searched refs:openpath (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/stmsboot/ |
H A D | stmsboot_util.c | 1245 char *openpath = di_devfs_path(node); in get_devid() local 1249 if (strstr(openpath, "/devices") == NULL) { in get_devid() 1251 "/devices%s:c,raw", openpath); in get_devid() 1254 fd = open(openpath, O_RDONLY|O_NDELAY); in get_devid() 1259 openpath, strerror(errno)); in get_devid()
|
/titanic_50/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 147 static int openpath(char *, char *, int); 1120 if ((fd = openpath(module_path, rtld, O_RDONLY)) < 0) { in iload32() 1271 if ((fd = openpath(module_path, rtld, O_RDONLY)) < 0) { 1463 openpath(path, fname, flags) function
|