Lines Matching defs:physical
7935 bam_error(_("no physical device in zpool status for pool=%s\n"),
8083 bam_error(_("not a SVM metadevice: %s. Cannot derive physical "
8095 "physical device\n"), special);
8226 /* If already a physical device nothing to do */
8229 BAM_DPRINTF(("%s: got physical device already directly for "
8243 bam_error(_("cannot derive physical device for %s (%s), "
8257 BAM_DPRINTF(("%s: returning physical=%s\n",
8266 is_bootdisk(char *osroot, char *physical)
8274 assert(physical);
8276 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, physical));
8278 bootp = strstr(physical, "p0:boot");
8287 * "physical"
8289 grubroot = get_grubroot(osroot, physical, NULL);
8295 "disk: %s\n"), physical);
8325 bam_error(_("cannot get physical device special file for menu "