Searched refs:mp (Results 151 - 175 of 184) sorted by relevance

12345678

/darwin-on-arm/xnu/osfmk/x86_64/
H A Dstart.s67 #include <i386/mp.h>
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c2556 ifnet_dequeue(struct ifnet *ifp, struct mbuf **mp) argument
2558 if (ifp == NULL || mp == NULL)
2564 return (ifclassq_dequeue(&ifp->if_snd, 1, mp, NULL, NULL, NULL));
2569 struct mbuf **mp)
2571 if (ifp == NULL || mp == NULL || !MBUF_VALID_SC(sc))
2577 return (ifclassq_dequeue_sc(&ifp->if_snd, sc, 1, mp, NULL, NULL, NULL));
3089 dlil_get_socket_type(struct mbuf **mp, int family, int raw) argument
3099 m = m_pullup(*mp, sizeof(struct ip));
3102 *mp = m;
3110 m = m_pullup(*mp, sizeo
2568 ifnet_dequeue_service_class(struct ifnet *ifp, mbuf_svc_class_t sc, struct mbuf **mp) argument
[all...]
H A Dbpf.c247 bpf_movein(struct uio *uio, int linktype, struct mbuf **mp, struct sockaddr *sockp, int *datlen) argument
367 *mp = m;
H A Dpf_norm.c2206 m = pd->mp;
2787 mw = pf_lazy_makewritable(pd, pd->mp,
/darwin-on-arm/xnu/bsd/netinet6/
H A Draw_ip6.c150 struct mbuf **mp,
154 struct mbuf *m = *mp;
149 rip6_input( struct mbuf **mp, int *offp, int proto) argument
H A Dicmp6.c430 icmp6_input(struct mbuf **mp, int *offp, int proto) argument
433 struct mbuf *m = *mp, *n;
2053 icmp6_rip6_input(mp, off)
2054 struct mbuf **mp;
2057 struct mbuf *m = *mp;
H A Dip6_mroute.c1681 pim6_input(struct mbuf **mp, int *offp, int proto) argument
1686 struct mbuf *m = *mp;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddtrace_isa.c52 #include <i386/mp.h>
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h719 int hfs_mountroot(mount_t mp, vnode_t rvp, vfs_context_t context);
H A Dhfs_readwrite.c85 extern int hfs_vfs_vget (struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
1934 struct mount *mp; local
1936 mp = vnode_mount(vp);
1937 hfsmp = VFSTOHFS(mp);
1942 vfsp = vfs_statfs(mp);
1954 vnode_iterate(mp, 0, hfs_freezewrite_callback, NULL);
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode.h1280 @param mp The mount whose vnodes to kill.
1294 int vflush(struct mount *mp, struct vnode *skipvp, int flags);
1631 @param mp Mount whose vnodes to operate on.
H A Ddtrace.h1576 * 1.3 void dtps_provide_module(void *arg, struct modctl *mp)
2183 void (*dtps_provide_module)(void *arg, struct modctl *mp);
/darwin-on-arm/xnu/osfmk/i386/
H A Dlapic_native.c50 #include <i386/mp.h>
H A Dmtrr.c34 #include <i386/mp.h>
H A DpmCPU.c36 #include <i386/mp.h>
H A Dpmap.h85 #include <i386/mp.h>
H A Dmp_desc.c74 #include <i386/mp.h>
H A Dlocks_i386.c81 #include <i386/mp.h>
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c37 #include <i386/mp.h>
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c35 #include <i386/mp.h>
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_resident.c99 #include <arm/mp.h>
1186 vm_page_t *mp = &bucket->pages; local
1187 vm_page_t m = *mp;
1194 *mp = m->next;
1199 mp = &m->next;
1200 } while ((m = *mp));
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c847 * Parameters: mp The mount point
865 ubc_umount(struct mount *mp) argument
867 vnode_iterate(mp, 0, ubc_umcallback, 0);
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c92 #include <i386/mp.h> /* mp_rendezvous_break_lock */
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-asm.s672 #include <i386/mp.h>
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_vnops.c178 mount_t mp,
186 struct nfsmount *nmp = mp ? VFSTONFS(mp) : NFSTONMP(np);
225 error = nfs_request2(np, mp, &nmreq, NFSPROC4_COMPOUND,
427 mount_t mp; local
442 ((mp = NFSTOMP(np))) && (vfs_flags(mp) & MNT_ASYNC))
490 mount_t mp; local
539 ((mp = NFSTOMP(np))) && (vfs_flags(mp)
176 nfs4_getattr_rpc( nfsnode_t np, mount_t mp, u_char *fhp, size_t fhsize, int flags, vfs_context_t ctx, struct nfs_vattr *nvap, u_int64_t *xidp) argument
[all...]

Completed in 181 milliseconds

12345678