/illumos-gate/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 …]
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | graphics.c | 101 if (BOP_GETPROPLEN(bootops, "console") != sizeof ("graphics")) in progressbar_init() 106 if (BOP_GETPROPLEN(bootops, "efi-systab") > 0) in progressbar_init()
|
H A D | startup.c | 795 if (BOP_GETPROPLEN(bootops, "prom_debug") >= 0) { in startup_init() 1084 if (BOP_GETPROPLEN(bootops, "enforce-prot-exec") >= 0) { in startup_memlist() 1085 int len = BOP_GETPROPLEN(bootops, "enforce-prot-exec"); in startup_memlist() 1610 if (BOP_GETPROPLEN(bootops, "si-hw-provider") < 0) { in startup_modules() 2954 if (BOP_GETPROPLEN(bootops, "nodes") > sizeof (prop) || in get_system_configuration() 2958 BOP_GETPROPLEN(bootops, "cpus_pernode") > sizeof (prop) || in get_system_configuration() 2968 if (BOP_GETPROPLEN(bootops, "kernelbase") > sizeof (prop) || in get_system_configuration() 2975 if (BOP_GETPROPLEN(bootops, "segmapsize") > sizeof (prop) || in get_system_configuration() 2982 if (BOP_GETPROPLEN(bootops, "segmapfreelists") > sizeof (prop) || in get_system_configuration() 2989 if (BOP_GETPROPLEN(bootops, "segkpsize") > sizeof (prop) || in get_system_configuration()
|
H A D | pci_bios.c | 82 if (BOP_GETPROPLEN(bootops, "efi-systab") > 0) in pci_bios_get_irq_routing()
|
H A D | pci_cfgspace.c | 271 if (BOP_GETPROPLEN(bootops, "efi-systab") > 0) { in pci_check_bios()
|
H A D | mlsetup.c | 411 if (BOP_GETPROPLEN(bootops, "efi-systab") < 0) { in mlsetup()
|
H A D | ddi_impl.c | 1862 length = BOP_GETPROPLEN(bootops, property_name); in get_boot_properties() 1990 length = BOP_GETPROPLEN(bootops, name); in get_vga_properties() 2012 length = BOP_GETPROPLEN(bootops, name); in get_vga_properties() 2639 if (!post_fastreboot && BOP_GETPROPLEN(bootops, "efi-systab") < 0) in impl_setup_ddi()
|
H A D | timestamp.c | 1040 tsc_name_len = BOP_GETPROPLEN(bootops, "tsc_calibration"); in tsc_calibrate()
|
H A D | fakebop.c | 3014 boot_prop_len = BOP_GETPROPLEN(bootops, prop_name); in bootprop_getval() 3029 int boot_prop_len = BOP_GETPROPLEN(bootops, prop_name); in bootprop_getstr()
|
H A D | lgrpplat.c | 2583 boot_prop_len = BOP_GETPROPLEN(bootops, boot_prop_name); in lgrp_plat_process_cpu_apicids()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | autoconf.c | 157 size = (size_t)BOP_GETPROPLEN(bootops, "mfg-name") + 1; in impl_create_root_class() 204 size = (size_t)BOP_GETPROPLEN(bootops, "bootpath"); in impl_create_root_class() 211 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()
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | bootrd.c | 169 if (BOP_GETPROPLEN(ops, "ramdisk_start") != 8 || in kobj_boot_mountroot() 171 BOP_GETPROPLEN(ops, "ramdisk_end") != 8 || in kobj_boot_mountroot()
|
H A D | kobj.c | 1352 if ((len = BOP_GETPROPLEN(ops, "console")) == -1) in console_is_usb_serial()
|
/illumos-gate/usr/src/uts/sparc/zfs/ |
H A D | spa_boot.c | 44 proplen = BOP_GETPROPLEN(bootops, propname); in spa_get_bootprop()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 163 #define BOP_GETPROPLEN(bop, name) ((bop)->bsys_getproplen)(bop, name) macro
|
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/kctl/ |
H A D | kctl_isadep.c | 46 len = BOP_GETPROPLEN(ops, pname); in kctl_boot_prop_read()
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 125 #define BOP_GETPROPLEN(bop, name) bop_getproplen(name) macro
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | microcode.c | 511 prop_len = BOP_GETPROPLEN(bootops, prop); in ucode_check_boot()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | strplumb.c | 535 proplen = BOP_GETPROPLEN(bootops, in strplumb_get_netdev_path()
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | hpet_acpi.c | 191 if (BOP_GETPROPLEN(bootops, "hpet-table") != 8 || in hpet_early_init()
|