Searched refs:bpath (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | boot_plat.c | 393 mangle_os_bootpath(char *bpath) in mangle_os_bootpath() argument 398 node = prom_finddevice(bpath); in mangle_os_bootpath() 414 prom_strip_options(bpath, stripped_pathname); in mangle_os_bootpath() 424 redirect_boot_path(char *bpath, char *redirect) in redirect_boot_path() argument 427 char *p = bpath + strlen(bpath); in redirect_boot_path() 441 while (--p >= bpath && *p != '@' && *p != '/') in redirect_boot_path() 450 v2path = bpath; in redirect_boot_path() 536 static char bpath[OBP_MAXPATHLEN], bargs[OBP_MAXPATHLEN]; in main() local 602 (void) strncpy(bpath, prom_bootpath(), sizeof (bpath) - 1); in main() 603 bpath[sizeof (bpath) - 1] = '\0'; in main() [all …]
|
H A D | inetboot.c | 177 bootprog(char *bpath, char *bargs, boolean_t user_specified_filename) in bootprog() argument 179 systype = set_fstype(v2path, bpath); in bootprog() 182 printf("device path '%s'\n", bpath); in bootprog() 183 if (strcmp(bpath, v2path) != 0) in bootprog() 187 if (mountroot(bpath) != SUCCESS) in bootprog()
|
H A D | wanboot.c | 1492 init_netdev(char *bpath) in init_netdev() argument 1534 if (is_netdev(bpath)) { in init_netdev() 1549 bpath = netalias; in init_netdev() 1555 bootlog("wanboot", BOOTLOG_INFO, "configuring %s\n", bpath); in init_netdev() 1557 mac_init(bpath); in init_netdev() 1591 bootprog(char *bpath, char *bargs, boolean_t user_specified_filename) in bootprog() argument 1597 if (!init_netdev(bpath)) { in bootprog()
|
H A D | nfsconf.c | 53 set_fstype(char *v2path, char *bpath) in set_fstype() argument
|
/titanic_41/usr/src/stand/sys/ |
H A D | bootvfs.h | 107 extern char *set_fstype(char *v2path, char *bpath);
|
/titanic_41/usr/src/tools/onbld/Scm/ |
H A D | Backup.py | 263 bpath = self.bu.backupfile('bundle') 268 bundle = changegroup.readbundle(f, bpath) 270 'bundle:%s' % bpath) 273 " %s" % (bpath, e))
|
/titanic_41/usr/src/uts/common/io/ |
H A D | openprom.c | 743 char bpath[OBP_MAXPATHLEN]; in opromioctl_cb() local 744 if (get_bootpath_prop(bpath) != 0) { in opromioctl_cb() 748 valsize = strlen(bpath) + 1; in opromioctl_cb() 753 (void) strcpy(opp->oprom_array, bpath); in opromioctl_cb()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1320 zfs_parse_bootfs(char *bpath, char *outpath) in zfs_parse_bootfs() argument 1326 if (*bpath == 0 || *bpath == '/') in zfs_parse_bootfs() 1329 (void) strcpy(outpath, bpath); in zfs_parse_bootfs() 1331 slashp = strchr(bpath, '/'); in zfs_parse_bootfs() 1344 error = dsl_dsobj_to_dsname(bpath, objnum, outpath); in zfs_parse_bootfs()
|