Home
last modified time | relevance | path

Searched refs:SLIST_INIT (Results 1 – 25 of 138) sorted by relevance

123456

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c307 SLIST_INIT(symlist); in symlist_free()
323 SLIST_INIT(symlist_src1); in symlist_merge()
324 SLIST_INIT(symlist_src2); in symlist_merge()
486 SLIST_INIT(&registers); in symtable_dump()
487 SLIST_INIT(&masks); in symtable_dump()
488 SLIST_INIT(&constants); in symtable_dump()
489 SLIST_INIT(&download_constants); in symtable_dump()
490 SLIST_INIT(&aliases); in symtable_dump()
491 SLIST_INIT(&exported_labels); in symtable_dump()
H A Daicasm_gram.y665 SLIST_INIT(&$$.referenced_syms);
701 SLIST_INIT(&$$.referenced_syms);
925 SLIST_INIT(&$$.referenced_syms);
1445 SLIST_INIT(&(symbol->info.rinfo->fields)); in initialize_symbol()
1478 SLIST_INIT(&(symbol->info.finfo->symrefs)); in initialize_symbol()
1871 SLIST_INIT(&immed->referenced_syms); in make_expression()
H A Daicasm.c125 SLIST_INIT(&search_path); in main()
128 SLIST_INIT(&scope_stack); in main()
/freebsd/sys/netpfil/pf/
H A Dpf_table.c267 SLIST_INIT(&workq); in pfr_add_addrs()
361 SLIST_INIT(&workq); in pfr_del_addrs()
421 SLIST_INIT(&addq); in pfr_set_addrs()
422 SLIST_INIT(&delq); in pfr_set_addrs()
656 SLIST_INIT(&workq); in pfr_clr_astats()
722 SLIST_INIT(workq); in pfr_enqueue_addrs()
1144 SLIST_INIT(&workq); in pfr_clr_tables()
1172 SLIST_INIT(&addq); in pfr_add_tables()
1248 SLIST_INIT(&workq); in pfr_del_tables()
1328 SLIST_INIT(&workq); in pfr_get_tstats()
[all …]
/freebsd/lib/libthr/thread/
H A Dthr_sleepq.c67 SLIST_INIT(&sq->sq_freeq); in _sleepq_alloc()
182 SLIST_INIT(&sq->sq_freeq); in _sleepq_drop()
/freebsd/usr.sbin/config/
H A Dmain.cc122 SLIST_INIT(&includepath); in main()
123 SLIST_INIT(&cputype); in main()
124 SLIST_INIT(&mkopt); in main()
125 SLIST_INIT(&opt); in main()
126 SLIST_INIT(&rmopts); in main()
H A Dmkoptions.cc189 SLIST_INIT(&op_head); in do_option()
421 SLIST_INIT(&otab); in read_options()
/freebsd/contrib/nvi/common/
H A Dmain.c66 SLIST_INIT(gp->ecq); in editor()
73 SLIST_INIT(gp->cutq); in editor()
74 SLIST_INIT(gp->seqq); in editor()
H A Dmark.c73 SLIST_INIT(ep->marks); in mark_init()
/freebsd/usr.sbin/pmc/
H A Dpmc.c101 SLIST_INIT(&pmc_args.pa_targets); in main()
/freebsd/lib/libgssapi/
H A Dgss_canonicalize_name.c84 SLIST_INIT(&name->gn_mn); in gss_canonicalize_name()
H A Dgss_duplicate_name.c73 SLIST_INIT(&new_name->gn_mn); in gss_duplicate_name()
H A Dgss_set_cred_option.c65 SLIST_INIT(&cred->gc_mc); in gss_set_cred_option()
H A Dgss_names.c252 SLIST_INIT(&name->gn_mn); in _gss_make_name()
H A Dgss_acquire_cred.c102 SLIST_INIT(&cred->gc_mc); in gss_acquire_cred()
H A Dgss_import_name.c220 SLIST_INIT(&name->gn_mn); in gss_import_name()
H A Dgss_add_cred.c116 SLIST_INIT(&new_cred->gc_mc); in gss_add_cred()
H A Dgss_inquire_cred.c89 SLIST_INIT(&name->gn_mn); in gss_inquire_cred()
H A Dgss_accept_sec_context.c272 SLIST_INIT(&dcred->gc_mc); in gss_accept_sec_context()
/freebsd/usr.sbin/ypserv/
H A Dyp_main.c263 SLIST_INIT(&sle_head); in create_service()
459 SLIST_INIT(&ble_head); in main()
/freebsd/usr.sbin/bhyve/
H A Dacpi_device.c67 SLIST_INIT(&dev->crs); in acpi_device_create()
/freebsd/lib/libc/tests/sys/
H A Dqueue_test.c49 SLIST_INIT(&head); in ATF_TC_BODY()
/freebsd/contrib/bsnmp/snmpd/
H A Dtrap.c897 SLIST_INIT(&target_addresslist); in target_flush_all()
903 SLIST_INIT(&target_paramlist); in target_flush_all()
909 SLIST_INIT(&target_notifylist); in target_flush_all()
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h188 SLIST_INIT(head2); \
193 SLIST_INIT(head2); \
226 #define SLIST_INIT(head) do { \ macro
/freebsd/sys/sys/
H A Dqueue.h218 SLIST_INIT(head2); \
223 SLIST_INIT(head2); \
256 #define SLIST_INIT(head) do { \ macro

123456