/openbsd/usr.sbin/ldpd/ |
H A D | ldpe.c | 87 LIST_INIT(&global.addr_list); in ldpe() 88 LIST_INIT(&global.adj_list); in ldpe() 392 LIST_INIT(&nconf->iface_list); in ldpe_dispatch_main() 393 LIST_INIT(&nconf->tnbr_list); in ldpe_dispatch_main() 394 LIST_INIT(&nconf->nbrp_list); in ldpe_dispatch_main() 395 LIST_INIT(&nconf->l2vpn_list); in ldpe_dispatch_main() 396 LIST_INIT(&nconf->auth_list); in ldpe_dispatch_main() 403 LIST_INIT(&niface->addr_list); in ldpe_dispatch_main() 404 LIST_INIT(&niface->ipv4.adj_list); in ldpe_dispatch_main() 430 LIST_INIT(&nl2vpn->if_list); in ldpe_dispatch_main() [all …]
|
H A D | lde.c | 483 LIST_INIT(&nconf->iface_list); in lde_dispatch_parent() 484 LIST_INIT(&nconf->tnbr_list); in lde_dispatch_parent() 485 LIST_INIT(&nconf->nbrp_list); in lde_dispatch_parent() 486 LIST_INIT(&nconf->l2vpn_list); in lde_dispatch_parent() 487 LIST_INIT(&nconf->auth_list); in lde_dispatch_parent() 494 LIST_INIT(&niface->addr_list); in lde_dispatch_parent() 495 LIST_INIT(&niface->ipv4.adj_list); in lde_dispatch_parent() 496 LIST_INIT(&niface->ipv6.adj_list); in lde_dispatch_parent() 521 LIST_INIT(&nl2vpn->if_list); in lde_dispatch_parent() 522 LIST_INIT(&nl2vpn->pw_list); in lde_dispatch_parent()
|
H A D | interface.c | 62 LIST_INIT(&iface->addr_list); in if_new() 74 LIST_INIT(&iface->ipv4.adj_list); in if_new() 81 LIST_INIT(&iface->ipv6.adj_list); in if_new()
|
H A D | accept.c | 47 LIST_INIT(&accept_queue.queue); in accept_init()
|
H A D | address.c | 119 LIST_INIT(&addr_list); in send_address_single() 131 LIST_INIT(&addr_list); in send_address_all()
|
H A D | ldpd.c | 1293 LIST_INIT(&xconf->iface_list); in config_new_empty() 1294 LIST_INIT(&xconf->tnbr_list); in config_new_empty() 1295 LIST_INIT(&xconf->nbrp_list); in config_new_empty() 1296 LIST_INIT(&xconf->l2vpn_list); in config_new_empty() 1297 LIST_INIT(&xconf->auth_list); in config_new_empty()
|
/openbsd/usr.sbin/ospf6d/ |
H A D | area.c | 39 LIST_INIT(&area->iface_list); in area_new() 40 LIST_INIT(&area->nbr_list); in area_new()
|
/openbsd/usr.sbin/ospfd/ |
H A D | area.c | 38 LIST_INIT(&area->iface_list); in area_new() 39 LIST_INIT(&area->nbr_list); in area_new()
|
H A D | ospfe.c | 410 LIST_INIT(&noeconf->area_list); in ospfe_dispatch_main() 411 LIST_INIT(&noeconf->cand_list); in ospfe_dispatch_main() 418 LIST_INIT(&narea->iface_list); in ospfe_dispatch_main() 419 LIST_INIT(&narea->nbr_list); in ospfe_dispatch_main() 430 LIST_INIT(&niface->nbr_list); in ospfe_dispatch_main()
|
/openbsd/sys/kern/ |
H A D | kern_proc.c | 91 LIST_INIT(&allprocess); in procinit() 92 LIST_INIT(&zombprocess); in procinit() 93 LIST_INIT(&allproc); in procinit() 297 LIST_INIT(&pgrp->pg_members); in enternewpgrp() 298 LIST_INIT(&pgrp->pg_sigiolst); in enternewpgrp()
|
H A D | kern_fork.c | 196 LIST_INIT(&pr->ps_children); in process_initialize() 197 LIST_INIT(&pr->ps_orphans); in process_initialize() 198 LIST_INIT(&pr->ps_ftlist); in process_initialize() 199 LIST_INIT(&pr->ps_sigiolst); in process_initialize()
|
/openbsd/sbin/isakmpd/ |
H A D | doi.c | 42 LIST_INIT(&doi_tab); in doi_init()
|
H A D | transport.c | 69 LIST_INIT(&transport_list); in transport_init() 70 LIST_INIT(&transport_method_list); in transport_init()
|
/openbsd/usr.bin/vi/common/ |
H A D | main.c | 88 LIST_INIT(&gp->ecq); in editor() 95 LIST_INIT(&gp->cutq); in editor() 96 LIST_INIT(&gp->seqq); in editor()
|
/openbsd/lib/librthread/ |
H A D | rthread_fork.c | 93 LIST_INIT(&_thread_list); in _dofork()
|
/openbsd/sys/dev/isa/ |
H A D | elink.c | 73 LIST_INIT(&elink_all_resets); in elink_reset()
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | pmap.h | 95 LIST_INIT(&((pg)->mdpage.pv_list)); \
|
/openbsd/sbin/pdisk/ |
H A D | partition_map.c | 73 LIST_INIT(&map->disk_order); in open_partition_map() 74 LIST_INIT(&map->base_order); in open_partition_map() 273 LIST_INIT(&map->disk_order); in create_partition_map() 274 LIST_INIT(&map->base_order); in create_partition_map()
|
/openbsd/sys/arch/luna88k/luna88k/ |
H A D | isr.c | 58 LIST_INIT(&isr_autovec[i]); in isrinit()
|
/openbsd/usr.sbin/npppd/npppd/ |
H A D | accept.c | 49 LIST_INIT(&accept_queue.queue); in accept_init()
|
/openbsd/sys/arch/powerpc/include/ |
H A D | pmap.h | 181 LIST_INIT(&((pg)->mdpage.pv_list)); \
|
/openbsd/sys/arch/riscv64/include/ |
H A D | pmap.h | 129 LIST_INIT(&((pg)->mdpage.pv_list)); \
|
/openbsd/sys/arch/arm64/include/ |
H A D | pmap.h | 138 LIST_INIT(&((pg)->mdpage.pv_list)); \
|
/openbsd/usr.sbin/sasyncd/ |
H A D | sasyncd.c | 187 LIST_INIT(&cfgstate.peerlist); in main()
|
/openbsd/sys/arch/arm/arm/ |
H A D | undefined.c | 130 LIST_INIT(&undefined_handlers[loop]); in undefined_init()
|