HomeSort by: relevance | last modified time | path
    Searched refs:SLIST_FIRST (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.c 213 curnode = SLIST_FIRST(symlist);
255 curnode = SLIST_FIRST(symlist);
302 node1 = SLIST_FIRST(symlist);
318 while((node = SLIST_FIRST(symlist_src2)) != NULL) {
567 while (SLIST_FIRST(&masks) != NULL) {
570 curnode = SLIST_FIRST(&masks);
573 regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs);
580 while (SLIST_FIRST(&aliases) != NULL) {
583 curnode = SLIST_FIRST(&aliases);
592 while (SLIST_FIRST(&registers) != NULL)
    [all...]
aicasm.c 223 for (include_dir = SLIST_FIRST(&search_path);
279 if (SLIST_FIRST(&scope_stack) == NULL
280 || SLIST_FIRST(&scope_stack)->type != SCOPE_ROOT) {
286 process_scope(SLIST_FIRST(&scope_stack));
293 dump_scope(SLIST_FIRST(&scope_stack));
401 for (cur_node = SLIST_FIRST(&patch_functions);
552 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions);
573 for (cur_func = SLIST_FIRST(&patch_functions);
775 if (SLIST_FIRST(&scope_stack) != NULL) {
776 TAILQ_INSERT_TAIL(&SLIST_FIRST(&scope_stack)->inner_scope
    [all...]
aicasm_gram.y 1076 scope_context = SLIST_FIRST(&scope_stack);
1101 scope_context = SLIST_FIRST(&scope_stack);
1121 scope_context = SLIST_FIRST(&scope_stack);
1134 if (SLIST_FIRST(&scope_stack) == NULL) {
  /src/lib/libc/stdlib/
cxa_thread_atexit.c 55 while ((entry = SLIST_FIRST(&cxa_dtors)) != NULL) {
hcreate.c 171 ie = SLIST_FIRST(&table[idx]);
217 ie = SLIST_FIRST(chain);
  /src/sys/dist/pf/net/
pf_osfp.c 335 while ((fp = SLIST_FIRST(&pf_osfp_list))) {
337 while ((entry = SLIST_FIRST(&fp->fp_oses))) {
596 SLIST_FIRST(&f2->fp_oses)->fp_class_nm,
597 SLIST_FIRST(&f2->fp_oses)->fp_version_nm,
598 SLIST_FIRST(&f2->fp_oses)->fp_subtype_nm,
599 SLIST_FIRST(&f->fp_oses)->fp_class_nm,
600 SLIST_FIRST(&f->fp_oses)->fp_version_nm,
601 SLIST_FIRST(&f->fp_oses)->fp_subtype_nm);
604 SLIST_FIRST(&f->fp_oses)->fp_class_nm,
605 SLIST_FIRST(&f->fp_oses)->fp_version_nm
    [all...]
  /src/common/lib/libprop/
prop_stack.c 89 if ((eelem = SLIST_FIRST(&stack->extern_elems)) != NULL) {
  /src/lib/libpthread/
res_state.c 88 st = SLIST_FIRST(&res_list);
  /src/usr.bin/pkill/
pkill.c 363 if (SLIST_FIRST(&ruidlist) != NULL && li == NULL) {
371 if (SLIST_FIRST(&rgidlist) != NULL && li == NULL) {
379 if (SLIST_FIRST(&euidlist) != NULL && li == NULL) {
387 if (SLIST_FIRST(&ppidlist) != NULL && li == NULL) {
395 if (SLIST_FIRST(&pgrplist) != NULL && li == NULL) {
407 if (SLIST_FIRST(&tdevlist) != NULL && li == NULL) {
415 if (SLIST_FIRST(&sidlist) != NULL && li == NULL) {
  /src/usr.bin/config/
util.c 81 struct prefix *prevpf = SLIST_FIRST(pl);
104 if ((pf = SLIST_FIRST(pl)) == NULL) {
160 pf = SLIST_EMPTY(&prefixes) ? NULL : SLIST_FIRST(&prefixes);
scan.l 440 pf = SLIST_FIRST(&curdirs);
526 struct prefix *pf = SLIST_FIRST(&curdirs);
files.c 180 SLIST_FIRST(&prefixes)->pf_prefix;
182 SLIST_FIRST(&buildprefixes)->pf_prefix;
  /src/sys/dev/dm/
dm_pdev.c 201 while ((dmp = SLIST_FIRST(&dm_pdev_list)) != NULL) {
dm_table.c 167 while ((table_en = SLIST_FIRST(tbl)) != NULL) {
  /src/sbin/efi/
getvars.c 195 elm = SLIST_FIRST(list_head);
  /src/sys/arch/arm/xscale/
pxa2x0_dmac.c 945 for (desc = SLIST_FIRST(&dxs->dxs_descs); desc; desc = ndesc) {
1074 (desc = SLIST_FIRST(&sc->sc_descs)) != NULL) {
1152 for (desc = SLIST_FIRST(&dxs->dxs_descs);
1179 dd->dd_ddadr = SLIST_FIRST(&dxs->dxs_descs)->d_desc_pa;
1186 SLIST_FIRST(&dxs->dxs_descs)->d_desc_pa);
1236 for (desc = SLIST_FIRST(&dxs->dxs_descs); desc; desc = ndesc) {
  /src/sbin/dump/
itime.c 122 dtwalk = SLIST_FIRST(&dthead);
  /src/sys/dev/ppbus/
ppbus_conf.c 219 while ((child = SLIST_FIRST(&ppbus->sc_childlist_head)) != NULL) {
  /src/sys/ddb/
db_xxx.c 377 SLIST_FIRST(&sel.sel_klist), sel.sel_cluster, sel.sel_lwp,
  /src/sys/arch/xen/xen/
if_xennet_xenbus.c 797 req = SLIST_FIRST(&sc->sc_rxreq_head);
1132 KASSERT(SLIST_FIRST(&sc->sc_txreq_head) == req);
1161 req = SLIST_FIRST(&sc->sc_txreq_head);
1174 req = SLIST_FIRST(&txchain);
1207 req = SLIST_FIRST(&sc->sc_txreq_head);
  /src/lib/libc/cdb/
cdbw.c 305 while ((key_hash = SLIST_FIRST(head)) != NULL) {
328 while ((key_hash = SLIST_FIRST(head)) != NULL) {
  /src/sys/arch/pmax/tc/
dt.c 299 if ((msg = SLIST_FIRST(&sc->sc_free)) == NULL) {
  /src/sys/dev/mscp/
mscp.c 306 mw = SLIST_FIRST(&mi->mi_freelist);
  /src/sys/kern/
kern_turnstile.c 339 for (iter = SLIST_FIRST(&l->l_pi_lenders);
  /src/sys/arch/arm/arm32/
arm32_kvminit.c 333 pv_addr_t **pvp = &SLIST_FIRST(&bmi->bmi_chunks);
358 pv_addr_t * const new_pv = SLIST_FIRST(&bmi->bmi_freechunks);
822 pv_addr_t *pv = SLIST_FIRST(&bmi->bmi_chunks);

Completed in 25 milliseconds

1 2 3 4