Searched refs:ep (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_encap.c165 struct encaptab *ep, *match; local
194 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) {
195 if (ep->af != AF_INET)
197 if (ep->proto >= 0 && ep->proto != proto)
199 if (ep->func)
200 prio = (*ep
272 struct encaptab *ep, *match; local
354 struct encaptab *ep; local
423 struct encaptab *ep; local
458 const struct encaptab *ep = cookie; local
530 encap_fillarg( struct mbuf *m, const struct encaptab *ep) argument
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_upcall.c94 struct nfsrv_uc_arg *ep = NULL; local
115 ep = TAILQ_FIRST(myqueue->ucq_queue);
116 DPRINT("nfsrv_uc_thread:%d dequeue %p from %p\n", qi, ep, myqueue);
118 TAILQ_REMOVE(myqueue->ucq_queue, ep, nua_svcq);
120 ep->nua_flags &= ~NFS_UC_QUEUED;
128 DPRINT("calling nfsrv_rcv for %p\n", (void *)ep->nua_slp);
129 nfsrv_rcv(ep->nua_so, (void *)ep->nua_slp, ep->nua_waitflag);
290 struct nfsrv_uc_arg *ep local
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dif_media.c298 struct ifmedia_entry *ep; local
319 LIST_FOREACH(ep, &ifm->ifm_list, ifm_list)
340 ep = LIST_FIRST(&ifm->ifm_list);
341 for (; ep != NULL && count < ifmr->ifm_count;
342 ep = LIST_NEXT(ep, ifm_list), count++)
343 kptr[count] = ep->ifm_media;
345 if (ep != NULL)
/darwin-on-arm/xnu/bsd/netat/
H A DMakefile29 ddp.h ep.h lap.h nbp.h pap.h zip.h \
H A Dddp_aep.c53 #include <netat/ep.h>
79 /* ep packets that have a source broadcast can cause
H A Dddp_usrreq.c58 #include <netat/ep.h>
H A Dddp.c60 #include <netat/ep.h>
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sysctl.c1494 fill_user32_eproc(proc_t p, struct user32_eproc *__restrict ep) argument
1505 ep->e_pgid = p->p_pgrpid;
1506 ep->e_jobc = pg->pg_jobc;
1508 ep->e_flag = EPROC_CTTY;
1512 ep->e_lcid = p->p_lctx->lc_id;
1514 ep->e_ppid = p->p_ppid;
1519 ep->e_pcred.p_ruid = kauth_cred_getruid(my_cred);
1520 ep->e_pcred.p_svuid = kauth_cred_getsvuid(my_cred);
1521 ep->e_pcred.p_rgid = kauth_cred_getrgid(my_cred);
1522 ep
1554 fill_user64_eproc(proc_t p, struct user64_eproc *__restrict ep) argument
[all...]
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey_debug.c244 char *p, *ep;
247 ep = p + len;
248 for (/*nothing*/; *p && p < ep; p++) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c1455 u_char *mp, *ep, *k, *p, m; local
1462 ep = mp + 16; /* XXX: scope field? */
1465 for (; mp < ep && *mp; mp++, k++, p++) {
H A Dicmp6.c1604 char *cp, *ep; local
1632 ep = mtod(m, char *) + M_TRAILINGSPACE(m);
1653 while (cp < ep && p < name + namelen) {
1658 if (cp + i + 1 >= ep)
1675 if (cp + nterm >= ep)
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c11907 dtrace_ecbdesc_t *ep;
11916 ep = enab->dten_desc[i];
11918 if ((pred = ep->dted_pred.dtpdd_predicate) != NULL)
11921 for (act = ep->dted_action; act != NULL; act = next) {
11926 kmem_free(ep, sizeof (dtrace_ecbdesc_t));
12034 dtrace_ecbdesc_t *ep = enab->dten_desc[i];
12035 dtrace_probedesc_t *pd = &ep->dted_probe;
12068 dtrace_enabling_addlike(new, ep, create);
12119 dtrace_ecbdesc_t *ep = enab->dten_desc[i];
12121 enab->dten_current = ep;
[all...]

Completed in 68 milliseconds