Lines Matching refs:name
76 * insert the name into the namespace.
133 * Get the name_string argument (name of the new buffer_field)
137 /* For create_field, name is the 4th argument */
141 /* For all other create_XXXField operators, name is the 3rd argument */
250 * arg - First parser arg for the field name list
285 * 1) name - Enters a new named field into the namespace
359 name, ACPI_TYPE_ANY,
368 value.name,
377 /* Lookup the name, it should already exist */
380 (char *)&arg->named.name,
387 (char *)&arg->named.name,
436 name)));
483 /* First arg is the name of the parent op_region (must already exist) */
490 arg->common.value.name, ACPI_TYPE_REGION,
495 arg->common.value.name,
501 arg->common.value.name, status);
546 * DESCRIPTION: For each "Field Unit" name in the argument list that is
547 * part of the field declaration, enter the name into the
633 (char *)&arg->named.name, type,
638 (char *)&arg->named.name,
683 /* First arg is the name of the parent op_region (must already exist) */
689 arg->common.value.name, ACPI_TYPE_REGION,
694 arg->common.value.name,
700 arg->common.value.name, status);
776 /* First arg is the name of the Index register (must already exist) */