Searched refs:mpname (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_attrlist.c1044 char *mpname; local
1059 (mpname = mountpointname(vnode_mount(ctx->f_dnp->n_vnode)))) {
1060 mpnamelen = strlen(mpname);
1063 while ((mpnamelen > 0) && (mpname[mpnamelen-1] == '/'))
1068 name = (u_int8_t *)mpname;
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_attrlist.c482 char *mpname; local
494 (mpname = mountpointname(vnode_mount(vp)))) {
495 mpnamelen = strlen(mpname);
498 while ((mpnamelen > 0) && (mpname[mpnamelen-1] == '/'))
503 name = (u_int8_t *)mpname;
/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_policy.h6782 #define MAC_POLICY_SET(handle, mpops, mpname, mpfullname, lnames, lcount, slot, lflags, rflags) \
6783 static struct mac_policy_conf mpname##_mac_policy_conf = { \
6784 .mpc_name = #mpname, \
6797 return mac_policy_register(&mpname##_mac_policy_conf, \
6810 KMOD_EXPLICIT_DECL(security.mpname, POLICY_VER, _start, _stop) \
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c6416 char *cp, *pathend, *mpname; local
6439 for (mpname = cp = tobuf; *cp != '\0'; ++cp) {
6441 mpname = cp + 1;
6446 strlcpy(pathend, mpname, maxlen);

Completed in 188 milliseconds