Lines Matching refs:name
27 * DESCRIPTION: Create a Scope and associated namepath op with the root name
39 scope_op->named.name = ACPI_ROOT_NAME;
65 (opcode))->name,
185 * Get op's name (4-byte name segment) or 0 if unnamed
190 /* The "generic" object has no name associated with it */
196 /* Only the "Extended" parse objects have a name */
198 return (op->named.name);
202 * Set op's name
204 void acpi_ps_set_name(union acpi_parse_object *op, u32 name)
207 /* The "generic" object has no name associated with it */
213 op->named.name = name;