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

/osnet-11/usr/src/grub/grub2/util/ieee1275/
H A Dgrub-ofpathname.c31 char *of_path; local
48 of_path = grub_util_devname_to_ofpath (argv[1]);
49 printf("%s\n", of_path);
51 free (of_path);
H A Dofpath.c89 find_obppath (char *of_path, const char *sysfs_path_orig) argument
121 memset(of_path, 0, OF_PATH_MAX);
122 read(fd, of_path, OF_PATH_MAX);
125 trim_newline(of_path);
170 __of_path_common(char *of_path, char *sysfs_path, argument
176 if (find_obppath(of_path, sysfs_path))
191 strcat(of_path, disk);
211 of_path_of_vdisk(char *of_path, argument
226 ret = __of_path_common(of_path, sysfs_path, device, devno);
233 of_path_of_ide(char *of_path, argument
322 of_path_of_scsi(char *of_path, const char *devname __attribute__((unused)), const char *device, const char *devnode __attribute__((unused)), const char *devicenode) argument
451 char *of_path; local
[all...]

Completed in 29 milliseconds