Searched refs:mp (Results 76 - 100 of 175) sorted by relevance

1234567

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Droute6.c55 route6_input(struct mbuf **mp, int *offp) argument
58 struct mbuf *m = *mp;
H A Dipcomp_input.c236 ipcomp6_input(mp, offp)
237 struct mbuf **mp;
252 m = *mp;
331 *mp = m;
H A Din6_gif.c225 int in6_gif_input(mp, offp)
226 struct mbuf **mp;
229 struct mbuf *m = *mp;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsystm.h233 void throttle_info_get_last_io_time(mount_t mp, struct timeval *tv);
234 void update_last_io_time(mount_t mp);
H A Dfsevents.h145 void fsevent_unmount(struct mount *mp);
H A Dubc_internal.h139 __private_extern__ int ubc_umount(mount_t mp);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_subr.c102 struct mount *mp = vnode_mount(vp); local
103 int rev_endian=(mp->mnt_flag & MNT_REVEND);
H A Dffs_balloc.c117 struct mount *mp=vp->v_mount; local
119 int rev_endian=(mp->mnt_flag & MNT_REVEND);
442 devBlockSize = vfs_devblocksize(mp);
482 struct mount *mp=vp->v_mount; local
484 int rev_endian=(mp->mnt_flag & MNT_REVEND);
689 devBlockSize = vfs_devblocksize(mp);
H A Dffs_alloc.c593 struct mount *mp=vp->v_mount; local
594 int rev_endian=(mp->mnt_flag & MNT_REVEND);
764 struct mount *mp=vp->v_mount; local
765 int rev_endian=(mp->mnt_flag & MNT_REVEND);
859 struct mount *mp=vp->v_mount; local
860 int rev_endian=(mp->mnt_flag & MNT_REVEND);
1099 struct mount *mp=vp->v_mount; local
1100 int rev_endian=(mp->mnt_flag & MNT_REVEND);
1236 struct mount *mp=vp->v_mount; local
1237 int rev_endian=(mp
1336 struct mount *mp=vp->v_mount; local
1457 struct mount *mp=vp->v_mount; local
1523 struct mount *mp=vp->v_mount; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dcpu_threads.h32 #include <i386/mp.h>
H A Dacpi.c38 #include <i386/mp.h>
H A Dcswitch.s70 #include <i386/mp.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs.h197 int synthfs_vfs_getattr (mount_t mp, struct vfs_attr *fsap, vfs_context_t context);
227 int synthfs_new_directory (mount_t mp, vnode_t dp, const char *name, unsigned long nodeid, mode_t mode, proc_t p, vnode_t *vpp);
228 int synthfs_new_symlink (mount_t mp, vnode_t dp, const char *name, unsigned long nodeid, char *targetstring, proc_t p, vnode_t *vpp);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfsmount.h256 #define VFSTONFS(mp) ((mp) ? ((struct nfsmount *)vfs_fsprivate(mp)) : NULL)
H A Dnfs_node.c138 mount_t mp,
156 FSDBG_TOP(263, mp, dnp, flags, npp);
159 if (!mp || (mp->mnt_kern_flag & MNTK_FRCUNMOUNT)) {
162 FSDBG_BOT(263, mp, dnp, 0xd1e, error);
165 nfsvers = VFSTONFS(mp)->nm_vers;
172 if (mp != mp2 || np->n_fhsize != fhsize ||
216 FSDBG(263, mp, dnp, npp, 0xaaaaaaaa);
232 np->n_mount = mp;
309 vfsp.vnfs_mp = mp;
137 nfs_nget( mount_t mp, nfsnode_t dnp, struct componentname *cnp, u_char *fhp, int fhsize, struct nfs_vattr *nvap, u_int64_t *xidp, int flags, nfsnode_t *npp) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_encap.c262 encap6_input(mp, offp)
263 struct mbuf **mp;
266 struct mbuf *m = *mp;
318 return (*psw->pr_input)(mp, offp);
326 return rip6_input(mp, offp);
H A Dip_input.c2370 struct mbuf **mp,
2378 *mp = sbcreatecontrol((caddr_t) &tv, sizeof(tv),
2380 if (*mp)
2381 mp = &(*mp)->m_next;
2384 *mp = sbcreatecontrol((caddr_t) &ip->ip_dst,
2386 if (*mp)
2387 mp = &(*mp)->m_next;
2396 *mp
2368 ip_savecontrol( struct inpcb *inp, struct mbuf **mp, struct ip *ip, struct mbuf *m) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_attrlist.c426 mountpointname(struct mount *mp) argument
428 size_t namelength = strlen(mp->mnt_vfsstat.f_mntonname);
440 for (c = mp->mnt_vfsstat.f_mntonname + namelength - 1;
449 return (mp->mnt_vfsstat.f_mntonname);
521 struct mount *mp = HFSTOVFS(hfsmp); local
546 fsid.val[1] = (long)vfs_typenum(mp);
712 cap->ca_mode, mp, proc_ucred(current_proc()), 0);
715 if (vfs_flags(mp) & MNT_RDONLY) {
972 struct mount *mp, kauth_cred_t cred, __unused struct proc *p)
986 if (hfs_owner_rights(VFSTOHFS(mp), obj_ui
971 DerivePermissionSummary(uid_t obj_uid, gid_t obj_gid, mode_t obj_mode, struct mount *mp, kauth_cred_t cred, __unused struct proc *p) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_rtmptable.c821 void routing_needed(mp, ifID, bypass)
822 gbuf_t *mp;
837 gbuf_freel(mp);
844 gbuf_freel(mp);
848 ddp = (at_ddp_t *)gbuf_rptr(mp);
850 for (tmp_m = gbuf_next(mp); tmp_m; tmp_m = gbuf_next(tmp_m))
857 gbuf_freel(mp);
883 ddp_router_output(mp, ifID_table[Entry->NetPort], AT_ADDR,
894 ddp_router_output(mp, ifID_table[Entry->NetPort], AT_ADDR,
904 gbuf_freel(mp);
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_syscalls.c812 sendit(struct proc *p, int s, struct user_msghdr *mp, uio_t uiop, argument
834 if (mp->msg_name != USER_ADDR_NULL) {
835 if (mp->msg_namelen > sizeof (ss)) {
836 error = getsockaddr(so, &to, mp->msg_name,
837 mp->msg_namelen, TRUE);
839 error = getsockaddr_s(so, &ss, mp->msg_name,
840 mp->msg_namelen, TRUE);
850 if (mp->msg_control != USER_ADDR_NULL) {
851 if (mp->msg_controllen < sizeof (struct cmsghdr)) {
855 error = sockargs(&control, mp
1106 recvit(struct proc *p, int s, struct user_msghdr *mp, uio_t uiop, user_addr_t namelenp, register_t *retval) argument
1803 sockargs(struct mbuf **mp, user_addr_t data, int buflen, int type) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbsd_comp.c180 struct mbuf *mp, int slen, int maxolen);
505 bsd_compress(state, mret, mp, slen, maxolen)
508 struct mbuf *mp; /* from here */
561 rptr = mtod(mp, u_char *);
602 slen = mp->m_len - PPP_HDRLEN;
606 mp = mp->m_next;
607 if (!mp)
609 rptr = mtod(mp, u_char *);
610 slen = mp
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Diso.h299 #define VFSTOISOFS(mp) ((struct iso_mnt *)(vfs_fsprivate(mp)))
315 int cd9660_vfs_getattr(struct mount *mp, struct vfs_attr *fsap, vfs_context_t context);
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_policy.h634 @param mp Devfs mount point
645 struct mount *mp,
1612 @param mp The mount point
1629 struct mount *mp,
1636 @param mp The mount structure of the file system
1649 struct mount *mp,
1656 @param mp Object file system mount point
1668 struct mount *mp,
1695 @param mp The mount point
1706 struct mount *mp,
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_vnops.c98 struct mount *mp; local
134 (mp = dvp->v_mountedhere)) {
135 if (vfs_busy(mp, LK_NOWAIT)) {
139 error = VFS_ROOT(mp, &tdvp, ctx);
140 vfs_unbusy(mp);
451 struct mount *mp; local
454 mp = ap->a_dvp->v_mount;
469 error = union_allocvp(ap->a_vpp, mp, NULLVP, NULLVP, cnp, vp,
523 struct mount *mp; local
526 mp
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsdt.c83 struct module *mp = (struct module *)ctl->address; local
99 if (mp->sdt_nprobes != 0 || (sdpd = mp->sdt_probes) == NULL)
102 for (sdpd = mp->sdt_probes; sdpd != NULL; sdpd = sdpd->sdpd_next) {
156 mp->sdt_nprobes++;

Completed in 152 milliseconds

1234567