Symbol: SLIST_FIRST
drivers/scsi/aic7xxx/aic79xx_core.c
10450
if (SLIST_FIRST(&lstate->accept_tios) != NULL) {
drivers/scsi/aic7xxx/aic79xx_core.c
10455
if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {
drivers/scsi/aic7xxx/aic79xx_core.c
10638
atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
drivers/scsi/aic7xxx/aic79xx_core.c
6505
while ((sns_map = SLIST_FIRST(&scb_data->sense_maps)) != NULL) {
drivers/scsi/aic7xxx/aic79xx_core.c
6520
while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) {
drivers/scsi/aic7xxx/aic79xx_core.c
6535
while ((hscb_map = SLIST_FIRST(&scb_data->hscb_maps)) != NULL) {
drivers/scsi/aic7xxx/aic79xx_core.c
6776
hscb_map = SLIST_FIRST(&scb_data->hscb_maps);
drivers/scsi/aic7xxx/aic79xx_core.c
6809
sg_map = SLIST_FIRST(&scb_data->sg_maps);
drivers/scsi/aic7xxx/aic79xx_core.c
6846
sense_map = SLIST_FIRST(&scb_data->sense_maps);
drivers/scsi/aic7xxx/aic79xx_core.c
9204
&& (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
drivers/scsi/aic7xxx/aic7xxx_core.c
4884
while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) {
drivers/scsi/aic7xxx/aic7xxx_core.c
524
if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) {
drivers/scsi/aic7xxx/aic7xxx_core.c
526
scb = SLIST_FIRST(&ahc->scb_data->free_scbs);
drivers/scsi/aic7xxx/aic7xxx_core.c
6733
&& (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
drivers/scsi/aic7xxx/aic7xxx_core.c
7605
if (SLIST_FIRST(&lstate->accept_tios) != NULL) {
drivers/scsi/aic7xxx/aic7xxx_core.c
7610
if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {
drivers/scsi/aic7xxx/aic7xxx_core.c
7815
atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
drivers/scsi/aic7xxx/aicasm/aicasm.c
219
for (include_dir = SLIST_FIRST(&search_path);
drivers/scsi/aic7xxx/aicasm/aicasm.c
275
if (SLIST_FIRST(&scope_stack) == NULL
drivers/scsi/aic7xxx/aicasm/aicasm.c
276
|| SLIST_FIRST(&scope_stack)->type != SCOPE_ROOT) {
drivers/scsi/aic7xxx/aicasm/aicasm.c
282
process_scope(SLIST_FIRST(&scope_stack));
drivers/scsi/aic7xxx/aicasm/aicasm.c
289
dump_scope(SLIST_FIRST(&scope_stack));
drivers/scsi/aic7xxx/aicasm/aicasm.c
397
for (cur_node = SLIST_FIRST(&patch_functions);
drivers/scsi/aic7xxx/aicasm/aicasm.c
545
for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions);
drivers/scsi/aic7xxx/aicasm/aicasm.c
566
for (cur_func = SLIST_FIRST(&patch_functions);
drivers/scsi/aic7xxx/aicasm/aicasm.c
770
if (SLIST_FIRST(&scope_stack) != NULL) {
drivers/scsi/aic7xxx/aicasm/aicasm.c
771
TAILQ_INSERT_TAIL(&SLIST_FIRST(&scope_stack)->inner_scope,
drivers/scsi/aic7xxx/aicasm/aicasm_gram.y
1103
scope_context = SLIST_FIRST(&scope_stack);
drivers/scsi/aic7xxx/aicasm/aicasm_gram.y
1128
scope_context = SLIST_FIRST(&scope_stack);
drivers/scsi/aic7xxx/aicasm/aicasm_gram.y
1148
scope_context = SLIST_FIRST(&scope_stack);
drivers/scsi/aic7xxx/aicasm/aicasm_gram.y
1161
if (SLIST_FIRST(&scope_stack) == NULL) {
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
213
curnode = SLIST_FIRST(symlist);
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
255
curnode = SLIST_FIRST(symlist);
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
302
node1 = SLIST_FIRST(symlist);
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
318
while((node = SLIST_FIRST(symlist_src2)) != NULL) {
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
577
while (SLIST_FIRST(&masks) != NULL) {
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
580
curnode = SLIST_FIRST(&masks);
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
583
regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs);
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
590
while (SLIST_FIRST(&aliases) != NULL) {
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
593
curnode = SLIST_FIRST(&aliases);
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
602
while (SLIST_FIRST(&registers) != NULL) {
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
608
curnode = SLIST_FIRST(&registers);
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
652
while (SLIST_FIRST(&constants) != NULL) {
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
655
curnode = SLIST_FIRST(&constants);
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
665
for (i = 0; SLIST_FIRST(&download_constants) != NULL; i++) {
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
668
curnode = SLIST_FIRST(&download_constants);
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
679
while (SLIST_FIRST(&exported_labels) != NULL) {
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
682
curnode = SLIST_FIRST(&exported_labels);
drivers/scsi/aic7xxx/queue.h
128
for ((var) = SLIST_FIRST((head)); \
drivers/scsi/aic7xxx/queue.h
133
SLIST_FIRST((head)) = NULL; \
drivers/scsi/aic7xxx/queue.h
142
SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
drivers/scsi/aic7xxx/queue.h
143
SLIST_FIRST((head)) = (elm); \
drivers/scsi/aic7xxx/queue.h
149
if (SLIST_FIRST((head)) == (elm)) { \
drivers/scsi/aic7xxx/queue.h
153
struct type *curelm = SLIST_FIRST((head)); \
drivers/scsi/aic7xxx/queue.h
162
SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \