Searched refs:owner (Results 51 - 75 of 86) sorted by relevance

1234

/osnet-11/usr/src/lib/libsec/common/
H A Daclutils.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
385 * off of the mode argument. After acl has been set owner/group
386 * are updated to match owner,group arguments
389 acl_strip(const char *file, uid_t owner, gid_t group, mode_t mode) argument
415 min_acl[0].a_id = owner;
440 error = chown(file, owner, group);
679 "Missing user/group owner, other, mask entry"));
H A Dacl_lex.l17 * information: Portions Copyright [yyyy] [name of copyright owner]
103 <TS>owner@: {
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java770 public AppleDNSRecord( AppleService owner) argument
772 fOwner = owner;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dthread.h410 perl_cond owner_cond; /* For when owner changes at all */
412 Thread owner; /* Currently owning thread */ member in struct:condpair
418 #define MgOWNER(mg) ((condpair_t *)(mg->mg_ptr))->owner
H A Diperlsys.h675 #define PerlLIO_chown(file, owner, group) \
676 (*PL_LIO->pChown)(PL_LIO, (file), (owner), (group))
728 #define PerlLIO_chown(file, owner, grp) chown((file), (owner), (grp))
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist17 * information: Portions Copyright [yyyy] [name of copyright owner]
41 1 Not owner
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
172 xdr_ypowner_wrap_string(xdrs, &ps->owner)));
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_commit.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
485 pool_resource_t *owner; local
496 owner = pool_get_owning_resource(dyn,
498 if (pool_get_ns_property(TO_ELEM(owner), "name", &val) ==
508 restype = pool_elem_class_string(TO_ELEM(owner));
/osnet-11/usr/src/lib/libipadm/common/
H A Dlibipadm.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
235 const char *owner)
251 if (!i_ipadm_is_owner_valid(owner))
274 if ((owner != NULL) && (strlcpy(iph->ih_owner, owner,
234 ipadm_open(ipadm_handle_t *handle, const char *profile, uint32_t flags, const char *owner) argument
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ami.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
251 struct ami_name *owner; member in struct:ami_keypkg_info
273 struct ami_name *owner; member in struct:ami_tkey
/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c220 static OpContext *NewContext( JNIEnv *pEnv, jobject owner, argument
228 jfieldID clientField = (*pEnv)->GetFieldID( pEnv, (*pEnv)->GetObjectClass( pEnv, owner),
231 pContext->JavaObj = (*pEnv)->NewWeakGlobalRef( pEnv, owner); // must convert local ref to global to cache;
232 pContext->ClientObj = (*pEnv)->GetObjectField( pEnv, owner, clientField);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dlsar_svc.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
532 param->owner = NDR_NEW(mxa, struct mslsa_string_desc);
534 if (param->owner == NULL || param->domain == NULL) {
548 (ndr_mstring_t *)param->owner);
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_op.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
380 pthread_t owner; /* Thread holding mutex */ member in struct:__anon1943
449 if (stat == EBUSY && lc->owner != me)
452 lc->owner = me;
472 if (stat != EBUSY || lc->owner != me)
482 if (lc == 0 || lc->owner != me)
485 lc->owner = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm57 carp "Not owner: $file";
221 second the ownership permissions should be such that only the owner has
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
146 uint32_t owner :1; member in struct:tavor_hw_cqe_s
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
265 cert_attr_t *owner; /* DER encoding of attr cert subject field */ member in struct:x509_attr_cert
698 ((o)->object_class_u.certificate->cert_type_u.x509_attr.owner)
H A DsoftAttributeUtil.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
514 if (x509_attr.owner)
515 if ((rv = copy_cert_attr(x509_attr.owner,
516 &cert->cert_type_u.x509_attr.owner)))
3565 &cert->cert_type_u.x509_attr.owner,
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c926 printf("%s\tOwner SID pointer:\t %p\n", indent, sd->owner);
934 if (sec_desc->owner) {
936 le32_to_cpu(sec_desc->owner)), NULL, 0);
1397 ntfs_log_verbose("\t\tKey owner id:\t\t %u (0x%x)\n",
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
339 setown.d.owner = d->owner;
360 * This is called when a mirror resync has no owner. The master node generates
419 * are simply re-setting the owner id to ensure consistency across
421 * If the flag is reset (B_FALSE) we are requesting a new owner to be
460 * no mirror owner to an owner chosen by the master.
461 * This mesage is only relevant for the new owner, the message will be
499 * If we are the chosen owner, issu
[all...]
/osnet-11/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh20 # information: Portions Copyright [yyyy] [name of copyright owner]
90 * information: Portions Copyright [yyyy] [name of copyright owner]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm377 except for owner and protections (and possibly timestamps;
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
804 char owner[XPROP_MAXOWNERLEN + 1]; local
830 &default_sublists, owner, sizeof (owner)) == 0) {
831 (void) zprop_load_external(hdl, owner,
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h1700 * security descriptor and owner.
1707 /* Right to change the owner in the object's security descriptor. */
1904 * of an owner.
1972 * Self-relative security descriptor. Contains the owner and group SIDs as well
1983 le32 owner; /* Byte offset to a SID representing an object's member in struct:__anon2093
1984 owner. If this is NULL, no owner SID is present in
2006 * Does not contain the owner and group SIDs, nor the sacl and dacl ACLs inside
2021 SID *owner; /* Points to a SID representing an object's owner member in struct:__anon2094
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL802 True if USER is owner of file.
810 True if file's owner is not in password database.
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s21 ! information: Portions Copyright [yyyy] [name of copyright owner]

Completed in 93 milliseconds

1234