Searched refs:owner (Results 151 - 175 of 222) sorted by relevance

123456789

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
272 (void) printf("owner=/FREE%s", KV_DELIMITER);
274 (void) printf("owner=/ERROR%s", KV_DELIMITER);
276 (void) printf("owner=/FREE%s", KV_DELIMITER);
278 (void) printf("owner=%u%s", fip->fi_stat.st_uid,
597 _newdac(char *file, uid_t owner, gid_t group, o_mode_t mode) argument
602 if (chown(file, owner, group) == -1) {
607 if (chown(file, owner, group) == -1) {
625 err = acl_strip(file, owner, group, (mode_t)mode);
1128 * pass the owner'
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s16 ! information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_attr.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
345 fattr4_owner owner; member in union:nfs4_attr_u
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
589 extern int chownmod(char *path, uid_t owner, gid_t group, mode_t mode);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2308 mDNSlocal void SetupOwnerOpt(const mDNS *const m, const NetworkInterfaceInfo *const intf, rdataOPT *const owner) argument
2310 owner->u.owner.vers = 0;
2311 owner->u.owner.seq = m->SleepSeqNum;
2312 owner->u.owner.HMAC = m->PrimaryMAC;
2313 owner->u.owner.IMAC = intf->MAC;
2314 owner
5840 SendSPSRegistrationForOwner(mDNS *const m, NetworkInterfaceInfo *const intf, const mDNSOpaque16 id, const OwnerOptData *const owner) argument
6104 OwnerOptData owner = zeroOwner; local
7128 ClearKeepaliveProxyRecords(mDNS *const m, const OwnerOptData *const owner, AuthRecord *const thelist, const mDNSInterfaceID InterfaceID) argument
7157 ClearIdenticalProxyRecords(mDNS *const m, const OwnerOptData *const owner, AuthRecord *const thelist) argument
7180 ClearProxyRecords(mDNS *const m, const OwnerOptData *const owner, AuthRecord *const thelist) argument
9979 OwnerOptData owner = zeroOwner; // Need to zero this, so we'll know if this Update packet was missing its Owner option local
[all...]
H A Duds_daemon.c5604 OwnerOptData owner = zeroOwner; local
5612 if (!mDNSPlatformMemSame(&owner, &ar->WakeUp, sizeof(owner)))
5614 owner = ar->WakeUp;
5615 if (owner.password.l[0])
5616 LogMsgNoIdent("Proxying for H-MAC %.6a I-MAC %.6a Password %.6a seq %d", &owner.HMAC, &owner.IMAC, &owner.password, owner.seq);
5617 else if (!mDNSSameEthAddress(&owner
[all...]
/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c169 static OpContext *NewContext( JNIEnv *pEnv, jobject owner, argument
177 jfieldID clientField = (*pEnv)->GetFieldID( pEnv, (*pEnv)->GetObjectClass( pEnv, owner),
180 pContext->JavaObj = (*pEnv)->NewWeakGlobalRef( pEnv, owner); // must convert local ref to global to cache;
181 pContext->ClientObj = (*pEnv)->GetObjectField( pEnv, owner, clientField);
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaclust.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
323 /* If resetting the owner, get the known membership list */
397 meta_mc_log(MC_LOG4, gettext("Setting owner "
401 /* get the current owner id */
405 "mirror owner for %s"),
412 if (ownpar->d.owner == MD_MN_MIRROR_UNOWNED) {
418 * reset owner only if the current owner is
423 * current owner left the membership.
425 if (meta_is_member(NULL, ownpar->d.owner, n
[all...]
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
200 * to 0600 with root as the owner. This prevents a non-root
712 uid_t owner = dv->dv_attr->va_uid; local
714 /* Check access based on owner, group and public permissions. */
715 if (crgetuid(cr) != owner) {
721 return (secpolicy_vnode_access2(cr, DVTOV(dv), owner,
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_ioctl.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
1585 * Called to obtain the current owner of a mirror.
1607 p->d.owner = un->un_mirror_owner;
1691 * mirror owner.
1696 /* Sets node owner of un_rr_dirty record */
1731 * Called to change the owner of a mirror to the specified node. If we
1732 * are not the owner of the mirror, we do nothing apart from update the in-core
1733 * ownership. It can also be used to choose a new owner for the resync of a
1742 * kernel thread which updates the owner info on the originating
1744 * that the owner fiel
[all...]
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
133 "(default is: -t '$file.$n', owner/group/mode taken from log file)\n"\
141 " -o owner new empty log file owner\n"\
582 const char *owner; local
708 /* determine owner, group, mode for empty log file */
714 owner = ownerbuf;
733 docmd(opts, NULL, Chown, owner, fname, NULL);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlsar_svc.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
528 param->owner = NDR_NEW(mxa, struct mslsa_string_desc);
530 if (param->owner == NULL || param->domain == NULL) {
544 (ndr_mstring_t *)param->owner);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
1104 smb_user_t *owner)
1110 SMB_USER_VALID(owner);
1116 if ((tree->t_owner == owner) &&
1102 smb_session_disconnect_owned_trees( smb_session_t *session, smb_user_t *owner) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
972 if (!xdr_bytes(xdrs, (char **)&objp->owner.owner_val,
973 (uint_t *)&objp->owner.owner_len, NFS4_OPAQUE_LIMIT))
984 if (!xdr_bytes(xdrs, (char **)&objp->owner.owner_val,
985 (uint_t *)&objp->owner.owner_len, NFS4_OPAQUE_LIMIT))
1358 if (!xdr_lock_owner4(xdrs, &objp->owner))
1401 if (!xdr_lock_owner4(xdrs, &objp->owner))
1668 if (!xdr_open_owner4(xdrs, &objp->owner))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
4745 if (l->owner == curthread) {
4786 * Then, set the owner field to curthread and
4790 while (l->count > 0 || l->owner != NULL) {
4811 l->owner = curthread;
4834 if (l->owner == curthread) {
4852 * lock. Otherwise, set the owner field to curthread and
4855 if (l->count > 0 || l->owner != NULL) {
4859 l->owner = curthread;
4876 * the last of possibly nested writer locks, then clear the owner
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
2173 dsl_dataset_handoff_check(dsl_dataset_t *ds, void *owner, dmu_tx_t *tx) argument
2180 if (owner != NULL) {
2181 VERIFY3P(ds->ds_owner, ==, owner);
2182 dsl_dataset_long_rele(ds, owner);
2187 if (owner != NULL)
2188 dsl_dataset_long_hold(ds, owner);
2331 * If owner != NULL:
2332 * - The existing dataset MUST be owned by the specified owner at entry
2333 * - Upon return, dataset will still be held by the same owner, whethe
2340 dsl_dataset_rollback(const char *fsname, void *owner, nvlist_t *result) argument
2892 dsl_dataset_clone_swap_check_impl(dsl_dataset_t *clone, dsl_dataset_t *origin_head, boolean_t force, void *owner, dmu_tx_t *tx) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c2638 uint32_t selector, uint16_t flags, struct ntsid *owner,
2664 if (owner) {
2666 off += sidlen(owner);
2683 if (owner)
2684 mb_put_mem(mbp, (caddr_t)owner, sidlen(owner), MB_MSYSTEM);
2637 smbfs_smb_setsec(struct smb_share *ssp, uint16_t fid, struct smb_cred *scrp, uint32_t selector, uint16_t flags, struct ntsid *owner, struct ntsid *group, struct ntacl *sacl, struct ntacl *dacl) argument
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
381 pthread_t owner; /* Thread holding mutex */ member in struct:__anon82
450 if (stat == EBUSY && lc->owner != me)
453 lc->owner = me;
473 if (stat != EBUSY || lc->owner != me)
483 if (lc == 0 || lc->owner != me)
486 lc->owner = 0;
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
567 uid_t owner = dv->sdev_attr->va_uid; local
569 if (crgetuid(cr) != owner) {
575 return (secpolicy_vnode_access2(cr, SDEVTOV(dv), owner,
/illumos-gate/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
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dlsarpc.ndl17 * information: Portions Copyright [yyyy] [name of copyright owner]
350 DWORD owner;
843 OUT struct mslsa_string_desc *owner;
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
126 * owner has subscribed via the informative or critical event sets. Only
361 int spec_type, proc_t *owner, int *errorp);
478 * allowed to make critical. An unprivileged device contract owner has
1191 * create a device contract given template "tmpl" and the "owner" process.
1199 proc_t *owner, int *errorp)
1239 (void) contract_type_pbundle(device_type, owner);
1273 ctd, 0, owner, B_TRUE)) {
1436 * some contract owner(s) didn't respond in time
1551 * owner need
1198 contract_device_create(ctmpl_device_t *dtmpl, dev_t dev, int spec_type, proc_t *owner, int *errorp) argument
[all...]
/illumos-gate/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
690 ((o)->object_class_u.certificate->cert_type_u.x509_attr.owner)
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmisalign.s25 ! information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/tools/scripts/
H A Dxref.mk17 # information: Portions Copyright [yyyy] [name of copyright owner]

Completed in 211 milliseconds

123456789