Searched defs:rdiskpathname (Results 1 - 2 of 2) sorted by relevance
| /osnet-11/usr/src/lib/libbootmgmt/common/ |
| H A D | libbootmgmt.c | 266 char **desc, char *rdiskpathname) 271 if ((fd = open(rdiskpathname, O_RDONLY|O_NDELAY)) < 0) 331 err = check_mbr_label(fd, rdiskpathname, sizep); 265 bootmgmt_get_required_part_info_on_base(ushort_t *tag, uint64_t *sizep, char **desc, char *rdiskpathname) argument
|
| /osnet-11/usr/src/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 354 char *rdiskpathname, *diskpathname; local 363 zpool_rawunrawpath(hdl, path, &rdiskpathname, &diskpathname); 365 if (rdiskpathname == NULL) { 370 err = bootmgmt_check_boot_sys_label(rdiskpathname, &labeltype, &msg); 372 free(rdiskpathname); 3865 char *rdiskpathname, *diskpathname; local 3871 zpool_rawunrawpath(hdl, path, &rdiskpathname, &diskpathname); 3873 if (rdiskpathname == NULL) { 3879 if ((fd = open(rdiskpathname, O_RDONLY|O_NDELAY)) >= 0) { 3889 free(rdiskpathname); 3932 char *rdiskpathname, *diskpathname; local [all...] |
Completed in 31 milliseconds