Searched defs:bpath (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dnfsconf.c53 set_fstype(char *v2path, char *bpath) argument
H A Dinetboot.c172 * bpath is the boot device path buffer.
177 bootprog(char *bpath, char *bargs, boolean_t user_specified_filename) argument
179 systype = set_fstype(v2path, bpath);
182 printf("device path '%s'\n", bpath);
183 if (strcmp(bpath, v2path) != 0)
187 if (mountroot(bpath) != SUCCESS)
H A Dboot_plat.c393 mangle_os_bootpath(char *bpath) argument
398 node = prom_finddevice(bpath);
408 * Internally, within boot, bpath is used to access
414 prom_strip_options(bpath, stripped_pathname);
424 redirect_boot_path(char *bpath, char *redirect) argument
427 char *p = bpath + strlen(bpath);
441 while (--p >= bpath && *p != '@' && *p != '/')
450 v2path = bpath;
533 * bpath i
536 static char bpath[OBP_MAXPATHLEN], bargs[OBP_MAXPATHLEN]; local
[all...]
H A Dwanboot.c1492 init_netdev(char *bpath) argument
1505 * bpath will name a network device), or from CD-ROM or disk. In
1508 * identical to bpath. This is so that the interface name can always
1534 if (is_netdev(bpath)) {
1536 * If bpath is a network device path, then v2path
1549 bpath = netalias;
1555 bootlog("wanboot", BOOTLOG_INFO, "configuring %s\n", bpath);
1557 mac_init(bpath);
1591 bootprog(char *bpath, char *bargs, boolean_t user_specified_filename) argument
1597 if (!init_netdev(bpath)) {
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dopenprom.c743 char bpath[OBP_MAXPATHLEN]; local
744 if (get_bootpath_prop(bpath) != 0) {
748 valsize = strlen(bpath) + 1;
753 (void) strcpy(opp->oprom_array, bpath);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1273 zfs_parse_bootfs(char *bpath, char *outpath) argument
1279 if (*bpath == 0 || *bpath == '/')
1282 (void) strcpy(outpath, bpath);
1284 slashp = strchr(bpath, '/');
1297 error = dsl_dsobj_to_dsname(bpath, objnum, outpath);

Completed in 93 milliseconds