Symbol: BOP_GETPROP
usr/src/cmd/mdb/intel/kmdb/kctl/kctl_isadep.c
48
(void) BOP_GETPROP(ops, pname, (void *)prop_buf);
usr/src/uts/common/io/openprom.c
326
if (BOP_GETPROP(bootops, "bootarchive", bootpath) == -1)
usr/src/uts/common/io/openprom.c
330
if ((BOP_GETPROP(bootops, "bootpath", bootpath) == -1) ||
usr/src/uts/common/io/openprom.c
332
if (BOP_GETPROP(bootops,
usr/src/uts/common/io/strplumb.c
538
if (BOP_GETPROP(bootops,
usr/src/uts/common/krtld/bootrd.c
171
BOP_GETPROP(ops, "ramdisk_start", (void *)&rd_start) != 0 ||
usr/src/uts/common/krtld/bootrd.c
173
BOP_GETPROP(ops, "ramdisk_end", (void *)&rd_end) != 0) {
usr/src/uts/common/krtld/kobj.c
1426
(void) BOP_GETPROP(ops, "console", console);
usr/src/uts/common/krtld/kobj.c
378
(void) BOP_GETPROP(ops, "whoami", filename);
usr/src/uts/common/krtld/kobj_bootflags.c
53
if (BOP_GETPROP(ops, "bootargs", kern_bootargs) == -1) {
usr/src/uts/common/krtld/kobj_bootflags.c
58
(void) BOP_GETPROP(ops, "boot-file", kern_bootfile);
usr/src/uts/common/os/autoconf.c
159
(void) BOP_GETPROP(bootops, "mfg-name", rootname);
usr/src/uts/common/os/autoconf.c
198
(void) BOP_GETPROP(bootops, "impl-arch-name", platform);
usr/src/uts/common/os/autoconf.c
207
(void) BOP_GETPROP(bootops, "bootpath", bootpath_prop);
usr/src/uts/common/os/autoconf.c
214
(void) BOP_GETPROP(bootops, "fstype", fstype_prop);
usr/src/uts/common/os/swapgeneric.c
1143
if (BOP_GETPROP(bootops, BP_BOOTPATH, bootpath) > 0) {
usr/src/uts/common/os/swapgeneric.c
388
if (BOP_GETPROP(bootops, "bootp-response", dhcack) == -1) {
usr/src/uts/common/os/swapgeneric.c
404
if (BOP_GETPROP(bootops, "netdev-path",
usr/src/uts/common/os/swapgeneric.c
525
if (BOP_GETPROP(bootops, "bootarchive", bootpath) == -1)
usr/src/uts/common/os/swapgeneric.c
533
if ((BOP_GETPROP(bootops, "bootpath", bootpath) == -1) ||
usr/src/uts/common/os/swapgeneric.c
535
if (BOP_GETPROP(bootops,
usr/src/uts/common/os/swapgeneric.c
553
return (BOP_GETPROP(bootops, prop, fstype));
usr/src/uts/common/os/swapgeneric.c
857
if (BOP_GETPROP(bootops, BP_ISCSI_NETWORK_BOOTPATH,
usr/src/uts/i86pc/io/hpet_acpi.c
192
BOP_GETPROP(bootops, "hpet-table", (void *)&hpet_table) != 0) {
usr/src/uts/i86pc/os/ddi_impl.c
1871
BOP_GETPROP(bootops, property_name, bop_staging_area);
usr/src/uts/i86pc/os/ddi_impl.c
1992
BOP_GETPROP(bootops, name, bop_staging_area);
usr/src/uts/i86pc/os/ddi_impl.c
2014
BOP_GETPROP(bootops, name, bop_staging_area);
usr/src/uts/i86pc/os/ddi_impl.c
2593
(void) BOP_GETPROP(bootops,
usr/src/uts/i86pc/os/ddi_impl.c
2595
(void) BOP_GETPROP(bootops,
usr/src/uts/i86pc/os/fakebop.c
3043
BOP_GETPROP(bootops, prop_name, str) < 0 ||
usr/src/uts/i86pc/os/fakebop.c
3059
BOP_GETPROP(bootops, prop_name, buf) < 0)
usr/src/uts/i86pc/os/graphics.c
103
(void) BOP_GETPROP(bootops, "console", cons);
usr/src/uts/i86pc/os/lgrpplat.c
2602
BOP_GETPROP(bootops, boot_prop_name, cpu_apicid_array) < 0)
usr/src/uts/i86pc/os/startup.c
1044
(void) BOP_GETPROP(bootops, "enforce-prot-exec", value);
usr/src/uts/i86pc/os/startup.c
2912
BOP_GETPROP(bootops, "nodes", prop) < 0 ||
usr/src/uts/i86pc/os/startup.c
2916
BOP_GETPROP(bootops, "cpus_pernode", prop) < 0 ||
usr/src/uts/i86pc/os/startup.c
2926
BOP_GETPROP(bootops, "kernelbase", prop) < 0 ||
usr/src/uts/i86pc/os/startup.c
2933
BOP_GETPROP(bootops, "segmapsize", prop) < 0 ||
usr/src/uts/i86pc/os/startup.c
2940
BOP_GETPROP(bootops, "segmapfreelists", prop) < 0 ||
usr/src/uts/i86pc/os/startup.c
2947
BOP_GETPROP(bootops, "segkpsize", prop) < 0 ||
usr/src/uts/i86pc/os/timestamp.c
1050
BOP_GETPROP(bootops, "tsc_calibration", tsc_calibration);
usr/src/uts/intel/os/microcode.c
541
(void) BOP_GETPROP(bootops, prop, plat);
usr/src/uts/sparc/os/iscsi_boot.c
116
if (BOP_GETPROP(bootops, BP_ISCSI_LUN,
usr/src/uts/sparc/os/iscsi_boot.c
134
if (BOP_GETPROP(bootops, BP_ISCSI_TPGT,
usr/src/uts/sparc/os/iscsi_boot.c
153
if (BOP_GETPROP(bootops, BP_ISCSI_TARGET_NAME,
usr/src/uts/sparc/os/iscsi_boot.c
179
if (BOP_GETPROP(bootops, BP_ISCSI_PAR, iscsi_par) > 0) {
usr/src/uts/sparc/os/iscsi_boot.c
253
if (BOP_GETPROP(bootops, BP_ISCSI_INITIATOR_ID,
usr/src/uts/sparc/os/iscsi_boot.c
286
if (BOP_GETPROP(bootops, BP_HOST_IP,
usr/src/uts/sparc/os/iscsi_boot.c
303
if (BOP_GETPROP(bootops, BP_ROUTER_IP,
usr/src/uts/sparc/os/iscsi_boot.c
314
if (BOP_GETPROP(bootops, BP_SUBNET_MASK,
usr/src/uts/sparc/os/iscsi_boot.c
336
if (BOP_GETPROP(bootops, BP_ISCSI_NETWORK_BOOTPATH,
usr/src/uts/sparc/os/iscsi_boot.c
80
if (BOP_GETPROP(bootops, BP_ISCSI_TARGET_IP,
usr/src/uts/sparc/os/iscsi_boot.c
98
if (BOP_GETPROP(bootops, BP_ISCSI_PORT,
usr/src/uts/sparc/zfs/spa_boot.c
49
if (BOP_GETPROP(bootops, propname, value) == -1) {