Searched refs:SLIST_INIT (Results 1 - 25 of 129) sorted by path

123456

/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c2693 SLIST_INIT(&usm_userlist);
/freebsd-11-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h119 #define SLIST_INIT(head) { \ macro
/freebsd-11-stable/contrib/nvi/common/
H A Dmain.c73 SLIST_INIT(gp->ecq);
80 SLIST_INIT(gp->cutq);
81 SLIST_INIT(gp->seqq);
H A Dmark.c79 SLIST_INIT(ep->marks);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_init.c55 SLIST_INIT(nexp->cscq);
/freebsd-11-stable/contrib/openbsm/compat/
H A Dqueue.h175 #define SLIST_INIT(head) do { \ macro
/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/lib/libc/tests/sys/
H A Dqueue_test.c52 SLIST_INIT(&head);
/freebsd-11-stable/lib/libgssapi/
H A Dgss_acquire_cred.c102 SLIST_INIT(&cred->gc_mc);
H A Dgss_add_cred.c116 SLIST_INIT(&new_cred->gc_mc);
H A Dgss_canonicalize_name.c84 SLIST_INIT(&name->gn_mn);
H A Dgss_duplicate_name.c73 SLIST_INIT(&new_name->gn_mn);
H A Dgss_import_name.c220 SLIST_INIT(&name->gn_mn);
H A Dgss_inquire_cred.c89 SLIST_INIT(&name->gn_mn);
H A Dgss_set_cred_option.c64 SLIST_INIT(&cred->gc_mc);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_sleepq.c68 SLIST_INIT(&sq->sq_freeq);
183 SLIST_INIT(&sq->sq_freeq);
/freebsd-11-stable/share/man/man3/
H A DMakefile102 queue.3 SLIST_INIT.3 \
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c2299 SLIST_INIT(&l1_list);
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c1873 SLIST_INIT(&free);
2410 SLIST_INIT(&free);
2528 SLIST_INIT(&free);
3301 SLIST_INIT(&free);
3689 SLIST_INIT(&free);
4127 SLIST_INIT(&free);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_targ_bh.c405 SLIST_INIT(&softc->immed_notify_slist);
/freebsd-11-stable/sys/dev/advansys/
H A Dadvansys.c675 SLIST_INIT(&adv->free_ccb_infos);
H A Dadwcam.c748 SLIST_INIT(&adw->sg_maps);
/freebsd-11-stable/sys/dev/aha/
H A Daha.c181 SLIST_INIT(&aha->free_aha_ccbs);
183 SLIST_INIT(&aha->sg_maps);
/freebsd-11-stable/sys/dev/ahb/
H A Dahb.c403 SLIST_INIT(&ahb->free_ecbs);
/freebsd-11-stable/sys/dev/aic/
H A Daic.c1433 SLIST_INIT(&aic->free_scbs);

Completed in 427 milliseconds

123456