Searched refs:SLIST_FIRST (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_osfp.c299 while ((fp = SLIST_FIRST(&pf_osfp_list))) {
301 while ((entry = SLIST_FIRST(&fp->fp_oses))) {
568 SLIST_FIRST(&f2->fp_oses)->fp_class_nm,
569 SLIST_FIRST(&f2->fp_oses)->fp_version_nm,
570 SLIST_FIRST(&f2->fp_oses)->fp_subtype_nm,
571 SLIST_FIRST(&f->fp_oses)->fp_class_nm,
572 SLIST_FIRST(&f->fp_oses)->fp_version_nm,
573 SLIST_FIRST(&f->fp_oses)->fp_subtype_nm);
576 SLIST_FIRST(&f->fp_oses)->fp_class_nm,
577 SLIST_FIRST(
[all...]
H A Dmulticast_list.c69 while ((mc = SLIST_FIRST(mc_list)) != NULL) {
H A Dpf_table.c852 for (p = SLIST_FIRST(workq); p != NULL; p = q) {
1661 for (p = SLIST_FIRST(&workq); p != NULL; p = q) {
1700 for (p = SLIST_FIRST(&addrq); p != NULL; p = next) {
1849 for (p = SLIST_FIRST(workq); p; p = q) {
1960 for (p = SLIST_FIRST(workq); p; p = q) {
H A Ddlil.c628 proto = SLIST_FIRST(&ifp->if_proto_hash[i]);
3982 prev_proto = SLIST_FIRST(&ifp->if_proto_hash[hash_value]);
4983 proto = SLIST_FIRST(&ifp->if_proto_hash[i]);
4989 proto = SLIST_FIRST(&ifp->if_proto_hash[i]);
5811 fce = SLIST_FIRST(&ifnet_fclist);
/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h197 #define SLIST_FIRST(head) ((head)->slh_first) macro
200 for ((var) = SLIST_FIRST((head)); \
205 for ((var) = SLIST_FIRST((head)); \
210 for ((varp) = &SLIST_FIRST((head)); \
215 SLIST_FIRST((head)) = NULL; \
224 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
225 SLIST_FIRST((head)) = (elm); \
231 if (SLIST_FIRST((head)) == (elm)) { \
235 struct type *curelm = SLIST_FIRST((head)); \
249 SLIST_FIRST((hea
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c792 if (!SLIST_FIRST(lsp))
935 oidp = SLIST_FIRST(lsp);
956 oidp = SLIST_FIRST(lsp);
1100 oid = SLIST_FIRST(lsp);
1112 oid = SLIST_FIRST(lsp);
1386 oid = SLIST_FIRST(lsp);
1426 oid = SLIST_FIRST(lsp);
H A Duipc_mbuf2.c390 p = SLIST_FIRST(&buf->m_pkthdr.tags);
565 p = SLIST_FIRST(&m->m_pkthdr.tags);
587 p = SLIST_FIRST(&m->m_pkthdr.tags);
688 return (SLIST_FIRST(&m->m_pkthdr.tags));
H A Dvm_pressure.c363 kn = SLIST_FIRST(&vm_pressure_klist_dormant);
H A Dkern_event.c1111 kn = SLIST_FIRST(&fdp->fd_knlist[i]);
1123 kn = SLIST_FIRST(&fdp->fd_knlist[i]);
1131 kn = SLIST_FIRST(&fdp->fd_knhash[i]);
1143 kn = SLIST_FIRST(&fdp->fd_knhash[i]);
2510 while ((kn = SLIST_FIRST(list)) != NULL) {
H A Dkern_proc.c2695 while ((kn = SLIST_FIRST(&p->p_klist))) {
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp263 while ((wlc = SLIST_FIRST(&found->workLoopList))) {
387 while ((esc = SLIST_FIRST(&found->counterList))) {
393 while ((ucc = SLIST_FIRST(&found->userClientList))) {
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.c86 SLIST_FIRST(&hfs_encoding_list)->refcount++;
/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c1921 inm = SLIST_FIRST(&igi->igi_relinmhead);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c1588 inm = SLIST_FIRST(&mli->mli_relinmhead);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c1534 gsp = SLIST_FIRST(&req->r_gss_seqlist);

Completed in 132 milliseconds