Searched defs:scope (Results 1 - 10 of 10) sorted by relevance

/drivers/acpi/acpica/
H A Dpsscope.c3 * Module Name: psscope - Parser scope stack management routines
66 return (parser_state->scope->parse_scope.op);
75 * RETURN: Boolean, TRUE = scope completed.
78 * 1) AML pointer is at or beyond the end of the scope
79 * 2) The scope argument count has reached zero.
87 ((parser_state->aml >= parser_state->scope->parse_scope.arg_end
88 || !parser_state->scope->parse_scope.arg_count)));
96 * Root - the Root Node of this new scope
100 * DESCRIPTION: Allocate and init a new scope object
108 union acpi_generic_state *scope; local
149 union acpi_generic_state *scope; local
202 union acpi_generic_state *scope = parser_state->scope; local
249 union acpi_generic_state *scope; local
[all...]
H A Daclocal.h563 * Scope state - current scope during namespace lookups
618 struct acpi_scope_state scope; member in union:acpi_generic_state
770 union acpi_generic_state *scope; /* Current scope */ member in struct:acpi_parse_state
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c80 static void dump_scope(scope_t *scope);
81 static void emit_patch(scope_t *scope, int patch);
132 /* Set Sentinal scope node */
281 /* Process outmost scope */
286 * tranversal, recursively handling each scope.
288 /* start at the root scope */
461 dump_scope(scope_t *scope) argument
466 * Emit the first patch for this scope
468 emit_patch(scope, 0);
471 * Dump each scope withi
489 emit_patch(scope_t *scope, int patch) argument
781 process_scope(scope_t *scope) argument
[all...]
H A Daicasm_symbol.h172 typedef struct scope { struct
173 SLIST_ENTRY(scope) scope_stack_links;
174 TAILQ_ENTRY(scope) scope_links;
175 TAILQ_HEAD(, scope) inner_scope;
185 SLIST_HEAD(scope_list, scope);
186 TAILQ_HEAD(scope_tailq, scope);
/drivers/iommu/
H A Dintr_remapping.c647 static void ir_parse_one_hpet_scope(struct acpi_dmar_device_scope *scope, argument
654 bus = scope->bus;
655 path = (struct acpi_dmar_pci_path *)(scope + 1);
656 count = (scope->length - sizeof(struct acpi_dmar_device_scope))
671 ir_hpet[ir_hpet_num].id = scope->enumeration_id;
675 static void ir_parse_one_ioapic_scope(struct acpi_dmar_device_scope *scope, argument
682 bus = scope->bus;
683 path = (struct acpi_dmar_pci_path *)(scope + 1);
684 count = (scope->length - sizeof(struct acpi_dmar_device_scope))
700 ir_ioapic[ir_ioapic_num].id = scope
708 struct acpi_dmar_device_scope *scope; local
[all...]
H A Ddmar.c64 static int __init dmar_parse_one_dev_scope(struct acpi_dmar_device_scope *scope, argument
72 bus = pci_find_bus(segment, scope->bus);
73 path = (struct acpi_dmar_pci_path *)(scope + 1);
74 count = (scope->length - sizeof(struct acpi_dmar_device_scope))
86 PREFIX "Device scope bus [%d] not found\n",
87 scope->bus);
93 "Device scope device [%04x:%02x:%02x.%02x] not found\n",
103 "Device scope device [%04x:%02x:%02x.%02x] not found\n",
104 segment, scope->bus, path->dev, path->fn);
108 if ((scope
124 struct acpi_dmar_device_scope *scope; local
[all...]
/drivers/target/iscsi/
H A Discsi_target_parameters.c145 char *name, char *value, u8 phase, u8 scope, u8 sender,
174 param->scope = scope;
561 if (!leading && (param->scope & SCOPE_SESSION_WIDE)) {
586 new_param->scope = param->scope;
144 iscsi_set_default_param(struct iscsi_param_list *param_list, char *name, char *value, u8 phase, u8 scope, u8 sender, u16 type_range, u8 use) argument
H A Discsi_target_parameters.h15 u8 scope; member in struct:iscsi_param
168 * struct iscsi_param->scope
173 #define IS_SCOPE_CONNECTION_ONLY(p) ((p)->scope & SCOPE_CONNECTION_ONLY)
174 #define IS_SCOPE_SESSION_WIDE(p) ((p)->scope & SCOPE_SESSION_WIDE)
/drivers/target/
H A Dtarget_core_pr.c2428 int scope,
2481 * and that persistent reservation has a scope of LU_SCOPE.
2483 if (scope != PR_SCOPE_LU_SCOPE) {
2484 pr_err("SPC-3 PR: Illegal SCOPE: 0x%02x\n", scope);
2526 * type or scope of an existing persistent reservation, the
2530 (pr_res_holder->pr_res_scope != scope)) {
2552 * and scope from a persistent reservation holder, it shall not
2562 * TYPE/SCOPE. Also set the received scope and type in *pr_reg.
2564 pr_reg->pr_res_scope = scope;
2597 int scope,
2424 core_scsi3_pro_reserve( struct se_cmd *cmd, struct se_device *dev, int type, int scope, u64 res_key) argument
2594 core_scsi3_emulate_pro_reserve( struct se_cmd *cmd, int type, int scope, u64 res_key) argument
2657 core_scsi3_emulate_pro_release( struct se_cmd *cmd, int type, int scope, u64 res_key) argument
2923 __core_scsi3_complete_pro_preempt( struct se_device *dev, struct t10_pr_registration *pr_reg, struct list_head *preempt_and_abort_list, int type, int scope, int abort) argument
2993 core_scsi3_pro_preempt( struct se_cmd *cmd, int type, int scope, u64 res_key, u64 sa_res_key, int abort) argument
3311 core_scsi3_emulate_pro_preempt( struct se_cmd *cmd, int type, int scope, u64 res_key, u64 sa_res_key, int abort) argument
3363 int new_reg = 0, type, scope, ret, matching_iname, prf_isid; local
3811 int sa, scope, type, aptpl; local
[all...]
H A Dtarget_core_configfs.c1421 u8 type = 0, scope; local
1509 scope = (u8)arg;

Completed in 154 milliseconds