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

123456789

/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl17 * information: Portions Copyright [yyyy] [name of copyright owner]
615 struct mslm_sid *owner;
H A Dsamrpc.ndl17 * information: Portions Copyright [yyyy] [name of copyright owner]
219 struct samr_sid *owner;
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
724 * Keep pulling entries from the EQ until we find an entry owner by
981 * ownership to hardware ("owner" bit set to HW). This is in
1037 eqc_entry.owner = TAVOR_HW_OWNER;
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
111 kthread_t *owner; member in struct:loadmt
2636 pm_borrow_lock(ltp->owner);
3415 lt.owner = curthread;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
132 lock_owner4 *slo = &sres->LOCK4res_u.denied.owner;
133 lock_owner4 *dlo = &dres->LOCK4res_u.denied.owner;
144 lock_owner4 *lo = &res->LOCK4res_u.denied.owner;
2037 /* Remove open owner from client's lists of open owners */
2046 /* Free the last reply for this lock owner */
2059 /* Free the lock owner id */
2114 /* Insert openowner into client's open owner list */
2244 /* Free the lock owner id */
2626 /* Attached the supplied lock owner */
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
3390 struct _kthread *owner; local
3402 owner = rwst_owner(&vpvfsentry->ve_lock);
3405 return (owner);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h948 union { LLQOptData llq; mDNSu32 updatelease; OwnerOptData owner; TracerOptData tracer; } u; member in union:__anon50
955 // Owner rdata 12-24 bytes (opt 2, len 2, owner 8-20)
979 (O)->opt == kDNSOpt_Owner ? DNSOpt_Owner_Space(&(O)->u.owner.HMAC, &(O)->u.owner.IMAC) : 0x10000)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
2527 * Also, if we are the owner don't bother, since owner should
4014 uid_t owner; local
4079 owner = zfs_fuid_map_id(zfsvfs, szp->z_uid, cr, ZFS_OWNER);
4080 if (owner != crgetuid(cr) && secpolicy_basic_link(cr) != 0) {
H A Ddmu_send.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
3268 dmu_recv_end(dmu_recv_cookie_t *drc, void *owner) argument
3272 drc->drc_owner = owner;
/illumos-gate/usr/src/cmd/lvm/rpc.metad/
H A Dmetad_svc_subr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
5289 * reset mirror owner for mirrors owned by deleted
5339 /* get the current owner id */
5343 "Unable to get mirror owner for %s/%s"),
5349 if (ownpar->d.owner == MD_MN_MIRROR_UNOWNED) {
5354 * reset owner only if the current owner is
5358 if (ownpar->d.owner == node_id[i]) {
5364 "Unable to reset mirror owner for"
5415 * RPC service routine to reset the mirror owner fo
[all...]
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
10939 uint_t owner; /* set to 1 if using hblk_reserve */ local
11047 owner = (hblk_reserve_thread == curthread) ? 1 : 0;
11049 if (owner && size == TTE8K) {
11057 * by owner of hblk_reserve.
11067 ASSERT(!owner);
11078 * if we are the owner of hblk_reserve,
11111 owner = 1;
11170 ASSERT(owner);
11173 owner
[all...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
440 *Own_p, /* New owner login id string */
6060 msg(EPOST, "cpio: %s: owner not changed", nam);
6081 * times, change the owner and change the modes of the file.
6245 * Change the owner, time, and mode to those of the file
6558 case 'R': /* change owner/group of files */
9697 fchownat(int fd, char *name, uid_t owner, gid_t group, int flag) argument
9700 return (lchown(name, owner, group));
9702 return (chown(name, owner, group));
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
2478 DBG_PRINTF((category, RSM_ERR, "rsm_rebind: Not owner\n"));
2816 /* use default owner creation umask */
3126 "rsm_republish: Not owner\n"));
3232 * default permission will be owner creation umask
6066 rsm_access(uid_t owner, gid_t group, int perm, int mode, const struct cred *cr) argument
6070 if (crgetuid(cr) != owner) {
6081 return (secpolicy_rsm_access(cr, owner, mode));
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
8539 fchownat(int fd, const char *name, uid_t owner, gid_t group, int flag) argument
8542 return (lchown(name, owner, group));
8544 return (chown(name, owner, group));
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mirror.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
1089 /* print mirror owner for multi-node metadevice */
1104 node_name = get_node_name(ownpar.d.owner, ep);
H A Dmeta_sp.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
4442 * progress. To close this window we force an owner change to occur
6273 ownpar->d.owner,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
737 * owner_len + owner + value_len + value
1282 /* owner_len + owner */
1780 /* owner */
1782 &cert->cert_type_u.x509_attr.owner,
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh18 # information: Portions Copyright [yyyy] [name of copyright owner]
270 owner, group, and file mode.
1546 # information: Portions Copyright [yyyy] [name of copyright owner]
2323 # information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/head/
H A Dmeta.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
1987 set_t setno, uint_t mnum, uint_t owner,
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
3029 * Update the owner, group, mode and acl on the specified dev (inpath) for
3034 zonecfg_devperms_apply(zone_dochandle_t hdl, const char *inpath, uid_t owner, argument
3057 if (chown(path, owner, group) == -1)
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
1993 * Allocate mutexes for mirror-owner and resync-owner changes.
1994 * All references to the owner message state field must be guarded
3597 * version that was committed to disk when the previous mirror owner
3665 * Called to issue RPC request to become the owner of the mirror
3687 * If we're already the mirror owner we do not need to send a message
3689 * If we've already sent the request to become owner we requeue the
3745 msg->owner = md_mn_mynode_id;
3767 * Successfully changed owner, rerea
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
410 * Record block may be written by different nodes in a multi-owner diskset
2584 * When writeoptrecord is called, the node that is the owner of this record
2587 * the record owner node is guaranteed to already have an updated
2611 int rec_owner; /* Is node owner of record? */
2655 * If a MN diskset then check the owner of optimized record.
2657 * no owner of the record, then the master can write the
2670 * is always the record owner and always the master.
2676 * If this node is the record owner, write out record.
3068 * by the record owner
[all...]

Completed in 342 milliseconds

123456789