SLIST_FIRST      6546 drivers/scsi/aic7xxx/aic79xx_core.c 		while ((sns_map = SLIST_FIRST(&scb_data->sense_maps)) != NULL) {
SLIST_FIRST      6561 drivers/scsi/aic7xxx/aic79xx_core.c 		while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) {
SLIST_FIRST      6576 drivers/scsi/aic7xxx/aic79xx_core.c 		while ((hscb_map = SLIST_FIRST(&scb_data->hscb_maps)) != NULL) {
SLIST_FIRST      6817 drivers/scsi/aic7xxx/aic79xx_core.c 		hscb_map = SLIST_FIRST(&scb_data->hscb_maps);
SLIST_FIRST      6850 drivers/scsi/aic7xxx/aic79xx_core.c 		sg_map = SLIST_FIRST(&scb_data->sg_maps);
SLIST_FIRST      6887 drivers/scsi/aic7xxx/aic79xx_core.c 		sense_map = SLIST_FIRST(&scb_data->sense_maps);
SLIST_FIRST      9248 drivers/scsi/aic7xxx/aic79xx_core.c 	    && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
SLIST_FIRST      10496 drivers/scsi/aic7xxx/aic79xx_core.c 		if (SLIST_FIRST(&lstate->accept_tios) != NULL) {
SLIST_FIRST      10501 drivers/scsi/aic7xxx/aic79xx_core.c 		if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {
SLIST_FIRST      10684 drivers/scsi/aic7xxx/aic79xx_core.c 	atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
SLIST_FIRST       524 drivers/scsi/aic7xxx/aic7xxx_core.c 	if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) {
SLIST_FIRST       526 drivers/scsi/aic7xxx/aic7xxx_core.c 		scb = SLIST_FIRST(&ahc->scb_data->free_scbs);
SLIST_FIRST      4912 drivers/scsi/aic7xxx/aic7xxx_core.c 		while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) {
SLIST_FIRST      6766 drivers/scsi/aic7xxx/aic7xxx_core.c 	    && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
SLIST_FIRST      7641 drivers/scsi/aic7xxx/aic7xxx_core.c 		if (SLIST_FIRST(&lstate->accept_tios) != NULL) {
SLIST_FIRST      7646 drivers/scsi/aic7xxx/aic7xxx_core.c 		if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {
SLIST_FIRST      7851 drivers/scsi/aic7xxx/aic7xxx_core.c 	atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
SLIST_FIRST       219 drivers/scsi/aic7xxx/aicasm/aicasm.c 				for (include_dir = SLIST_FIRST(&search_path);
SLIST_FIRST       275 drivers/scsi/aic7xxx/aicasm/aicasm.c 		if (SLIST_FIRST(&scope_stack) == NULL
SLIST_FIRST       276 drivers/scsi/aic7xxx/aicasm/aicasm.c 		 || SLIST_FIRST(&scope_stack)->type != SCOPE_ROOT) {
SLIST_FIRST       282 drivers/scsi/aic7xxx/aicasm/aicasm.c 		process_scope(SLIST_FIRST(&scope_stack));
SLIST_FIRST       289 drivers/scsi/aic7xxx/aicasm/aicasm.c 		dump_scope(SLIST_FIRST(&scope_stack));
SLIST_FIRST       397 drivers/scsi/aic7xxx/aicasm/aicasm.c 	for (cur_node = SLIST_FIRST(&patch_functions);
SLIST_FIRST       545 drivers/scsi/aic7xxx/aicasm/aicasm.c 	for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions);
SLIST_FIRST       566 drivers/scsi/aic7xxx/aicasm/aicasm.c 		for (cur_func = SLIST_FIRST(&patch_functions);
SLIST_FIRST       770 drivers/scsi/aic7xxx/aicasm/aicasm.c 	if (SLIST_FIRST(&scope_stack) != NULL) {
SLIST_FIRST       771 drivers/scsi/aic7xxx/aicasm/aicasm.c 		TAILQ_INSERT_TAIL(&SLIST_FIRST(&scope_stack)->inner_scope,
SLIST_FIRST      1103 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		scope_context = SLIST_FIRST(&scope_stack);
SLIST_FIRST      1128 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		scope_context = SLIST_FIRST(&scope_stack);
SLIST_FIRST      1148 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		scope_context = SLIST_FIRST(&scope_stack);
SLIST_FIRST      1161 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		if (SLIST_FIRST(&scope_stack) == NULL) {
SLIST_FIRST       212 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 	curnode = SLIST_FIRST(symlist);
SLIST_FIRST       254 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		curnode = SLIST_FIRST(symlist);
SLIST_FIRST       301 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 	node1 = SLIST_FIRST(symlist);
SLIST_FIRST       317 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 	while((node = SLIST_FIRST(symlist_src2)) != NULL) {
SLIST_FIRST       576 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 	while (SLIST_FIRST(&masks) != NULL) {
SLIST_FIRST       579 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		curnode = SLIST_FIRST(&masks);
SLIST_FIRST       582 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs);
SLIST_FIRST       589 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 	while (SLIST_FIRST(&aliases) != NULL) {
SLIST_FIRST       592 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		curnode = SLIST_FIRST(&aliases);
SLIST_FIRST       601 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 	while (SLIST_FIRST(&registers) != NULL) {
SLIST_FIRST       607 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		curnode = SLIST_FIRST(&registers);
SLIST_FIRST       651 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 	while (SLIST_FIRST(&constants) != NULL) {
SLIST_FIRST       654 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		curnode = SLIST_FIRST(&constants);
SLIST_FIRST       664 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 	for (i = 0; SLIST_FIRST(&download_constants) != NULL; i++) {
SLIST_FIRST       667 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		curnode = SLIST_FIRST(&download_constants);
SLIST_FIRST       678 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 	while (SLIST_FIRST(&exported_labels) != NULL) {
SLIST_FIRST       681 drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c 		curnode = SLIST_FIRST(&exported_labels);
SLIST_FIRST       128 drivers/scsi/aic7xxx/queue.h 	for ((var) = SLIST_FIRST((head));				\
SLIST_FIRST       133 drivers/scsi/aic7xxx/queue.h 	SLIST_FIRST((head)) = NULL;					\
SLIST_FIRST       142 drivers/scsi/aic7xxx/queue.h 	SLIST_NEXT((elm), field) = SLIST_FIRST((head));			\
SLIST_FIRST       143 drivers/scsi/aic7xxx/queue.h 	SLIST_FIRST((head)) = (elm);					\
SLIST_FIRST       149 drivers/scsi/aic7xxx/queue.h 	if (SLIST_FIRST((head)) == (elm)) {				\
SLIST_FIRST       153 drivers/scsi/aic7xxx/queue.h 		struct type *curelm = SLIST_FIRST((head));		\
SLIST_FIRST       162 drivers/scsi/aic7xxx/queue.h 	SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field);	\