Lines Matching defs:physical
7908 bam_error(_("no physical device in zpool status for pool=%s\n"),
7969 /* If already a physical device nothing to do */
7972 BAM_DPRINTF(("%s: got physical device already directly for "
7984 bam_error(_("cannot derive physical device for %s (%s), "
7998 BAM_DPRINTF(("%s: returning physical=%s\n",
8007 is_bootdisk(char *osroot, char *physical)
8015 assert(physical);
8017 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, physical));
8019 bootp = strstr(physical, "p0:boot");
8028 * "physical"
8030 grubroot = get_grubroot(osroot, physical, NULL);
8036 "disk: %s\n"), physical);
8066 bam_error(_("cannot get physical device special file for menu "