Symbol: DDI_PROP_TYPE_STRING
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
614
case DDI_PROP_TYPE_STRING:
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
718
case DDI_PROP_TYPE_STRING:
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
748
DDI_PROP_TYPE_STRING) ||
usr/src/lib/libdevinfo/devinfo.c
1525
if (flags & DDI_PROP_TYPE_STRING)
usr/src/lib/libdevinfo/devinfo.c
2196
case DDI_PROP_TYPE_STRING:
usr/src/uts/common/io/cardbus/cardbus.c
1550
cardbus_add_prop(cdsp, DDI_PROP_TYPE_STRING, name, (caddr_t)nstr,
usr/src/uts/common/io/cardbus/cardbus.c
1559
case DDI_PROP_TYPE_STRING:
usr/src/uts/common/io/cardbus/cardbus_cfg.c
2928
case DDI_PROP_TYPE_STRING:
usr/src/uts/common/io/devinfo.c
2807
me->prop_type = DDI_PROP_TYPE_STRING;
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
1543
DDI_PROP_TYPE_STRING, INQUIRY_VENDOR_ID) == 0)
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
1549
DDI_PROP_TYPE_STRING, INQUIRY_PRODUCT_ID) == 0)
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
1555
DDI_PROP_TYPE_STRING, INQUIRY_REVISION_ID) == 0)
usr/src/uts/common/os/devcfg.c
2967
prop_flags = DDI_PROP_TYPE_STRING | DDI_PROP_DONTPASS;
usr/src/uts/common/os/driver_lyr.c
108
DDI_PROP_TYPE_STRING|DDI_PROP_CANSLEEP)
usr/src/uts/common/os/modsubr.c
426
DDI_PROP_TYPE_STRING, &props))
usr/src/uts/common/os/sunddi.c
3877
(flags | DDI_PROP_TYPE_STRING), name, data,
usr/src/uts/common/os/sunddi.c
3903
(flags | DDI_PROP_TYPE_STRING), name, data,
usr/src/uts/common/os/sunddi.c
3915
DDI_PROP_TYPE_STRING, name, &data, 1,
usr/src/uts/common/os/sunddi.c
3924
DDI_PROP_SYSTEM_DEF | DDI_PROP_TYPE_STRING,
usr/src/uts/common/os/sunddi.c
3937
DDI_PROP_TYPE_STRING, name, data, nelements,
usr/src/uts/common/os/sunddi.c
3946
DDI_PROP_SYSTEM_DEF | DDI_PROP_TYPE_STRING,
usr/src/uts/common/os/sunmdi.c
9082
DDI_VHCI_CLASS, DDI_PROP_TYPE_STRING,
usr/src/uts/common/os/sunndi.c
133
DDI_PROP_HW_DEF | DDI_PROP_TYPE_STRING | DDI_PROP_DONTSLEEP,
usr/src/uts/common/os/sunndi.c
142
DDI_PROP_HW_DEF | DDI_PROP_TYPE_STRING | DDI_PROP_DONTSLEEP,
usr/src/uts/common/os/swapgeneric.c
760
"ddi-forceload", DDI_PROP_TYPE_STRING,
usr/src/uts/common/sys/ddipropdefs.h
223
DDI_PROP_TYPE_STRING | \
usr/src/uts/common/sys/ddipropdefs.h
228
DDI_PROP_TYPE_STRING | \
usr/src/uts/i86pc/os/ddi_impl.c
1927
case DDI_PROP_TYPE_STRING:
usr/src/uts/i86pc/os/fakebop.c
1787
bsetprop(DDI_PROP_TYPE_STRING, name, name_len,
usr/src/uts/i86pc/os/fakebop.c
426
bsetprop(DDI_PROP_TYPE_STRING, name, strlen(name),
usr/src/uts/i86pc/os/fakebop.c
632
case DDI_PROP_TYPE_STRING:
usr/src/uts/intel/promif/prom_emul.c
103
DDI_PROP_TYPE_STRING);