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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_attrlist.c462 char *mpname; local
474 (mpname = mountpointname(vnode_mount(vp)))) {
475 mpnamelen = strlen(mpname);
478 while ((mpnamelen > 0) && (mpname[mpnamelen-1] == '/'))
483 name = (u_int8_t *)mpname;
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_policy.h6215 #define MAC_POLICY_SET(handle, mpops, mpname, mpfullname, lnames, lcount, slot, lflags, rflags) \
6216 static struct mac_policy_conf mpname##_mac_policy_conf = { \
6217 .mpc_name = #mpname, \
6230 return mac_policy_register(&mpname##_mac_policy_conf, \
6243 KMOD_EXPLICIT_DECL(security.mpname, POLICY_VER, _start, _stop) \
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c5164 char *cp, *pathend, *mpname; local
5187 for (mpname = cp = tobuf; *cp != '\0'; ++cp) {
5189 mpname = cp + 1;
5194 strlcpy(pathend, mpname, maxlen);

Completed in 38 milliseconds