Home
last modified time | relevance | path

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

/titanic_50/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 …]
/titanic_50/usr/src/uts/common/os/
H A Dautoconf.c150 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 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()
/titanic_50/usr/src/uts/common/krtld/
H A Dbootrd.c166 if (BOP_GETPROPLEN(ops, "ramdisk_start") != 8 || in kobj_boot_mountroot()
168 BOP_GETPROPLEN(ops, "ramdisk_end") != 8 || in kobj_boot_mountroot()
H A Dkobj.c1367 if ((len = BOP_GETPROPLEN(ops, "console")) == -1) in console_is_usb_serial()
/titanic_50/usr/src/uts/sparc/zfs/
H A Dspa_boot.c43 proplen = BOP_GETPROPLEN(bootops, propname); in spa_get_bootprop()
/titanic_50/usr/src/cmd/mdb/intel/kmdb/kctl/
H A Dkctl_isadep.c47 len = BOP_GETPROPLEN(ops, pname); in kctl_boot_prop_read()
/titanic_50/usr/src/uts/i86pc/os/
H A Dstartup.c754 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 Dgraphics.c101 if (BOP_GETPROPLEN(bootops, "console") != sizeof ("graphics")) in progressbar_init()
H A Dddi_impl.c1874 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 Dfakebop.c2677 boot_prop_len = BOP_GETPROPLEN(bootops, prop_name); in bootprop_getval()
H A Dlgrpplat.c2574 boot_prop_len = BOP_GETPROPLEN(bootops, boot_prop_name); in lgrp_plat_process_cpu_apicids()
/titanic_50/usr/src/uts/intel/sys/
H A Dbootconf.h159 #define BOP_GETPROPLEN(bop, name) ((bop)->bsys_getproplen)(bop, name) macro
/titanic_50/usr/src/uts/sun/sys/
H A Dbootconf.h124 #define BOP_GETPROPLEN(bop, name) bop_getproplen(name) macro
/titanic_50/usr/src/uts/common/io/
H A Dstrplumb.c523 proplen = BOP_GETPROPLEN(bootops, in strplumb_get_netdev_path()