/freebsd/lib/libgeom/ |
H A D | geom_xml2tree.c | 99 LIST_INIT(&mt->class->lg_geom); in StartElement() 100 LIST_INIT(&mt->class->lg_config); in StartElement() 114 LIST_INIT(&mt->geom->lg_provider); in StartElement() 115 LIST_INIT(&mt->geom->lg_consumer); in StartElement() 116 LIST_INIT(&mt->geom->lg_config); in StartElement() 135 LIST_INIT(&mt->consumer->lg_config); in StartElement() 158 LIST_INIT(&mt->provider->lg_consumers); in StartElement() 159 LIST_INIT(&mt->provider->lg_config); in StartElement() 383 LIST_INIT(&gmp->lg_class); in geom_xml2tree()
|
/freebsd/sys/kern/ |
H A D | subr_hash.c | 71 LIST_INIT(&hashtbl[i]); in hashinit_flags() 133 LIST_INIT(&hashtbl[i]); in phashinit_flags()
|
H A D | kern_lockf.c | 283 LIST_INIT(&lf_lock_states); in lf_init() 287 LIST_INIT(&lf_lock_owners[i].list); in lf_init() 570 LIST_INIT(&lock->lf_outedges); in lf_advlockasync() 571 LIST_INIT(&lock->lf_inedges); in lf_advlockasync() 599 LIST_INIT(&ls->ls_active); in lf_advlockasync() 600 LIST_INIT(&ls->ls_pending); in lf_advlockasync() 1207 LIST_INIT(&granted); in lf_activate_lock() 1347 LIST_INIT(&granted); in lf_cancel_lock() 1836 LIST_INIT(&splitlock->lf_outedges); in lf_split() 1837 LIST_INIT(&splitlock->lf_inedges); in lf_split() [all …]
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi_user.c | 66 LIST_INIT(&maplist); in acpi_user_init() 207 LIST_INIT(&maplist); in dsdt_load_file()
|
/freebsd/lib/librt/ |
H A D | sigev_thread.c | 122 LIST_INIT(&sigev_hash[i]); in __sigev_thread_init() 123 LIST_INIT(&sigev_all); in __sigev_thread_init() 124 LIST_INIT(&sigev_threads); in __sigev_thread_init()
|
/freebsd/sys/arm64/arm64/ |
H A D | undefined.c | 282 LIST_INIT(&undef_handlers[0]); in undef_init() 283 LIST_INIT(&undef_handlers[1]); in undef_init()
|
/freebsd/sys/security/audit/ |
H A D | audit_bsm_db.c | 175 LIST_INIT(&evclass_hash[i].head); in au_evclassmap_init() 349 LIST_INIT(&evnamemap_hash[i].enl_head); in au_evnamemap_init()
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_hash.h | 44 LIST_INIT(&(head)->chh_table[_ch_loop]); \
|
/freebsd/contrib/mtree/ |
H A D | excludes.c | 71 LIST_INIT(&excludes); in init_excludes()
|
/freebsd/sys/security/mac_veriexec/ |
H A D | veriexec_metadata.c | 344 LIST_INIT(&(lp->file_head)); in find_veriexec_dev() 815 LIST_INIT(&veriexec_dev_head); in mac_veriexec_metadata_init() 816 LIST_INIT(&veriexec_file_dev_head); in mac_veriexec_metadata_init()
|
/freebsd/contrib/dma/ |
H A D | spool.c | 167 LIST_INIT(&itmqueue.queue); in readqueuef() 292 LIST_INIT(&queue->queue); in load_queue()
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_string.c | 152 LIST_INIT(&pmcstat_string_hash[i]); in pmcstat_string_initialize()
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_mask.c | 119 LIST_INIT(&ev_cache); in load_event_table()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdcache.c | 323 LIST_INIT(&NFSD_VNET(nfsrvudphashtbl)[i]); in nfsrvd_initcache() 324 LIST_INIT(&NFSD_VNET(nfsrchash_table)[i].tbl); in nfsrvd_initcache() 325 LIST_INIT(&NFSD_VNET(nfsrcahash_table)[i].tbl); in nfsrvd_initcache() 625 LIST_INIT(&nfsrc_templist); in nfsrc_gettcp()
|
H A D | nfs_nfsdstate.c | 410 LIST_INIT(&new_clp->lc_open); in nfsrv_setclient() 411 LIST_INIT(&new_clp->lc_deleg); in nfsrv_setclient() 412 LIST_INIT(&new_clp->lc_olddeleg); in nfsrv_setclient() 413 LIST_INIT(&new_clp->lc_session); in nfsrv_setclient() 415 LIST_INIT(&new_clp->lc_stateid[i]); in nfsrv_setclient() 543 LIST_INIT(&new_clp->lc_session); in nfsrv_setclient() 618 LIST_INIT(&new_clp->lc_session); in nfsrv_setclient() 1529 LIST_INIT(sthp); in nfsrv_freedeleglist() 1717 LIST_INIT(&lfp->lf_rollback); in nfsrv_freeallnfslocks() 1914 LIST_INIT(&lfp->lf_rollback); in nfsrv_lockctrl() [all …]
|
/freebsd/sys/dev/ice/ |
H A D | ice_osdep.h | 227 #define INIT_LIST_HEAD LIST_INIT 240 LIST_INIT(_new_head); \
|
/freebsd/sys/arm64/coresight/ |
H A D | coresight_cmd.c | 103 LIST_INIT(&event->endplist); in coresight_init_event()
|
/freebsd/sys/arm64/iommu/ |
H A D | smmu_fdt.c | 165 LIST_INIT(&unit->domain_list); in smmu_fdt_attach()
|
/freebsd/usr.bin/truss/ |
H A D | main.c | 87 LIST_INIT(&trussinfo->proclist); in main()
|
/freebsd/sys/security/mac/ |
H A D | mac_framework.c | 326 LIST_INIT(&mac_static_policy_list); in mac_init() 327 LIST_INIT(&mac_policy_list); in mac_init()
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_kernel_if.h | 25 #define vmci_list_init(_l) LIST_INIT(_l)
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 2276 LIST_INIT(&pagedep->pd_dirremhd); in pagedep_lookup() 2277 LIST_INIT(&pagedep->pd_pendinghd); in pagedep_lookup() 2279 LIST_INIT(&pagedep->pd_diraddhd[i]); in pagedep_lookup() 2363 LIST_INIT(&inodedep->id_dirremhd); in inodedep_lookup() 2364 LIST_INIT(&inodedep->id_pendinghd); in inodedep_lookup() 2365 LIST_INIT(&inodedep->id_inowait); in inodedep_lookup() 2366 LIST_INIT(&inodedep->id_bufwait); in inodedep_lookup() 2449 LIST_INIT(&newblk->nb_indirdeps); in newblk_lookup() 2450 LIST_INIT(&newblk->nb_newdirblk); in newblk_lookup() 2451 LIST_INIT( in newblk_lookup() [all...] |
/freebsd/lib/libc/gen/ |
H A D | telldir.c | 203 LIST_INIT(&dirp->dd_td->td_locq); in _reclaim_telldir()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_sleepq.c | 55 LIST_INIT(&sc_table[i].sc_queues); in _sleepq_init()
|
H A D | thr_pshared.c | 63 LIST_INIT(&pshared_hash[i]); in __thr_pshared_init()
|