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

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_copyright.c2 * Copyright (c) 2009 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
51 #define kRightsToken " Apple Inc. All rights reserved."
62 CFSTR("Copyright �� 2008 Apple Inc. All rights reserved."),
63 CFSTR("Copyright �� 2004-2008 Apple Inc. All rights reserved."),
64 CFSTR("Copyright �� 2004,2006 Apple Inc. All rights reserved."),
65 CFSTR("Copyright �� 2004,2006-2008 Apple Inc. All rights reserved."),
66 CFSTR("Copyright �� 2004 , 2006-2008 Apple Inc. All rights reserved."),
67 CFSTR("Copyright �� 1998,2000-2002,2004,2006-2008 Apple Inc. All rights reserve
249 const char *rights = NULL; local
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dmake_posix_availability.sh3 # Copyright (c) 2010 Apple Inc. All rights reserved.
19 # Please see the License for the specific language governing rights and
40 /* Copyright (c) 2010 Apple Inc. All rights reserved.
47 * compliance with the License. The rights granted to you under the License
61 * Please see the License for the specific language governing rights and
H A Dmake_symbol_aliasing.sh3 # Copyright (c) 2010 Apple Inc. All rights reserved.
19 # Please see the License for the specific language governing rights and
44 /* Copyright (c) 2010 Apple Inc. All rights reserved.
51 * compliance with the License. The rights granted to you under the License
65 * Please see the License for the specific language governing rights and
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.
110 int unp_externalize(struct mbuf *rights);
/darwin-on-arm/xnu/osfmk/mach/
H A Dnotify.defs2 * Copyright (c) 2000-2003 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
54 * the rights to redistribute these changes.
108 rights : mach_port_move_receive_t);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c2 * Copyright (c) 2004-2011 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
609 * Determines whether the credential has the requested rights for an object secured by the supplied
613 * rights, or granted if all of the requested rights are satisfied by the ACEs so far.
621 uint32_t rights; local
654 * Expand generic rights, if appropriate.
656 rights = ace->ace_rights;
657 if (rights
[all...]
H A Duipc_usrreq.c2 * Copyright (c) 2000-2012 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.
1817 unp_externalize(struct mbuf *rights) argument
1821 struct cmsghdr *cm = mtod(rights, struct cmsghdr *);
2113 * that are not otherwise accessible and then free the rights
2122 * we trigger a gc since the number of outstanding rights (unp_rights)
2131 * to free up the rights that are queued in messages on the socket A,
2144 * rights carrie
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c2 * Copyright (c) 2000-2012 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.
5607 * must have delete rights to remove the old name even in
5611 * then we also need rights to rewrite its ".." entry as well.
5621 /* moving into tdvp or tvp, must have rights to add */
6329 * If we are the file owner, we automatically have some rights.
6349 KAUTH_DEBUG("%p ALLOWED - implicit or no rights required", vcp->vp);
6388 KAUTH_DEBUG("%p ALLOWED - all rights grante
6506 vnode_authorize_checkimmutable(vnode_t vp, struct vnode_attr *vap, int rights, int ignore) argument
6766 kauth_ace_rights_t rights; local
[all...]

Completed in 34 milliseconds