/titanic_50/usr/src/uts/sparc/os/ |
H A D | iscsi_boot.c | 78 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_TARGET_IP); in iscsiboot_tgt_prop_read() 96 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_PORT); in iscsiboot_tgt_prop_read() 114 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_LUN); in iscsiboot_tgt_prop_read() 132 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_TPGT); in iscsiboot_tgt_prop_read() 151 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_TARGET_NAME); in iscsiboot_tgt_prop_read() 177 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_PAR); in iscsiboot_tgt_prop_read() 251 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_INITIATOR_ID); in iscsiboot_init_prop_read() 284 proplen = BOP_GETPROPLEN(bootops, BP_HOST_IP); in iscsiboot_nic_prop_read() 301 proplen = BOP_GETPROPLEN(bootops, BP_ROUTER_IP); in iscsiboot_nic_prop_read() 312 proplen = BOP_GETPROPLEN(bootops, BP_SUBNET_MASK); in iscsiboot_nic_prop_read() [all …]
|
/titanic_50/usr/src/uts/common/os/ |
H A D | autoconf.c | 150 size = (size_t)BOP_GETPROPLEN(bootops, "mfg-name") + 1; in impl_create_root_class() 197 size = (size_t)BOP_GETPROPLEN(bootops, "bootpath"); in impl_create_root_class() 204 size = (size_t)BOP_GETPROPLEN(bootops, "fstype"); in impl_create_root_class()
|
H A D | swapgeneric.c | 385 proplen = BOP_GETPROPLEN(bootops, "bootp-response"); in loadrootmodules() 401 proplen = BOP_GETPROPLEN(bootops, "netdev-path"); in loadrootmodules() 855 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_NETWORK_BOOTPATH); in load_bootpath_drivers() 1141 proplen = BOP_GETPROPLEN(bootops, BP_BOOTPATH); in netboot_over_iscsi()
|
/titanic_50/usr/src/uts/common/krtld/ |
H A D | bootrd.c | 166 if (BOP_GETPROPLEN(ops, "ramdisk_start") != 8 || in kobj_boot_mountroot() 168 BOP_GETPROPLEN(ops, "ramdisk_end") != 8 || in kobj_boot_mountroot()
|
H A D | kobj.c | 1367 if ((len = BOP_GETPROPLEN(ops, "console")) == -1) in console_is_usb_serial()
|
/titanic_50/usr/src/uts/sparc/zfs/ |
H A D | spa_boot.c | 43 proplen = BOP_GETPROPLEN(bootops, propname); in spa_get_bootprop()
|
/titanic_50/usr/src/cmd/mdb/intel/kmdb/kctl/ |
H A D | kctl_isadep.c | 47 len = BOP_GETPROPLEN(ops, pname); in kctl_boot_prop_read()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | startup.c | 754 if (BOP_GETPROPLEN(bootops, "prom_debug") >= 0) { in startup_init() 1062 if (BOP_GETPROPLEN(bootops, "enforce-prot-exec") >= 0) { in startup_memlist() 1063 int len = BOP_GETPROPLEN(bootops, "enforce-prot-exec"); in startup_memlist() 2993 if (BOP_GETPROPLEN(bootops, "nodes") > sizeof (prop) || in get_system_configuration() 2997 BOP_GETPROPLEN(bootops, "cpus_pernode") > sizeof (prop) || in get_system_configuration() 3007 if (BOP_GETPROPLEN(bootops, "kernelbase") > sizeof (prop) || in get_system_configuration() 3014 if (BOP_GETPROPLEN(bootops, "segmapsize") > sizeof (prop) || in get_system_configuration() 3021 if (BOP_GETPROPLEN(bootops, "segmapfreelists") > sizeof (prop) || in get_system_configuration()
|
H A D | graphics.c | 101 if (BOP_GETPROPLEN(bootops, "console") != sizeof ("graphics")) in progressbar_init()
|
H A D | ddi_impl.c | 1874 length = BOP_GETPROPLEN(bootops, property_name); in get_boot_properties() 1955 length = BOP_GETPROPLEN(bootops, name); in get_vga_properties() 1977 length = BOP_GETPROPLEN(bootops, name); in get_vga_properties()
|
H A D | fakebop.c | 2677 boot_prop_len = BOP_GETPROPLEN(bootops, prop_name); in bootprop_getval()
|
H A D | lgrpplat.c | 2574 boot_prop_len = BOP_GETPROPLEN(bootops, boot_prop_name); in lgrp_plat_process_cpu_apicids()
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 159 #define BOP_GETPROPLEN(bop, name) ((bop)->bsys_getproplen)(bop, name) macro
|
/titanic_50/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 124 #define BOP_GETPROPLEN(bop, name) bop_getproplen(name) macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | strplumb.c | 523 proplen = BOP_GETPROPLEN(bootops, in strplumb_get_netdev_path()
|