Lines Matching defs:bootpath
148 static uchar_t bootpath[PATH_MAX];
242 /* get bootpath */
243 if (!q_getbootdev((uchar_t *)&bootpath[0]) &&
245 (void) fprintf(stdout, " Bootpath: %s\n", bootpath);
268 if (fflag && (strstr((char *)bootpath,
271 MSGSTR(21005, "Ignoring %s (bootpath)\n"),
701 q_getbootdev(uchar_t *bootpath)
746 * Copy boot device path to bootpath. First remove leading
756 (void) strcpy((char *)bootpath, (char *)p);
758 (void) strcat((char *)bootpath, slot);
1051 static uchar_t bootpath[PATH_MAX];
1092 /* get bootpath */
1093 if (!q_getbootdev((uchar_t *)&bootpath[0]) &&
1095 (void) fprintf(stdout, " Bootpath: %s\n", bootpath);
1195 if (fflag && (strstr((char *)bootpath,
1198 MSGSTR(21117, "Ignoring %s (bootpath)\n"),