Home
last modified time | relevance | path

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

123456

/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
Daicasm_symbol.c309 SLIST_INIT(symlist); in symlist_free()
325 SLIST_INIT(symlist_src1); in symlist_merge()
326 SLIST_INIT(symlist_src2); in symlist_merge()
485 SLIST_INIT(&registers); in symtable_dump()
486 SLIST_INIT(&masks); in symtable_dump()
487 SLIST_INIT(&constants); in symtable_dump()
488 SLIST_INIT(&download_constants); in symtable_dump()
489 SLIST_INIT(&aliases); in symtable_dump()
490 SLIST_INIT(&exported_labels); in symtable_dump()
Daicasm_gram.y667 SLIST_INIT(&$$.referenced_syms);
703 SLIST_INIT(&$$.referenced_syms);
927 SLIST_INIT(&$$.referenced_syms);
1447 SLIST_INIT(&(symbol->info.rinfo->fields)); in initialize_symbol()
1480 SLIST_INIT(&(symbol->info.finfo->symrefs)); in initialize_symbol()
1873 SLIST_INIT(&immed->referenced_syms); in make_expression()
Daicasm.c127 SLIST_INIT(&search_path); in main()
130 SLIST_INIT(&scope_stack); in main()
/freebsd-12-stable/sys/netpfil/pf/
Dpf_table.c274 SLIST_INIT(&workq); in pfr_add_addrs()
368 SLIST_INIT(&workq); in pfr_del_addrs()
428 SLIST_INIT(&addq); in pfr_set_addrs()
429 SLIST_INIT(&delq); in pfr_set_addrs()
430 SLIST_INIT(&changeq); in pfr_set_addrs()
663 SLIST_INIT(&workq); in pfr_clr_astats()
729 SLIST_INIT(workq); in pfr_enqueue_addrs()
1152 SLIST_INIT(&workq); in pfr_clr_tables()
1180 SLIST_INIT(&addq); in pfr_add_tables()
1181 SLIST_INIT(&changeq); in pfr_add_tables()
[all …]
/freebsd-12-stable/usr.sbin/config/
Dmain.c135 SLIST_INIT(&includepath); in main()
213 SLIST_INIT(&cputype); in main()
214 SLIST_INIT(&mkopt); in main()
215 SLIST_INIT(&opt); in main()
216 SLIST_INIT(&rmopts); in main()
Dmkoptions.c197 SLIST_INIT(&op_head); in do_option()
415 SLIST_INIT(&otab); in read_options()
/freebsd-12-stable/lib/libthr/thread/
Dthr_sleepq.c70 SLIST_INIT(&sq->sq_freeq); in _sleepq_alloc()
185 SLIST_INIT(&sq->sq_freeq); in _sleepq_drop()
/freebsd-12-stable/contrib/nvi/common/
Dmain.c66 SLIST_INIT(gp->ecq); in editor()
73 SLIST_INIT(gp->cutq); in editor()
74 SLIST_INIT(gp->seqq); in editor()
Dmark.c73 SLIST_INIT(ep->marks); in mark_init()
/freebsd-12-stable/usr.sbin/pmc/
Dpmc.c103 SLIST_INIT(&pmc_args.pa_targets); in main()
/freebsd-12-stable/lib/libgssapi/
Dgss_canonicalize_name.c86 SLIST_INIT(&name->gn_mn); in gss_canonicalize_name()
Dgss_duplicate_name.c75 SLIST_INIT(&new_name->gn_mn); in gss_duplicate_name()
Dgss_set_cred_option.c66 SLIST_INIT(&cred->gc_mc); in gss_set_cred_option()
Dgss_names.c254 SLIST_INIT(&name->gn_mn); in _gss_make_name()
Dgss_acquire_cred.c104 SLIST_INIT(&cred->gc_mc); in gss_acquire_cred()
Dgss_import_name.c222 SLIST_INIT(&name->gn_mn); in gss_import_name()
Dgss_add_cred.c118 SLIST_INIT(&new_cred->gc_mc); in gss_add_cred()
Dgss_inquire_cred.c91 SLIST_INIT(&name->gn_mn); in gss_inquire_cred()
Dgss_accept_sec_context.c274 SLIST_INIT(&dcred->gc_mc); in gss_accept_sec_context()
/freebsd-12-stable/usr.sbin/ypserv/
Dyp_main.c266 SLIST_INIT(&sle_head); in create_service()
462 SLIST_INIT(&ble_head); in main()
/freebsd-12-stable/lib/libc/tests/sys/
Dqueue_test.c52 SLIST_INIT(&head); in ATF_TC_BODY()
/freebsd-12-stable/sys/sys/
Dqueue.h223 SLIST_INIT(head2); \
228 SLIST_INIT(head2); \
261 #define SLIST_INIT(head) do { \ macro
/freebsd-12-stable/contrib/bsnmp/snmpd/
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-12-stable/usr.bin/systat/
Dmain.c147 SLIST_INIT(&commands); in main()
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dsys-queue.h102 #undef SLIST_INIT
220 #define SLIST_INIT(head) { \ macro

123456