Home
last modified time | relevance | path

Searched refs:DDI_PROP_DONTSLEEP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c88 DDI_PROP_HW_DEF | DDI_PROP_TYPE_INT | DDI_PROP_DONTSLEEP, in ndi_prop_update_int()
97 DDI_PROP_HW_DEF | DDI_PROP_TYPE_INT64 | DDI_PROP_DONTSLEEP, in ndi_prop_update_int64()
106 DDI_PROP_HW_DEF | DDI_PROP_TYPE_ANY | DDI_PROP_DONTSLEEP, in ndi_prop_create_boolean()
115 DDI_PROP_HW_DEF | DDI_PROP_TYPE_INT | DDI_PROP_DONTSLEEP, in ndi_prop_update_int_array()
124 DDI_PROP_HW_DEF | DDI_PROP_TYPE_INT64 | DDI_PROP_DONTSLEEP, in ndi_prop_update_int64_array()
133 DDI_PROP_HW_DEF | DDI_PROP_TYPE_STRING | DDI_PROP_DONTSLEEP, in ndi_prop_update_string()
142 DDI_PROP_HW_DEF | DDI_PROP_TYPE_STRING | DDI_PROP_DONTSLEEP, in ndi_prop_update_string_array()
155 DDI_PROP_HW_DEF | DDI_PROP_TYPE_BYTE | DDI_PROP_DONTSLEEP, in ndi_prop_update_byte_array()
H A Dsunddi.c1739 if (ph->ph_flags == DDI_PROP_DONTSLEEP) { in ddi_prop_encode_alloc()
3397 if (flags & DDI_PROP_DONTSLEEP) { in ddi_prop_update_common()
3399 ph.ph_flags = DDI_PROP_DONTSLEEP; in ddi_prop_update_common()
3452 flag |= DDI_PROP_DONTSLEEP; in ddi_prop_create()
3471 flag |= DDI_PROP_DONTSLEEP; in e_ddi_prop_create()
3491 flag |= DDI_PROP_DONTSLEEP; in ddi_prop_modify()
3518 flag |= DDI_PROP_DONTSLEEP; in e_ddi_prop_modify()
3547 ourflags = (flags & DDI_PROP_DONTSLEEP) ? flags : in ddi_prop_lookup_common()
4149 flag |= DDI_PROP_DONTSLEEP; in ddi_prop_undefine()
4159 flag |= DDI_PROP_DONTSLEEP; in e_ddi_prop_undefine()
H A Ddevcfg.c2937 prop_flags |= DDI_PROP_DONTSLEEP; in lookup_compatible()
/illumos-gate/usr/src/uts/common/sys/
H A Dddipropdefs.h208 #define DDI_PROP_DONTSLEEP 0x0010 /* Memory allocation may not sleep */ macro