Searched refs:LIST_INIT (Results 1 - 25 of 202) sorted by relevance

123456789

/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_hash.h43 LIST_INIT(&(head)->chh_table[_ch_loop]); \
/freebsd-9.3-release/sys/kern/
H A Dsubr_hash.c73 LIST_INIT(&hashtbl[i]);
125 LIST_INIT(&hashtbl[i]);
H A Dkern_lockf.c280 LIST_INIT(&lf_lock_states);
284 LIST_INIT(&lf_lock_owners[i]);
570 LIST_INIT(&lock->lf_outedges);
571 LIST_INIT(&lock->lf_inedges);
599 LIST_INIT(&ls->ls_active);
600 LIST_INIT(&ls->ls_pending);
1210 LIST_INIT(&granted);
1350 LIST_INIT(&granted);
1839 LIST_INIT(&splitlock->lf_outedges);
1840 LIST_INIT(
[all...]
H A Dvfs_hash.c51 LIST_INIT(&vfs_hash_side);
/freebsd-9.3-release/contrib/mtree/
H A Dexcludes.c71 LIST_INIT(&excludes);
/freebsd-9.3-release/sys/netnatm/
H A Dnatm_proto.c109 LIST_INIT(&natm_pcbs);
/freebsd-9.3-release/usr.sbin/mtree/
H A Dexcludes.c60 LIST_INIT(&excludes);
/freebsd-9.3-release/lib/libgeom/
H A Dgeom_xml2tree.c98 LIST_INIT(&mt->class->lg_geom);
99 LIST_INIT(&mt->class->lg_config);
113 LIST_INIT(&mt->geom->lg_provider);
114 LIST_INIT(&mt->geom->lg_consumer);
115 LIST_INIT(&mt->geom->lg_config);
134 LIST_INIT(&mt->consumer->lg_config);
157 LIST_INIT(&mt->provider->lg_consumers);
158 LIST_INIT(&mt->provider->lg_config);
357 LIST_INIT(&gmp->lg_class);
/freebsd-9.3-release/usr.sbin/acpi/acpidump/
H A Dacpi_user.c66 LIST_INIT(&maplist);
207 LIST_INIT(&maplist);
/freebsd-9.3-release/lib/libc/gen/
H A Dtelldir.c128 LIST_INIT(&dirp->dd_td->td_locq);
/freebsd-9.3-release/lib/librt/
H A Dsigev_thread.c122 LIST_INIT(&sigev_hash[i]);
123 LIST_INIT(&sigev_all);
124 LIST_INIT(&sigev_threads);
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_mask.c121 LIST_INIT(&ev_cache);
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_fbsd.c86 LIST_INIT(&coda_mnttbl);
/freebsd-9.3-release/usr.bin/csup/
H A Dthreads.c96 LIST_INIT(&tds->threads_running);
H A Dqueue.h186 #undef LIST_INIT macro
187 #define LIST_INIT(head) do { \ macro
H A Drcsfile.c196 LIST_INIT(&rf->trunk->deltalist);
198 LIST_INIT(&rf->deltatable);
489 LIST_INIT(&branchlist_datesorted);
1005 LIST_INIT(&d->branchlist);
1054 LIST_INIT(&b->deltalist);
1141 LIST_INIT(&b->deltalist);
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_data.c55 LIST_INIT(&cc->user_list);
57 LIST_INIT(&cc->orphaned_conns);
/freebsd-9.3-release/contrib/nvi/common/
H A Dmain.c82 LIST_INIT(&gp->ecq);
89 LIST_INIT(&gp->cutq);
90 LIST_INIT(&gp->seqq);
H A Dmark.c78 LIST_INIT(&ep->marks);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_sleepq.c54 LIST_INIT(&sc_table[i].sc_queues);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c176 LIST_INIT(&ss->ss_list);
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_create.c152 LIST_INIT(&d->subdisks);
153 LIST_INIT(&d->freelist);
187 LIST_INIT(&v->plexes);
217 LIST_INIT(&p->subdisks);
/freebsd-9.3-release/sys/net/
H A Draw_usrreq.c61 LIST_INIT(&V_rawcb_list);
/freebsd-9.3-release/sys/netipx/
H A Dipx_input.c147 LIST_INIT(&ipxpcb_list);
148 LIST_INIT(&ipxrawpcb_list);
/freebsd-9.3-release/sys/security/mac/
H A Dmac_framework.c290 LIST_INIT(&mac_static_policy_list);
291 LIST_INIT(&mac_policy_list);

Completed in 303 milliseconds

123456789