Home
last modified time | relevance | path

Searched refs:ComponentId (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutdebug.c172 * ComponentId - Caller's component ID
189 UINT32 ComponentId, in AcpiDebugPrint()
201 if (!ACPI_IS_DEBUG_ENABLED (RequestedDebugLevel, ComponentId)) in AcpiDebugPrint()
273 * ComponentId - Caller's component ID in ACPI_EXPORT_SYMBOL()
290 UINT32 ComponentId, in ACPI_EXPORT_SYMBOL()
299 if (!ACPI_IS_DEBUG_ENABLED (RequestedDebugLevel, ComponentId)) in ACPI_EXPORT_SYMBOL()
319 * ComponentId - Caller's component ID in ACPI_EXPORT_SYMBOL()
333 UINT32 ComponentId) in ACPI_EXPORT_SYMBOL()
341 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL()
344 LineNumber, FunctionName, ModuleName, ComponentId, in ACPI_EXPORT_SYMBOL()
184 AcpiDebugPrint(UINT32 RequestedDebugLevel,UINT32 LineNumber,const char * FunctionName,const char * ModuleName,UINT32 ComponentId,const char * Format,...) AcpiDebugPrint() argument
409 AcpiUtTraceStr(UINT32 LineNumber,const char * FunctionName,const char * ModuleName,UINT32 ComponentId,const char * String) AcpiUtTraceStr() argument
449 AcpiUtTraceU32(UINT32 LineNumber,const char * FunctionName,const char * ModuleName,UINT32 ComponentId,UINT32 Integer) AcpiUtTraceU32() argument
488 AcpiUtExit(UINT32 LineNumber,const char * FunctionName,const char * ModuleName,UINT32 ComponentId) AcpiUtExit() argument
673 AcpiUtStrExit(UINT32 LineNumber,const char * FunctionName,const char * ModuleName,UINT32 ComponentId,const char * String) AcpiUtStrExit() argument
[all...]
H A Dutobject.c97 UINT32 ComponentId, in AcpiUtCreateInternalObjectDbg() argument
111 ModuleName, LineNumber, ComponentId); in AcpiUtCreateInternalObjectDbg()
126 ModuleName, LineNumber, ComponentId); in AcpiUtCreateInternalObjectDbg()
432 UINT32 ComponentId) in AcpiUtAllocateObjectDescDbg() argument
H A Dutbuffer.c223 UINT32 ComponentId) in AcpiUtDebugDumpBuffer() argument
229 (ComponentId & AcpiDbgLayer))) in AcpiUtDebugDumpBuffer()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacutils.h457 UINT32 ComponentId);
464 UINT32 ComponentId,
472 UINT32 ComponentId,
480 UINT32 ComponentId,
488 UINT32 ComponentId);
495 UINT32 ComponentId,
503 UINT32 ComponentId,
511 UINT32 ComponentId,
519 UINT32 ComponentId,
527 UINT32 ComponentId);
[all …]
H A Dacpixf.h1296 UINT32 ComponentId,
1308 UINT32 ComponentId,
H A Dactbl2.h1903 UINT16 ComponentId;
1799 UINT16 ComponentId; global() member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcomponent.c172 ComponentId* ci_curr; in dup_comp_ref()
173 ComponentId** ci_temp; in dup_comp_ref()
186 *ci_temp = op->o_tmpalloc( sizeof( ComponentId ), op->o_tmpmemctx ); in dup_comp_ref()
438 ComponentId ** cid, const char** text ) in get_componentId()
441 ComponentId _cid; in get_componentId()
497 *cid = op->o_tmpalloc( sizeof( ComponentId ), op->o_tmpmemctx ); in get_componentId()
499 *cid = SLAP_MALLOC( sizeof( ComponentId ) ); in get_componentId()
564 ComponentId** cr_list; in get_component_reference()
H A Dslap.h3120 typedef struct ComponentId ComponentId; typedef
3132 struct ComponentId { struct
3134 ComponentId *ci_next; argument
3148 ComponentId *cr_list; argument
3149 ComponentId *cr_curr;
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3687.txt302 component-reference = ComponentId *( "." ComponentId )
303 ComponentId = identifier /
353 each successive ComponentId identifies either an inner component at
375 repeatedly selecting one of the permissible forms of ComponentId to
388 substitutions automatically occur prior to each ComponentId, whether
390 after the last ComponentId, except as allowed by Section 3.2.
430 form of ComponentId may be used to identify the component type within
443 ComponentId may be used to identify the alternative type within that
488 <from-beginning>, <from-end>, <count> and <all> forms of ComponentId
491 The <from-beginning> form of ComponentId may be used to identify one
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dinit.c475 ComponentId *start_compid = ca->ca_comp_ref->cr_curr->ci_next; in comp_test_all_components()
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo2.c1281 {ACPI_DMT_UINT16, ACPI_MPST0B_OFFSET (ComponentId), "Component Id", 0},