/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 307 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(®isters); 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 D | aicasm_gram.y | 665 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 D | aicasm.c | 125 SLIST_INIT(&search_path); in main() 128 SLIST_INIT(&scope_stack); in main()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_table.c | 263 SLIST_INIT(&workq); in pfr_add_addrs() 357 SLIST_INIT(&workq); in pfr_del_addrs() 417 SLIST_INIT(&addq); in pfr_set_addrs() 418 SLIST_INIT(&delq); in pfr_set_addrs() 419 SLIST_INIT(&changeq); in pfr_set_addrs() 652 SLIST_INIT(&workq); in pfr_clr_astats() 718 SLIST_INIT(workq); in pfr_enqueue_addrs() 1168 SLIST_INIT(&workq); in pfr_clr_tables() 1196 SLIST_INIT(&addq); in pfr_add_tables() 1197 SLIST_INIT(&changeq); in pfr_add_tables() [all …]
|
/freebsd/usr.sbin/config/ |
H A D | main.cc | 123 SLIST_INIT(&includepath); in main() 124 SLIST_INIT(&cputype); in main() 125 SLIST_INIT(&mkopt); in main() 126 SLIST_INIT(&opt); in main() 127 SLIST_INIT(&rmopts); in main()
|
H A D | mkoptions.cc | 192 SLIST_INIT(&op_head); in do_option() 432 SLIST_INIT(&otab); in read_options()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_sleepq.c | 67 SLIST_INIT(&sq->sq_freeq); in _sleepq_alloc() 182 SLIST_INIT(&sq->sq_freeq); in _sleepq_drop()
|
/freebsd/contrib/nvi/common/ |
H A D | main.c | 66 SLIST_INIT(gp->ecq); in editor() 73 SLIST_INIT(gp->cutq); in editor() 74 SLIST_INIT(gp->seqq); in editor()
|
H A D | mark.c | 73 SLIST_INIT(ep->marks); in mark_init()
|
/freebsd/usr.sbin/pmc/ |
H A D | pmc.c | 101 SLIST_INIT(&pmc_args.pa_targets); in main()
|
/freebsd/lib/libgssapi/ |
H A D | gss_canonicalize_name.c | 84 SLIST_INIT(&name->gn_mn); in gss_canonicalize_name()
|
H A D | gss_duplicate_name.c | 73 SLIST_INIT(&new_name->gn_mn); in gss_duplicate_name()
|
H A D | gss_set_cred_option.c | 65 SLIST_INIT(&cred->gc_mc); in gss_set_cred_option()
|
H A D | gss_names.c | 252 SLIST_INIT(&name->gn_mn); in _gss_make_name()
|
H A D | gss_acquire_cred.c | 102 SLIST_INIT(&cred->gc_mc); in gss_acquire_cred()
|
H A D | gss_import_name.c | 220 SLIST_INIT(&name->gn_mn); in gss_import_name()
|
H A D | gss_add_cred.c | 116 SLIST_INIT(&new_cred->gc_mc); in gss_add_cred()
|
H A D | gss_inquire_cred.c | 89 SLIST_INIT(&name->gn_mn); in gss_inquire_cred()
|
H A D | gss_accept_sec_context.c | 272 SLIST_INIT(&dcred->gc_mc); in gss_accept_sec_context()
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_main.c | 263 SLIST_INIT(&sle_head); in create_service() 459 SLIST_INIT(&ble_head); in main()
|
/freebsd/usr.sbin/bhyve/ |
H A D | acpi_device.c | 67 SLIST_INIT(&dev->crs); in acpi_device_create()
|
/freebsd/lib/libc/tests/sys/ |
H A D | queue_test.c | 49 SLIST_INIT(&head); in ATF_TC_BODY()
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | trap.c | 897 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 D | la_queue.h | 188 SLIST_INIT(head2); \ 193 SLIST_INIT(head2); \ 226 #define SLIST_INIT(head) do { \ macro
|
/freebsd/sys/sys/ |
H A D | queue.h | 218 SLIST_INIT(head2); \ 223 SLIST_INIT(head2); \ 259 #define SLIST_INIT(head) do { \ macro
|