SLIST_FIRST 1648 dev/i2o/iop.c im = SLIST_FIRST(&sc->sc_im_freelist);
SLIST_FIRST 5731 dev/ic/aic79xx.c while ((sns_map = SLIST_FIRST(&scb_data->sense_maps)) != NULL) {
SLIST_FIRST 5742 dev/ic/aic79xx.c while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) {
SLIST_FIRST 5753 dev/ic/aic79xx.c while ((hscb_map = SLIST_FIRST(&scb_data->hscb_maps)) != NULL) {
SLIST_FIRST 5982 dev/ic/aic79xx.c hscb_map = SLIST_FIRST(&scb_data->hscb_maps);
SLIST_FIRST 6012 dev/ic/aic79xx.c sg_map = SLIST_FIRST(&scb_data->sg_maps);
SLIST_FIRST 6046 dev/ic/aic79xx.c sense_map = SLIST_FIRST(&scb_data->sense_maps);
SLIST_FIRST 8411 dev/ic/aic79xx.c && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
SLIST_FIRST 9720 dev/ic/aic79xx.c if (SLIST_FIRST(&lstate->accept_tios) != NULL) {
SLIST_FIRST 9725 dev/ic/aic79xx.c if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {
SLIST_FIRST 9908 dev/ic/aic79xx.c atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
SLIST_FIRST 4346 dev/ic/aic7xxx.c while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) {
SLIST_FIRST 6117 dev/ic/aic7xxx.c && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
SLIST_FIRST 6996 dev/ic/aic7xxx.c if (SLIST_FIRST(&lstate->accept_tios) != NULL) {
SLIST_FIRST 7001 dev/ic/aic7xxx.c if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {
SLIST_FIRST 7212 dev/ic/aic7xxx.c atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
SLIST_FIRST 350 dev/ic/aic7xxx_inline.h scb = SLIST_FIRST(&ahc->scb_data->free_scbs);
SLIST_FIRST 1550 dev/ipmi.c sc->current_sensor = SLIST_FIRST(&ipmi_sensor_list);
SLIST_FIRST 1722 dev/ipmi.c sc->current_sensor = SLIST_FIRST(&ipmi_sensor_list);
SLIST_FIRST 221 dev/microcode/aic7xxx/aicasm.c for (include_dir = SLIST_FIRST(&search_path);
SLIST_FIRST 280 dev/microcode/aic7xxx/aicasm.c if (SLIST_FIRST(&scope_stack) == NULL
SLIST_FIRST 281 dev/microcode/aic7xxx/aicasm.c || SLIST_FIRST(&scope_stack)->type != SCOPE_ROOT) {
SLIST_FIRST 287 dev/microcode/aic7xxx/aicasm.c process_scope(SLIST_FIRST(&scope_stack));
SLIST_FIRST 294 dev/microcode/aic7xxx/aicasm.c dump_scope(SLIST_FIRST(&scope_stack));
SLIST_FIRST 402 dev/microcode/aic7xxx/aicasm.c for (cur_node = SLIST_FIRST(&patch_functions);
SLIST_FIRST 550 dev/microcode/aic7xxx/aicasm.c for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions);
SLIST_FIRST 571 dev/microcode/aic7xxx/aicasm.c for (cur_func = SLIST_FIRST(&patch_functions);
SLIST_FIRST 775 dev/microcode/aic7xxx/aicasm.c if (SLIST_FIRST(&scope_stack) != NULL) {
SLIST_FIRST 776 dev/microcode/aic7xxx/aicasm.c TAILQ_INSERT_TAIL(&SLIST_FIRST(&scope_stack)->inner_scope,
SLIST_FIRST 1078 dev/microcode/aic7xxx/aicasm_gram.y scope_context = SLIST_FIRST(&scope_stack);
SLIST_FIRST 1103 dev/microcode/aic7xxx/aicasm_gram.y scope_context = SLIST_FIRST(&scope_stack);
SLIST_FIRST 1123 dev/microcode/aic7xxx/aicasm_gram.y scope_context = SLIST_FIRST(&scope_stack);
SLIST_FIRST 1136 dev/microcode/aic7xxx/aicasm_gram.y if (SLIST_FIRST(&scope_stack) == NULL) {
SLIST_FIRST 1945 dev/microcode/aic7xxx/aicasm_gram.y && (SLIST_FIRST(&immed->referenced_syms)->symbol->type == DOWNLOAD_CONST))
SLIST_FIRST 213 dev/microcode/aic7xxx/aicasm_symbol.c curnode = SLIST_FIRST(symlist);
SLIST_FIRST 255 dev/microcode/aic7xxx/aicasm_symbol.c curnode = SLIST_FIRST(symlist);
SLIST_FIRST 302 dev/microcode/aic7xxx/aicasm_symbol.c node1 = SLIST_FIRST(symlist);
SLIST_FIRST 318 dev/microcode/aic7xxx/aicasm_symbol.c while((node = SLIST_FIRST(symlist_src2)) != NULL) {
SLIST_FIRST 567 dev/microcode/aic7xxx/aicasm_symbol.c while (SLIST_FIRST(&masks) != NULL) {
SLIST_FIRST 570 dev/microcode/aic7xxx/aicasm_symbol.c curnode = SLIST_FIRST(&masks);
SLIST_FIRST 573 dev/microcode/aic7xxx/aicasm_symbol.c regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs);
SLIST_FIRST 580 dev/microcode/aic7xxx/aicasm_symbol.c while (SLIST_FIRST(&aliases) != NULL) {
SLIST_FIRST 583 dev/microcode/aic7xxx/aicasm_symbol.c curnode = SLIST_FIRST(&aliases);
SLIST_FIRST 592 dev/microcode/aic7xxx/aicasm_symbol.c while (SLIST_FIRST(®isters) != NULL) {
SLIST_FIRST 598 dev/microcode/aic7xxx/aicasm_symbol.c curnode = SLIST_FIRST(®isters);
SLIST_FIRST 642 dev/microcode/aic7xxx/aicasm_symbol.c while (SLIST_FIRST(&constants) != NULL) {
SLIST_FIRST 645 dev/microcode/aic7xxx/aicasm_symbol.c curnode = SLIST_FIRST(&constants);
SLIST_FIRST 656 dev/microcode/aic7xxx/aicasm_symbol.c for (i = 0; SLIST_FIRST(&download_constants) != NULL; i++) {
SLIST_FIRST 659 dev/microcode/aic7xxx/aicasm_symbol.c curnode = SLIST_FIRST(&download_constants);
SLIST_FIRST 670 dev/microcode/aic7xxx/aicasm_symbol.c while (SLIST_FIRST(&exported_labels) != NULL) {
SLIST_FIRST 673 dev/microcode/aic7xxx/aicasm_symbol.c curnode = SLIST_FIRST(&exported_labels);
SLIST_FIRST 717 dev/pci/if_bge.c entry = SLIST_FIRST(&sc->bge_jfree_listhead);
SLIST_FIRST 751 dev/pci/if_bge.c entry = SLIST_FIRST(&sc->bge_jinuse_listhead);
SLIST_FIRST 1005 dev/pci/if_bge.c while ((dma = SLIST_FIRST(&sc->txdma_list))) {
SLIST_FIRST 2774 dev/pci/if_bge.c dma = SLIST_FIRST(&sc->txdma_list);
SLIST_FIRST 1161 dev/pci/if_ipw.c shdr = SLIST_FIRST(&sc->free_shdr);
SLIST_FIRST 1162 dev/pci/if_ipw.c sbuf = SLIST_FIRST(&sc->free_sbuf);
SLIST_FIRST 1384 dev/pci/if_nfe.c jbuf = SLIST_FIRST(&sc->rxq.jfreelist);
SLIST_FIRST 683 dev/pci/if_ti.c entry = SLIST_FIRST(&sc->ti_jfree_listhead);
SLIST_FIRST 720 dev/pci/if_ti.c entry = SLIST_FIRST(&sc->ti_jinuse_listhead);
SLIST_FIRST 1038 dev/pci/if_ti.c while ((entry = SLIST_FIRST(&sc->ti_tx_map_listhead))) {
SLIST_FIRST 1172 dev/pci/if_ti.c while (SLIST_FIRST(&sc->ti_mc_listhead) != NULL) {
SLIST_FIRST 1173 dev/pci/if_ti.c mc = SLIST_FIRST(&sc->ti_mc_listhead);
SLIST_FIRST 2010 dev/pci/if_ti.c entry = SLIST_FIRST(&sc->ti_tx_map_listhead);
SLIST_FIRST 2097 dev/pci/if_ti.c entry = SLIST_FIRST(&sc->ti_tx_map_listhead);
SLIST_FIRST 476 dev/pci/if_wpi.c rbuf = SLIST_FIRST(&sc->rxq.freelist);
SLIST_FIRST 1903 dev/pci/maestro.c uzone = SLIST_FIRST(&pool->spare);
SLIST_FIRST 846 dev/softraid.c ch_entry = SLIST_FIRST(cl);
SLIST_FIRST 1304 dev/softraid.c for (ch_entry = SLIST_FIRST(cl);
SLIST_FIRST 2192 dev/softraid.c for (mle = SLIST_FIRST(&mlh); mle != SLIST_END(&mlh); mle = mle2) {
SLIST_FIRST 1955 dev/usb/if_atu.c c = SLIST_FIRST(&cd->atu_tx_free);
SLIST_FIRST 1234 dev/usb/if_uath.c ndata = SLIST_FIRST(&sc->rx_freelist);
SLIST_FIRST 1901 dev/usb/if_uath.c struct uath_rx_data *data = SLIST_FIRST(&sc->rx_freelist);
SLIST_FIRST 817 kern/kern_event.c knp = &SLIST_FIRST(&fdp->fd_knlist[i]);
SLIST_FIRST 835 kern/kern_event.c knp = &SLIST_FIRST(&fdp->fd_knhash[i]);
SLIST_FIRST 893 kern/kern_event.c while ((kn = SLIST_FIRST(list)) != NULL) {
SLIST_FIRST 50 kern/kern_sensors.c for (v = SLIST_FIRST(&sensordev_list);
SLIST_FIRST 80 kern/kern_sensors.c for (v = SLIST_FIRST(sh);
SLIST_FIRST 192 kern/sysv_sem.c struct sem_undo *suptr = SLIST_FIRST(&semu_list);
SLIST_FIRST 216 kern/sysv_sem.c if (suptr == SLIST_FIRST(&semu_list))
SLIST_FIRST 295 kern/uipc_mbuf2.c while ((p = SLIST_FIRST(&m->m_pkthdr.tags)) != NULL) {
SLIST_FIRST 308 kern/uipc_mbuf2.c p = SLIST_FIRST(&m->m_pkthdr.tags);
SLIST_FIRST 370 kern/uipc_mbuf2.c return (SLIST_FIRST(&m->m_pkthdr.tags));
SLIST_FIRST 216 net/if_trunk.c while ((tp = SLIST_FIRST(&tr->tr_ports)) != NULL) {
SLIST_FIRST 439 net/if_trunk.c if ((tp_ptr = SLIST_FIRST(&tr->tr_ports)) == NULL) {
SLIST_FIRST 603 net/if_trunk.c tp = SLIST_FIRST(&tr->tr_ports);
SLIST_FIRST 831 net/if_trunk.c while ((mc = SLIST_FIRST(&tr->tr_mc_head)) != NULL) {
SLIST_FIRST 1197 net/if_trunk.c tp = SLIST_FIRST(&tr->tr_ports);
SLIST_FIRST 309 net/pf_osfp.c while ((fp = SLIST_FIRST(&pf_osfp_list))) {
SLIST_FIRST 311 net/pf_osfp.c while ((entry = SLIST_FIRST(&fp->fp_oses))) {
SLIST_FIRST 570 net/pf_osfp.c SLIST_FIRST(&f2->fp_oses)->fp_class_nm,
SLIST_FIRST 571 net/pf_osfp.c SLIST_FIRST(&f2->fp_oses)->fp_version_nm,
SLIST_FIRST 572 net/pf_osfp.c SLIST_FIRST(&f2->fp_oses)->fp_subtype_nm,
SLIST_FIRST 573 net/pf_osfp.c SLIST_FIRST(&f->fp_oses)->fp_class_nm,
SLIST_FIRST 574 net/pf_osfp.c SLIST_FIRST(&f->fp_oses)->fp_version_nm,
SLIST_FIRST 575 net/pf_osfp.c SLIST_FIRST(&f->fp_oses)->fp_subtype_nm);
SLIST_FIRST 578 net/pf_osfp.c SLIST_FIRST(&f->fp_oses)->fp_class_nm,
SLIST_FIRST 579 net/pf_osfp.c SLIST_FIRST(&f->fp_oses)->fp_version_nm,
SLIST_FIRST 580 net/pf_osfp.c SLIST_FIRST(&f->fp_oses)->fp_subtype_nm);
SLIST_FIRST 833 net/pf_table.c for (p = SLIST_FIRST(workq); p != NULL; p = q) {
SLIST_FIRST 1644 net/pf_table.c for (p = SLIST_FIRST(&workq); p != NULL; p = q) {
SLIST_FIRST 1683 net/pf_table.c for (p = SLIST_FIRST(&addrq); p != NULL; p = next) {
SLIST_FIRST 1819 net/pf_table.c for (p = SLIST_FIRST(workq); p; p = q) {
SLIST_FIRST 1923 net/pf_table.c for (p = SLIST_FIRST(workq); p; p = q) {
SLIST_FIRST 1157 netinet/ip_ipsp.c return SLIST_FIRST(&tags);
SLIST_FIRST 1216 netinet/ip_ipsp.c return SLIST_FIRST(&tags);
SLIST_FIRST 1234 netinet/ip_ipsp.c return SLIST_FIRST(&tags);
SLIST_FIRST 1250 netinet/ip_ipsp.c return SLIST_FIRST(&tags);
SLIST_FIRST 1256 netinet/ip_ipsp.c return SLIST_FIRST(&tags);
SLIST_FIRST 1264 netinet/ip_ipsp.c return SLIST_FIRST(&tags);
SLIST_FIRST 1316 netinet/ip_ipsp.c return SLIST_FIRST(&tags); /* We're done. */
SLIST_FIRST 112 sys/queue.h #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
SLIST_FIRST 116 sys/queue.h for((var) = SLIST_FIRST(head); \
SLIST_FIRST 121 sys/queue.h for ((varp) = &SLIST_FIRST((head)); \
SLIST_FIRST 129 sys/queue.h SLIST_FIRST(head) = SLIST_END(head); \