Searched refs:SLIST_INIT (Results 26 - 50 of 129) sorted by relevance

123456

/freebsd-11-stable/share/man/man3/
H A DMakefile102 queue.3 SLIST_INIT.3 \
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c151 SLIST_INIT(&st->st_buckets[n]);
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrap.c895 SLIST_INIT(&target_addresslist);
901 SLIST_INIT(&target_paramlist);
907 SLIST_INIT(&target_notifylist);
/freebsd-11-stable/sys/sys/
H A Dqueue.h195 SLIST_INIT(head2); \
200 SLIST_INIT(head2); \
233 #define SLIST_INIT(head) do { \ macro
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c1851 SLIST_INIT(&exphead[i]);
1866 SLIST_INIT(&oldexphead[i]);
1945 SLIST_INIT(&exphead[i]);
1946 SLIST_INIT(&oldexphead[i]);
2012 SLIST_INIT(&exhp[i]);
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c964 SLIST_INIT(&targ->luns);
1375 SLIST_INIT(&targ->luns);
1440 SLIST_INIT(&targ->luns);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c295 SLIST_INIT(&(*mapp)->dm_reslist);
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder.c66 SLIST_INIT(&feedertab);
H A Dchannel.h173 #define CHN_INIT(x, y) SLIST_INIT(CHN_HEAD(x, y))
/freebsd-11-stable/usr.bin/du/
H A Ddu.c120 SLIST_INIT(&ignores);
/freebsd-11-stable/usr.bin/last/
H A Dlast.c252 SLIST_INIT(&idlist);
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Drcfile.c174 SLIST_INIT(&p->rs_keys);
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c769 SLIST_INIT(&nm_out_filter);
1315 SLIST_INIT(line_info);
1317 SLIST_INIT(func_info);
1319 SLIST_INIT(var_info);
/freebsd-11-stable/usr.bin/systat/
H A Difstat.c247 SLIST_INIT(&curlist);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h53 #undef SLIST_INIT macro
213 #define SLIST_INIT(head) { \ macro
/freebsd-11-stable/stand/libsa/zfs/
H A Dzfs.c880 SLIST_INIT(&zfs_be_head);
941 SLIST_INIT(&zfs_be_head);
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c1789 SLIST_INIT(&free);
1892 SLIST_INIT(&free);
2372 SLIST_INIT(&free);
2716 SLIST_INIT(&free);
3023 SLIST_INIT(&free);
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.c1906 SLIST_INIT(&ma->list);
1948 SLIST_INIT(&ma->list);
1970 SLIST_INIT(&ma->list);
H A Dsubr_lock.c271 SLIST_INIT(&type->lpt_lpalloc);
/freebsd-11-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h119 #define SLIST_INIT(head) { \ macro
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_targ_bh.c405 SLIST_INIT(&softc->immed_notify_slist);
/freebsd-11-stable/contrib/openbsm/compat/
H A Dqueue.h175 #define SLIST_INIT(head) do { \ macro
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_osfp.c326 SLIST_INIT(&fp->fp_oses);
/freebsd-11-stable/usr.sbin/kbdmap/
H A Dkbdmap.c858 SLIST_INIT(&head);
/freebsd-11-stable/sys/dev/ips/
H A Dips.c152 SLIST_INIT(&sc->free_cmd_list);

Completed in 358 milliseconds

123456