Searched refs:owner (Results 76 - 100 of 792) sorted by relevance

1234567891011>>

/macosx-10.10/ntp-92/include/
H A Dcopyright.def5 owner = "David L. Mills and/or others";
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp134 IOTimeStampStartConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
139 IOTimeStampEndConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
163 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
172 filterRes = (*filterAction)(owner, this);
187 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
203 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
212 filterRes = (*filterAction)(owner, this);
227 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
H A DIOPMPowerStateQueue.h55 virtual bool init( OSObject * owner, Action action );
58 static IOPMPowerStateQueue * PMPowerStateQueue( OSObject * owner, Action action );
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWQEventSource.h46 bool init(IOFireWireController *owner);
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGCommonData.h57 WeakReferenceTransition(VM& vm, JSCell* owner, JSCell* codeOrigin, JSCell* from, JSCell* to) argument
58 : m_from(vm, owner, from)
59 , m_to(vm, owner, to)
62 m_codeOrigin.set(vm, owner, codeOrigin);
H A DDFGDesiredWriteBarriers.cpp36 DesiredWriteBarrier::DesiredWriteBarrier(Type type, CodeBlock* codeBlock, unsigned index, JSCell* owner) argument
37 : m_owner(owner)
44 DesiredWriteBarrier::DesiredWriteBarrier(Type type, CodeBlock* codeBlock, InlineCallFrame* inlineCallFrame, JSCell* owner) argument
45 : m_owner(owner)
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DAccess.cpp52 SecPointer<ACL> owner = new ACL(*this); local
53 owner->setAuthorization(CSSM_ACL_AUTHORIZATION_CHANGE_ACL);
54 addOwner(owner);
89 // owner "entry"
90 SecPointer<ACL> owner = new ACL(*this, descriptor, ACL::defaultSelector); local
91 owner->setAuthorization(CSSM_ACL_AUTHORIZATION_CHANGE_ACL);
92 addOwner(owner);
128 AutoAclOwnerPrototype owner; local
129 source.getOwner(owner);
132 compile(*owner, acl
139 Access(const CSSM_ACL_OWNER_PROTOTYPE &owner, uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls) argument
244 AclOwnerPrototype owner; local
324 compile(const CSSM_ACL_OWNER_PROTOTYPE &owner, uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DAccess.cpp52 SecPointer<ACL> owner = new ACL(*this); local
53 owner->setAuthorization(CSSM_ACL_AUTHORIZATION_CHANGE_ACL);
54 addOwner(owner);
89 // owner "entry"
90 SecPointer<ACL> owner = new ACL(*this, descriptor, ACL::defaultSelector); local
91 owner->setAuthorization(CSSM_ACL_AUTHORIZATION_CHANGE_ACL);
92 addOwner(owner);
128 AutoAclOwnerPrototype owner; local
129 source.getOwner(owner);
132 compile(*owner, acl
139 Access(const CSSM_ACL_OWNER_PROTOTYPE &owner, uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls) argument
244 AclOwnerPrototype owner; local
324 compile(const CSSM_ACL_OWNER_PROTOTYPE &owner, uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DAccess.cpp52 SecPointer<ACL> owner = new ACL(*this); local
53 owner->setAuthorization(CSSM_ACL_AUTHORIZATION_CHANGE_ACL);
54 addOwner(owner);
89 // owner "entry"
90 SecPointer<ACL> owner = new ACL(*this, descriptor, ACL::defaultSelector); local
91 owner->setAuthorization(CSSM_ACL_AUTHORIZATION_CHANGE_ACL);
92 addOwner(owner);
128 AutoAclOwnerPrototype owner; local
129 source.getOwner(owner);
132 compile(*owner, acl
139 Access(const CSSM_ACL_OWNER_PROTOTYPE &owner, uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls) argument
244 AclOwnerPrototype owner; local
324 compile(const CSSM_ACL_OWNER_PROTOTYPE &owner, uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DChildNodeList.h38 static PassRef<EmptyNodeList> create(Node& owner) argument
40 return adoptRef(*new EmptyNodeList(owner));
47 explicit EmptyNodeList(Node& owner) : m_owner(owner) { } argument
/macosx-10.10/swig-12/Lib/php/
H A Dfactory.i98 SWIG_SetPointerZval(return_value, SWIG_as_voidptr(dobj),$descriptor(Type *), $owner);
107 SWIG_SetPointerZval(return_value, SWIG_as_voidptr($1),$descriptor, $owner);
/macosx-10.10/WebCore-7600.1.25/svg/animation/
H A DSMILTimeContainer.h47 static PassRefPtr<SMILTimeContainer> create(SVGSVGElement* owner) { return adoptRef(new SMILTimeContainer(owner)); } argument
68 SMILTimeContainer(SVGSVGElement* owner);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemoteCustom.mm49 PassRefPtr<PlatformCALayerRemote> PlatformCALayerRemoteCustom::create(PlatformLayer *platformLayer, PlatformCALayerClient* owner, RemoteLayerTreeContext& context)
51 RefPtr<PlatformCALayerRemote> layer = adoptRef(new PlatformCALayerRemoteCustom(PlatformCALayerMac::layerTypeForPlatformLayer(platformLayer), platformLayer, owner, context));
57 PlatformCALayerRemoteCustom::PlatformCALayerRemoteCustom(LayerType layerType, PlatformLayer * customLayer, PlatformCALayerClient* owner, RemoteLayerTreeContext& context)
58 : PlatformCALayerRemote(layerType, owner, context)
95 PassRefPtr<WebCore::PlatformCALayer> PlatformCALayerRemoteCustom::clone(PlatformCALayerClient* owner) const
115 RefPtr<PlatformCALayerRemote> clone = adoptRef(new PlatformCALayerRemoteCustom(layerType(), clonedLayer.get(), owner, *context()));
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Downer_command.rb22 super 'owner', description
27 add_option '-a', '--add EMAIL', 'Add an owner' do |value, options|
31 add_option '-r', '--remove EMAIL', 'Remove an owner' do |value, options|
54 owners.each do |owner|
55 say "- #{owner['email']}"
69 owners.each do |owner|
72 request.set_form_data 'email' => owner
76 with_response response, "Removing #{owner}"
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOCommandGate.h71 @param owner
72 Target of the function, can be used as a refcon. The owner is set
81 typedef IOReturn (*Action)(OSObject *owner,
100 static IOCommandGate *commandGate(OSObject *owner, Action action = 0);
106 @param owner Owner of this, newly created, instance of the IOCommandGate. This argument will be used as the first parameter in the action callout.
113 virtual bool init(OSObject *owner, Action action = 0);
/macosx-10.10/postfix-255/postfix/
H A Dpostfix-install130 # The owner of the Postfix queue. Its numerical user ID and group ID
240 owner=$2
249 test -z "$owner" || chown $owner $dst || exit 1
351 mail_owner_prompt="the owner of the Postfix queue. Specify an
598 while IFS=: read path type owner group mode flags junk
628 [hl]) eval source=$owner;;
635 "") case $owner in
636 [$]*) eval owner=$owner;;
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Drpcmutex.c142 mp->owner = NULL_THREAD;
186 if (is_locked && IS_MY_THREAD(mp->owner))
198 mp->owner = my_thread;
232 if (is_locked && IS_MY_THREAD(mp->owner))
246 mp->owner = my_thread;
284 if (!IS_MY_THREAD(mp->owner))
287 ("(rpc__mutex_unlock) not owner (owner at %s/%d)\n",
291 mp->owner = NULL_THREAD;
303 * assert that we are the owner o
[all...]
/macosx-10.10/Libc-1044.1.2/sys/
H A Dopenx_np.c39 uid_t owner = KAUTH_UID_NONE; local
50 if ((filesec_get_property(fsec, FILESEC_OWNER, &owner) != 0) && (errno != ENOENT))
79 /* grab the owner and group UUID if present */
102 return(__open_extended(path, flags, owner, group, mode, fsacl));
104 return(__mkfifo_extended(path, owner, group, mode, fsacl));
106 return(__mkdir_extended(path, owner, group, mode, fsacl));
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dlocaldatabase.h77 const AccessCredentials *cred, const AclEntryPrototype *owner,
80 const AccessCredentials *cred, const AclEntryPrototype *owner,
85 const AccessCredentials *cred, const AclEntryPrototype *owner,
92 const AccessCredentials *cred, const AclEntryPrototype *owner,
100 const AclEntryPrototype *owner) = 0;
H A Dtokenacl.cpp59 // read owner
60 AclOwnerPrototype *owner = NULL; local
61 token().tokend().getOwner(aclKind(), tokenHandle(), owner); local
62 assert(owner);
70 ObjectAcl::owner(*owner);
89 void TokenAcl::getOwner(AclOwnerPrototype &owner) argument
91 ObjectAcl::cssmGetOwner(owner);
/macosx-10.10/Security-57031.1.35/securityd/tests/
H A Dtestacls.cpp52 // get the owner and verify
53 AclOwnerPrototype owner; local
54 ss.getKeyOwner(tester.keyRef, owner);
55 assert(owner.subject().type() == CSSM_ACL_SUBJECT_TYPE_PASSWORD);
56 assert(owner.subject().length() == 1);
207 // get the owner and verify
208 AclOwnerPrototype owner; local
209 ss.getKeyOwner(tester.keyRef, owner);
210 assert(owner.subject().type() == CSSM_ACL_SUBJECT_TYPE_PASSWORD);
211 assert(owner
316 AclOwnerPrototype owner; local
381 AclOwnerPrototype owner; local
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dopenat.h100 int fchownat (int fd, char const *file, uid_t owner, gid_t group, int flag);
106 chownat (int fd, char const *file, uid_t owner, gid_t group) argument
108 return fchownat (fd, file, owner, group, 0);
112 lchownat (int fd, char const *file, uid_t owner, gid_t group) argument
114 return fchownat (fd, file, owner, group, AT_SYMLINK_NOFOLLOW);
/macosx-10.10/apr-32/apr/apr/locks/os2/
H A Dproc_mutex.c89 new->owner = 0;
115 new->owner = 0;
136 mutex->owner = CurrentTid;
150 mutex->owner = CurrentTid;
163 if (mutex->owner == CurrentTid && mutex->lock_count > 0) {
179 if (mutex->owner == CurrentTid) {
227 new->owner = 0;
/macosx-10.10/rsync-45/rsync/support/
H A Dfile-attr-restore3 # apply (at your discretion) the permissions, owner, and group info
16 'owner|o' => \$o_opt,
38 (\S+) \s+ # 5. owner
47 my($type, $perms, $owner, $group, $name) = /$detail_line/;
87 my $uid = $o_opt ? $uid_hash{$owner} : $cur_uid;
89 if ($owner =~ /^\d+$/) {
90 $uid = $owner;
92 $uid = getpwnam($owner);
94 $uid_hash{$owner} = $uid;
114 push(@changes, 'owner') i
[all...]
/macosx-10.10/dtrace-147/libproc/
H A Dlibproc.c99 __block CSSymbolOwnerRef owner = kCSNull; local
100 if (CSSymbolicatorForeachSymbolOwnerWithFlagsAtTime(symbolicator, kCSSymbolOwnerIsAOut, kCSNow, ^(CSSymbolOwnerRef t) { owner = t; }) == 1) {
101 return owner;
108 __block CSSymbolOwnerRef owner = kCSNull; local
109 if (CSSymbolicatorForeachSymbolOwnerWithPathAtTime(symbolicator, name, kCSNow, ^(CSSymbolOwnerRef t) { if (CSIsNull(owner)) owner = t; }) > 0)
110 return owner;
113 if (CSSymbolicatorForeachSymbolOwnerWithNameAtTime(symbolicator, name, kCSNow, ^(CSSymbolOwnerRef t) { if (CSIsNull(owner)) owner = t; }) > 0)
114 return owner;
559 CSSymbolOwnerRef owner = symbolOwnerForName(P->symbolicator, oname); local
686 CSSymbolOwnerRef owner = CSSymbolGetSymbolOwner(symbol); local
774 CSSymbolOwnerRef owner = CSSymbolicatorGetSymbolOwnerWithAddressAtTime(P->symbolicator, addr, kCSNow); local
822 CSSymbolOwnerRef owner = symbolOwnerForName(P->symbolicator, cname); local
842 CSSymbolOwnerRef owner = CSSymbolicatorGetSymbolOwnerWithAddressAtTime(P->symbolicator, addr, kCSNow); local
[all...]

Completed in 175 milliseconds

1234567891011>>