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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dun.h2 * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
9 * compliance with the License. The rights granted to you under the License
23 * Please see the License for the specific language governing rights and
30 * The Regents of the University of California. All rights reserved.
103 int unp_externalize(struct mbuf *rights);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c2 * Copyright (c) 2004-2007 Apple Inc. All rights reserved.
9 * compliance with the License. The rights granted to you under the License
23 * Please see the License for the specific language governing rights and
607 * Determines whether the credential has the requested rights for an object secured by the supplied
611 * rights, or granted if all of the requested rights are satisfied by the ACEs so far.
619 uint32_t rights; local
650 * Expand generic rights, if appropriate.
652 rights = ace->ace_rights;
653 if (rights
[all...]
H A Duipc_usrreq.c2 * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
9 * compliance with the License. The rights granted to you under the License
23 * Please see the License for the specific language governing rights and
30 * The Regents of the University of California. All rights reserved.
1229 unp_externalize(struct mbuf *rights) argument
1233 struct cmsghdr *cm = mtod(rights, struct cmsghdr *);
1508 * that are not otherwise accessible and then free the rights
1517 * we trigger a gc since the number of outstanding rights (unp_rights)
1526 * to free up the rights that are queued in messages on the socket A,
1539 * rights carrie
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c2 * Copyright (c) 2000-2008 Apple Inc. All rights reserved.
9 * compliance with the License. The rights granted to you under the License
23 * Please see the License for the specific language governing rights and
31 * The Regents of the University of California. All rights reserved.
5115 * If we are the file owner, we automatically have some rights.
5135 KAUTH_DEBUG("%p ALLOWED - implicit or no rights required", vcp->vp);
5166 KAUTH_DEBUG("%p ALLOWED - all rights granted by ACL", vcp->vp);
5171 /* fall through and evaluate residual rights */
5178 * Grant residual rights that have been pre-authorized.
5189 KAUTH_DEBUG("%p ALLOWED - rights alread
5278 vnode_authorize_checkimmutable(vnode_t vp, struct vnode_attr *vap, int rights, int ignore) argument
5485 kauth_ace_rights_t rights; local
[all...]

Completed in 44 milliseconds