Home
last modified time | relevance | path

Searched refs:BOP_GETPROPLEN (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Discsi_boot.c78 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 Dgraphics.c101 if (BOP_GETPROPLEN(bootops, "console") != sizeof ("graphics")) in progressbar_init()
106 if (BOP_GETPROPLEN(bootops, "efi-systab") > 0) in progressbar_init()
H A Dstartup.c796 if (BOP_GETPROPLEN(bootops, "prom_debug") >= 0) { in startup_init()
1085 if (BOP_GETPROPLEN(bootops, "enforce-prot-exec") >= 0) { in startup_memlist()
1086 int len = BOP_GETPROPLEN(bootops, "enforce-prot-exec"); in startup_memlist()
1611 if (BOP_GETPROPLEN(bootops, "si-hw-provider") < 0) { in startup_modules()
2945 if (BOP_GETPROPLEN(bootops, "nodes") > sizeof (prop) || in get_system_configuration()
2949 BOP_GETPROPLEN(bootops, "cpus_pernode") > sizeof (prop) || in get_system_configuration()
2959 if (BOP_GETPROPLEN(bootops, "kernelbase") > sizeof (prop) || in get_system_configuration()
2966 if (BOP_GETPROPLEN(bootops, "segmapsize") > sizeof (prop) || in get_system_configuration()
2973 if (BOP_GETPROPLEN(bootops, "segmapfreelists") > sizeof (prop) || in get_system_configuration()
2980 if (BOP_GETPROPLEN(bootops, "segkpsize") > sizeof (prop) || in get_system_configuration()
H A Dpci_bios.c82 if (BOP_GETPROPLEN(bootops, "efi-systab") > 0) in pci_bios_get_irq_routing()
H A Dpci_cfgspace.c271 if (BOP_GETPROPLEN(bootops, "efi-systab") > 0) { in pci_check_bios()
H A Dmlsetup.c399 if (BOP_GETPROPLEN(bootops, "efi-systab") < 0) { in mlsetup()
H A Dddi_impl.c1862 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 Dtimestamp.c1040 tsc_name_len = BOP_GETPROPLEN(bootops, "tsc_calibration"); in tsc_calibrate()
H A Dfakebop.c3014 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 Dlgrpplat.c2575 boot_prop_len = BOP_GETPROPLEN(bootops, boot_prop_name); in lgrp_plat_process_cpu_apicids()
/illumos-gate/usr/src/uts/common/os/
H A Dautoconf.c157 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 Dswapgeneric.c385 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 Dbootrd.c169 if (BOP_GETPROPLEN(ops, "ramdisk_start") != 8 || in kobj_boot_mountroot()
171 BOP_GETPROPLEN(ops, "ramdisk_end") != 8 || in kobj_boot_mountroot()
H A Dkobj.c1351 if ((len = BOP_GETPROPLEN(ops, "console")) == -1) in console_is_usb_serial()
/illumos-gate/usr/src/uts/sparc/zfs/
H A Dspa_boot.c44 proplen = BOP_GETPROPLEN(bootops, propname); in spa_get_bootprop()
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h163 #define BOP_GETPROPLEN(bop, name) ((bop)->bsys_getproplen)(bop, name) macro
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/kctl/
H A Dkctl_isadep.c47 len = BOP_GETPROPLEN(ops, pname); in kctl_boot_prop_read()
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h125 #define BOP_GETPROPLEN(bop, name) bop_getproplen(name) macro
/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode.c348 len = BOP_GETPROPLEN(bootops, prop); in ucode_check()
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c535 proplen = BOP_GETPROPLEN(bootops, in strplumb_get_netdev_path()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c191 if (BOP_GETPROPLEN(bootops, "hpet-table") != 8 || in hpet_early_init()