Searched refs:mp (Results 101 - 125 of 184) sorted by relevance

12345678

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_gif.c251 int in6_gif_input(struct mbuf **mp, int *offp, int proto) argument
253 struct mbuf *m = *mp;
H A Din6_src.c1455 u_char *mp, *ep, *k, *p, m; local
1461 mp = (u_char *)&pol->addrmask.sin6_addr;
1462 ep = mp + 16; /* XXX: scope field? */
1465 for (; mp < ep && *mp; mp++, k++, p++) {
1466 m = *mp;
H A Dfrag6.c164 frag6_input(struct mbuf **mp, int *offp, int proto) argument
167 struct mbuf *m = *mp, *t;
621 *mp = m;
H A Dip6_output.c414 #define MAKE_EXTHDR(hp, mp) \
418 error = ip6_copyexthdr((mp), (caddr_t)(hp), \
592 #define MAKE_CHAIN(m, mp, p, i)\
600 (m)->m_next = (mp)->m_next;\
601 (mp)->m_next = (m);\
602 (mp) = (m);\
1553 ip6_copyexthdr(mp, hdr, hlen)
1554 struct mbuf **mp;
1578 *mp = m;
2461 struct mbuf **mp local
[all...]
H A Dipsec.c258 static int ipsec_get_policy(struct secpolicy *pcb_sp, struct mbuf **mp);
1426 ipsec_get_policy(pcb_sp, mp)
1428 struct mbuf **mp;
1433 if (pcb_sp == NULL || mp == NULL)
1436 *mp = key_sp2msg(pcb_sp);
1437 if (!*mp) {
1442 m_mchtype(*mp, MT_DATA);
1445 kdebug_mbuf(*mp));
1508 ipsec4_get_policy(inp, request, len, mp)
1512 struct mbuf **mp;
[all...]
H A Dipsec.h326 size_t len, struct mbuf **mp);
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h47 #include <i386/mp.h>
51 #include <arm/mp.h>
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c1515 struct mbuf **mp; local
1570 mp = &top;
1737 *mp = m;
1741 mp = &m->m_next;
1828 mp = &top;
1894 register struct mbuf *m, **mp, *ml = NULL; local
1917 mp = mp0;
2000 if (mp)
2001 *mp = (struct mbuf *)0;
2410 * If mp i
3693 soopt_getm(struct sockopt *sopt, struct mbuf **mp) argument
[all...]
H A Duipc_mbuf.c4663 m_adj(struct mbuf *mp, int req_len) argument
4669 if ((m = mp) == NULL)
4686 m = mp;
4707 m = mp;
4720 m = mp;
4928 struct mbuf *top = NULL, **mp = &top; local
4989 *mp = m;
4990 mp = &m->m_next;
5191 m_makewritable(struct mbuf **mp, int off, int len, int how) argument
5198 origlen = m_length(*mp);
5228 struct mbuf **mp; local
6749 struct mbtypes *mp; local
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c4727 pf_af_hook(struct ifnet *ifp, struct mbuf **mppn, struct mbuf **mp, argument
4744 VERIFY(*mppn == *mp);
4745 if ((nextpkt = (*mp)->m_nextpkt) != NULL)
4746 (*mp)->m_nextpkt = NULL;
4751 error = pf_inet_hook(ifp, mp, input, fwa);
4757 error = pf_inet6_hook(ifp, mp, input, fwa);
4765 if (*mp != NULL && nextpkt != NULL) {
4766 struct mbuf *m = *mp;
4773 if (*mp != NULL)
4774 *mppn = *mp;
4792 pf_inet_hook(struct ifnet *ifp, struct mbuf **mp, int input, struct ip_fw_args *fwa) argument
4847 pf_inet6_hook(struct ifnet *ifp, struct mbuf **mp, int input, struct ip_fw_args *fwa) argument
[all...]
H A Dpf.c342 VERIFY(m == pd->mp);
348 if (len >= 0 && m != pd->mp) {
349 pd->mp = m;
4111 pf_change_ap(direction, pd->mp, saddr,
4118 pf_change_ap(direction, pd->mp, saddr,
4209 pf_change_ap(direction, pd->mp, daddr,
4216 pf_change_ap(direction, pd->mp, daddr,
4426 pf_change_ap(direction, pd->mp, saddr,
4434 pf_change_ap(direction, pd->mp, saddr,
4499 pf_change_ap(direction, pd->mp, dadd
[all...]
H A Dbridgestp.c611 struct mbuf **mp, struct bstp_tbpdu *tpdu)
623 if ((*mp)->m_len < BSTP_BPDU_STP_LEN &&
624 (*mp = m_pullup(*mp, BSTP_BPDU_STP_LEN)) == NULL)
626 memcpy(&cpdu, mtod(*mp, caddr_t), BSTP_BPDU_STP_LEN);
636 struct mbuf **mp, struct bstp_tbpdu *tpdu)
644 if ((*mp)->m_len < BSTP_BPDU_RSTP_LEN &&
645 (*mp = m_pullup(*mp, BSTP_BPDU_RSTP_LEN)) == NULL)
647 memcpy(&cpdu, mtod(*mp, caddr_
610 bstp_received_stp(struct bstp_state *bs, struct bstp_port *bp, struct mbuf **mp, struct bstp_tbpdu *tpdu) argument
635 bstp_received_rstp(struct bstp_state *bs, struct bstp_port *bp, struct mbuf **mp, struct bstp_tbpdu *tpdu) argument
[all...]
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c208 fdesc_allocvp(fdntype ftype, int ix, struct mount *mp, struct vnode **vpp, enum vtype vtype, int fdno) argument
221 if (fd->fd_ix == ix && vnode_mount(fd->fd_vnode) == mp) {
247 vfsp.vnfs_mp = mp;
/darwin-on-arm/xnu/bsd/netat/
H A Dddp_nbp.c65 #define DATA_DDP(mp) ((at_ddp_t *)(gbuf_rptr(mp)))
66 #define DATA_NBP(mp) ((at_nbp_t *)((DATA_DDP(mp))->data))
69 #define NVE_ENTRY(mp) (nve_entry_t *)(gbuf_rptr(mp))
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c2581 mach_port_t mp; local
2592 kr = host_get_gssd_port(host_priv_self(), &mp);
2597 if (!IPC_PORT_VALID(mp)) {
2607 mp,
2630 host_release_special_port(mp);
2634 host_release_special_port(mp);
2810 host_release_special_port(mach_port_t mp) argument
2812 if (IPC_PORT_VALID(mp))
2813 ipc_port_release_send(mp);
2817 host_copy_special_port(mach_port_t mp) argument
[all...]
H A Dnfs_socket.c2657 * *mp returns the next complete RPC record
2660 nfs_rpc_record_read(socket_t so, struct nfs_rpc_record_state *nrrsp, int flags, int *recvp, mbuf_t *mp) argument
2669 *mp = NULL;
2731 *mp = nrrsp->nrrs_m;
3417 mount_t mp, /* used only if !np */
3443 nmp = VFSTONFS(np ? NFSTOMP(np) : mp);
4129 mount_t mp, /* used only if !np */
4138 return nfs_request2(np, mp, nmrest, procnum,
4146 mount_t mp, /* used only if !np */
4160 if ((error = nfs_request_create(np, mp, nmres
3415 nfs_request_create( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, thread_t thd, kauth_cred_t cred, struct nfsreq **reqp) argument
4127 nfs_request( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, vfs_context_t ctx, struct nfsreq_secinfo_args *si, struct nfsm_chain *nmrepp, u_int64_t *xidp, int *status) argument
4144 nfs_request2( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, thread_t thd, kauth_cred_t cred, struct nfsreq_secinfo_args *si, int flags, struct nfsm_chain *nmrepp, u_int64_t *xidp, int *status) argument
4194 nfs_request_gss( mount_t mp, struct nfsm_chain *nmrest, thread_t thd, kauth_cred_t cred, int flags, struct nfs_gss_clnt_ctx *cp, struct nfsm_chain *nmrepp, int *status) argument
4241 nfs_request_async( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, thread_t thd, kauth_cred_t cred, struct nfsreq_secinfo_args *si, int flags, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
5222 mount_t mp = nmp->nm_mountp; local
5573 mbuf_t m, mp, mhck, m2; local
[all...]
/darwin-on-arm/xnu/osfmk/arm/
H A Dgenassym.c77 #include <arm/mp.h>
H A Dpmap_asid.c85 #include <arm/mp.h>
/darwin-on-arm/xnu/osfmk/arm64/
H A Dgenassym.c75 #include <arm/mp.h>
/darwin-on-arm/xnu/osfmk/console/i386/
H A Dserial_console.c29 #include <i386/mp.h>
/darwin-on-arm/xnu/osfmk/i386/
H A Dtsc.c56 #include <i386/mp.h>
H A Duser_ldt.c73 #include <i386/mp.h>
H A Dpmap.c137 #include <i386/mp.h>
2477 mapwindow_t *mp; local
2487 mp = &current_cpu_datap()->cpu_pmap->mapwindow[i];
2489 if (*mp->prv_CMAP == 0) {
2490 pmap_store_pte(mp->prv_CMAP, pentry);
2492 invlpg((uintptr_t)mp->prv_CADDR);
2494 return (mp);
2504 pmap_put_mapwindow(mapwindow_t *mp) argument
2506 pmap_store_pte(mp->prv_CMAP, 0);
/darwin-on-arm/xnu/osfmk/i386/vmx/
H A Dvmx_cpu.c32 #include <i386/mp.h>
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c312 cluster_max_io_size(mount_t mp, int type) argument
321 segcnt = mp->mnt_segreadcnt;
322 maxcnt = mp->mnt_maxreadcnt;
325 segcnt = mp->mnt_segwritecnt;
326 maxcnt = mp->mnt_maxwritecnt;
329 segcnt = min(mp->mnt_segreadcnt, mp->mnt_segwritecnt);
330 maxcnt = min(mp->mnt_maxreadcnt, mp->mnt_maxwritecnt);
932 mount_t mp; local
[all...]

Completed in 157 milliseconds

12345678