Searched defs:devnode (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/ieee1275/
H A Dofpath.c214 const char *devnode __attribute__((unused)),
235 const char *devnode __attribute__((unused)),
324 const char *devnode __attribute__((unused)),
396 char *name_buf, *device, *devnode, *devicenode, *ofpath; local
405 devnode = strip_trailing_digits (name_buf);
411 ret = of_path_of_ide(ofpath, name_buf, device, devnode, devicenode);
414 ret = of_path_of_scsi(ofpath, name_buf, device, devnode, devicenode);
417 ret = of_path_of_vdisk(ofpath, name_buf, device, devnode, devicenode);
429 free (devnode);
435 free (devnode);
[all...]

Completed in 61 milliseconds