scope_stack       102 drivers/scsi/aic7xxx/aicasm/aicasm.c struct scope_list scope_stack;
scope_stack       130 drivers/scsi/aic7xxx/aicasm/aicasm.c 	SLIST_INIT(&scope_stack);
scope_stack       275 drivers/scsi/aic7xxx/aicasm/aicasm.c 		if (SLIST_FIRST(&scope_stack) == NULL
scope_stack       276 drivers/scsi/aic7xxx/aicasm/aicasm.c 		 || SLIST_FIRST(&scope_stack)->type != SCOPE_ROOT) {
scope_stack       282 drivers/scsi/aic7xxx/aicasm/aicasm.c 		process_scope(SLIST_FIRST(&scope_stack));
scope_stack       289 drivers/scsi/aic7xxx/aicasm/aicasm.c 		dump_scope(SLIST_FIRST(&scope_stack));
scope_stack       770 drivers/scsi/aic7xxx/aicasm/aicasm.c 	if (SLIST_FIRST(&scope_stack) != NULL) {
scope_stack       771 drivers/scsi/aic7xxx/aicasm/aicasm.c 		TAILQ_INSERT_TAIL(&SLIST_FIRST(&scope_stack)->inner_scope,
scope_stack       775 drivers/scsi/aic7xxx/aicasm/aicasm.c 	SLIST_INSERT_HEAD(&scope_stack, new_scope, scope_stack_links);
scope_stack        71 drivers/scsi/aic7xxx/aicasm/aicasm.h extern struct scope_list scope_stack;
scope_stack      1103 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		scope_context = SLIST_FIRST(&scope_stack);
scope_stack      1128 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		scope_context = SLIST_FIRST(&scope_stack);
scope_stack      1148 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		scope_context = SLIST_FIRST(&scope_stack);
scope_stack      1157 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		SLIST_REMOVE_HEAD(&scope_stack, scope_stack_links);
scope_stack      1161 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if (SLIST_FIRST(&scope_stack) == NULL) {