Symbol: ddi_hp_property_t
usr/src/cmd/hotplugd/hotplugd_impl.c
169
ddi_hp_property_t prop;
usr/src/cmd/hotplugd/hotplugd_impl.c
170
ddi_hp_property_t results;
usr/src/cmd/hotplugd/hotplugd_impl.c
184
(void) memset(&results, 0, sizeof (ddi_hp_property_t));
usr/src/cmd/hotplugd/hotplugd_impl.c
265
pack_properties(const char *options, ddi_hp_property_t *prop)
usr/src/cmd/hotplugd/hotplugd_impl.c
272
(void) memset(prop, 0, sizeof (ddi_hp_property_t));
usr/src/cmd/hotplugd/hotplugd_impl.c
345
unpack_properties(ddi_hp_property_t *prop, char **optionsp)
usr/src/cmd/hotplugd/hotplugd_impl.c
431
free_properties(ddi_hp_property_t *prop)
usr/src/cmd/hotplugd/hotplugd_impl.c
436
(void) memset(prop, 0, sizeof (ddi_hp_property_t));
usr/src/cmd/hotplugd/hotplugd_impl.c
52
static int pack_properties(const char *, ddi_hp_property_t *);
usr/src/cmd/hotplugd/hotplugd_impl.c
53
static void unpack_properties(ddi_hp_property_t *, char **);
usr/src/cmd/hotplugd/hotplugd_impl.c
54
static void free_properties(ddi_hp_property_t *);
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
3066
pciehpc_slot_prop_copyin(uintptr_t arg, ddi_hp_property_t *prop)
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
3094
pciehpc_slot_prop_copyout(uintptr_t dest, const ddi_hp_property_t *prop)
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
3116
if (ddi_copyout(prop, (void *)dest, sizeof (ddi_hp_property_t),
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
3131
ddi_hp_property_t request, result;
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
3255
ddi_hp_property_t request, result;
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
363
pcishpc_slot_get_property(pcie_hp_slot_t *slot_p, ddi_hp_property_t *arg,
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
364
ddi_hp_property_t *rval)
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
366
ddi_hp_property_t request, result;
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
380
if (copyin(arg, &request, sizeof (ddi_hp_property_t)) ||
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
381
copyin(rval, &result, sizeof (ddi_hp_property_t)))
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
540
if (copyout(&result, rval, sizeof (ddi_hp_property_t))) {
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
568
pcishpc_slot_set_property(pcie_hp_slot_t *slot_p, ddi_hp_property_t *arg,
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
569
ddi_hp_property_t *rval)
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
571
ddi_hp_property_t request, result;
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
584
if (copyin(arg, &request, sizeof (ddi_hp_property_t)))
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
587
copyin(rval, &result, sizeof (ddi_hp_property_t)))
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
638
sizeof (ddi_hp_property_t))) {
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
724
if (copyout(&result, rval, sizeof (ddi_hp_property_t)))
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
80
ddi_hp_property_t *arg, ddi_hp_property_t *rval);
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
814
(ddi_hp_property_t *)arg, (ddi_hp_property_t *)result);
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
818
(ddi_hp_property_t *)arg, (ddi_hp_property_t *)result);
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
82
ddi_hp_property_t *arg, ddi_hp_property_t *rval);