Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dsunndi.c84 DDI_PROP_HW_DEF | DDI_PROP_TYPE_INT | DDI_PROP_DONTSLEEP, in ndi_prop_update_int()
93 DDI_PROP_HW_DEF | DDI_PROP_TYPE_INT64 | DDI_PROP_DONTSLEEP, in ndi_prop_update_int64()
102 DDI_PROP_HW_DEF | DDI_PROP_TYPE_ANY | DDI_PROP_DONTSLEEP, in ndi_prop_create_boolean()
111 DDI_PROP_HW_DEF | DDI_PROP_TYPE_INT | DDI_PROP_DONTSLEEP, in ndi_prop_update_int_array()
120 DDI_PROP_HW_DEF | DDI_PROP_TYPE_INT64 | DDI_PROP_DONTSLEEP, in ndi_prop_update_int64_array()
129 DDI_PROP_HW_DEF | DDI_PROP_TYPE_STRING | DDI_PROP_DONTSLEEP, in ndi_prop_update_string()
138 DDI_PROP_HW_DEF | DDI_PROP_TYPE_STRING | DDI_PROP_DONTSLEEP, in ndi_prop_update_string_array()
151 DDI_PROP_HW_DEF | DDI_PROP_TYPE_BYTE | DDI_PROP_DONTSLEEP, in ndi_prop_update_byte_array()
H A Dsunddi.c1808 if (ph->ph_flags == DDI_PROP_DONTSLEEP) { in ddi_prop_encode_alloc()
3466 if (flags & DDI_PROP_DONTSLEEP) { in ddi_prop_update_common()
3468 ph.ph_flags = DDI_PROP_DONTSLEEP; in ddi_prop_update_common()
3521 flag |= DDI_PROP_DONTSLEEP; in ddi_prop_create()
3540 flag |= DDI_PROP_DONTSLEEP; in e_ddi_prop_create()
3560 flag |= DDI_PROP_DONTSLEEP; in ddi_prop_modify()
3587 flag |= DDI_PROP_DONTSLEEP; in e_ddi_prop_modify()
3616 ourflags = (flags & DDI_PROP_DONTSLEEP) ? flags : in ddi_prop_lookup_common()
4218 flag |= DDI_PROP_DONTSLEEP; in ddi_prop_undefine()
4228 flag |= DDI_PROP_DONTSLEEP; in e_ddi_prop_undefine()
H A Ddevcfg.c2862 prop_flags |= DDI_PROP_DONTSLEEP; in lookup_compatible()
/titanic_41/usr/src/uts/common/sys/
H A Dddipropdefs.h208 #define DDI_PROP_DONTSLEEP 0x0010 /* Memory allocation may not sleep */ macro