Lines Matching defs:rdiskpathname
354 char *rdiskpathname, *diskpathname;
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;
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;
3945 zpool_rawunrawpath(hdl, path, &rdiskpathname, &diskpathname);
3947 if (rdiskpathname == NULL) {
3953 size, NULL, rdiskpathname);
3954 free(rdiskpathname);