Searched refs:BO_MAXOBJNAME (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 175 #define BO_MAXOBJNAME 256 macro 179 char bo_name[BO_MAXOBJNAME]; /* name of object */ 183 char bo_devname[BO_MAXOBJNAME]; 184 char bo_ifname[BO_MAXOBJNAME]; 197 extern char obp_bootpath[BO_MAXOBJNAME];
|
/titanic_50/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 180 #define BO_MAXOBJNAME 256 macro 184 char bo_name[BO_MAXOBJNAME]; /* name of object */ 188 char bo_devname[BO_MAXOBJNAME]; 189 char bo_ifname[BO_MAXOBJNAME]; 202 extern char obp_bootpath[BO_MAXOBJNAME];
|
/titanic_50/usr/src/uts/common/os/ |
H A D | iscsiboot_prop.c | 282 #ifndef BO_MAXOBJNAME 283 #define BO_MAXOBJNAME 256 macro 304 (void) snprintf(bootpath, BO_MAXOBJNAME, "/iscsi/ssd@%s%s%04X,%d:%s", in get_iscsi_bootpath_vhci() 318 uchar_t replaced_name[BO_MAXOBJNAME] = {0}; in get_iscsi_bootpath_phy() 329 (void) snprintf(bootpath, BO_MAXOBJNAME, "/iscsi/disk@%s%s%04X,%d:%s", in get_iscsi_bootpath_phy()
|
H A D | swapgeneric.c | 350 (void) getphysdev("root", rootfs.bo_name, BO_MAXOBJNAME); in loadrootmodules() 527 (void) strlcat(bootpath, ":a", BO_MAXOBJNAME); in get_bootpath_prop() 653 static char defaultpath[BO_MAXOBJNAME]; in getphysdev() 842 char iscsi_network_path[BO_MAXOBJNAME]; in load_bootpath_drivers()
|
H A D | modsysfile.c | 73 char obp_bootpath[BO_MAXOBJNAME]; /* bootpath from obp */ 1473 (void) copystr(path, rootfs.bo_name, BO_MAXOBJNAME, NULL); in setbootpath() 1510 BO_MAXOBJNAME, NULL); in setparams() 1516 BO_MAXOBJNAME, NULL); in setparams()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | strplumb.c | 278 (void) snprintf(rootfs.bo_devname, BO_MAXOBJNAME, in resolve_boot_path() 280 (void) snprintf(rootfs.bo_ifname, BO_MAXOBJNAME, "%s%d", in resolve_boot_path() 513 static char iscsi_network_path[BO_MAXOBJNAME] = {0}; in strplumb_get_netdev_path()
|
H A D | openprom.c | 328 (void) strlcat(bootpath, ":a", BO_MAXOBJNAME); in get_bootpath_prop()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vfs.c | 4808 (void) strncpy(rootfs.bo_name, propstr, BO_MAXOBJNAME); in getrootfs() 4815 (void) strncpy(rootfs.bo_name, netdev_path, BO_MAXOBJNAME); in getrootfs()
|