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

123456789

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c201 ** pid -- pid of owner, should be a unique id to avoid misinterpretations
6599 ** owner -- is this the owner of semaphores?
6615 init_sem(owner)
6616 bool owner;
6620 SemId = sm_sem_start(SemKey, 1, 0, owner);
6628 if (owner && RunAsUid != 0)
6647 ** owner -- is this the owner of semaphores?
6656 stop_sem(owner)
[all...]
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
386 * off of the mode argument. After acl has been set owner/group
387 * are updated to match owner,group arguments
390 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"));
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
118 * if there are only the three owner/group/other then do not
305 * an "owner", "group", and "other" acl
644 uid_t owner; local
662 owner = sp->aowner->acl_ic_who;
663 if (uid == owner) {
664 return (MODE_CHECK(owner, mode, (sp->aowner->acl_ic_perm << 6),
674 return (MODE_CHECK(owner, mode,
688 return (MODE_CHECK(owner, mode, (gperm << 6), cr, ip));
704 return (MODE_CHECK(owner, mod
[all...]
/illumos-gate/usr/src/uts/common/io/warlock/
H A Dddi_dki_comm.inc17 * information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java733 public AppleDNSRecord( AppleService owner) argument
735 fOwner = owner;
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
176 xdr_ypowner_wrap_string(xdrs, &ps->owner)));
/illumos-gate/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));
/illumos-gate/usr/src/cmd/vi/port/
H A Dovdoprnt.s21 # information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dinstallf.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
254 (void) strncpy(ept->ainfo.owner, argv[n++], ATRSIZ);
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dckentry.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
91 mapvar(2, ept->ainfo.owner);
/illumos-gate/usr/src/tools/protocmp/
H A Dproto_list.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
88 error("bad owner", lc);
176 (void) strcpy(e->owner, v[OWNR]);
/illumos-gate/usr/src/uts/common/sys/
H A Dfbio.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
120 int owner; /* PID of owner, 0 if myself */ member in struct:fbgattr
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
599 uintptr_t owner; local
608 if ((owner = (uintptr_t)MUTEX_OWNER(&mtx)) == NULL)
611 if (mdb_vread(&thr, sizeof (thr), owner) != -1)
612 (void) wsp->walk_callback(owner, &thr, wsp->walk_cbdata);
966 { "mutex_owner", "walks the owner of a mutex",
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
820 lock_owner4 owner; member in struct:LOCK4denied
837 lock_owner4 owner; member in struct:LOCKT4args
964 open_owner4 owner; member in struct:OPEN4args
985 open_owner4 owner; member in struct:OPEN4cargs
/illumos-gate/usr/src/boot/include/isofs/cd9660/
H A Diso.h194 u_char owner [ISODCL (1, 4)]; /* 723 */ member in struct:iso_extended_attributes
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
184 * of owner/group, mode, size, atime/mtime.
979 /* make sure we have correct owner/group */
2059 error = nfs_idmap_uid_str(sarg->vap->va_uid, &na->owner, TRUE);
2074 * side SETATTR of 'owner' when a "user@domain" mapping cannot
2084 error = nfs_idmap_str_uid(&na->owner, &sarg->vap->va_uid, TRUE);
2122 error = nfs_idmap_str_uid(&na->owner, &uid, TRUE);
2135 if (na->owner.utf8string_val) {
2136 UTF8STRING_FREE(na->owner)
2137 bzero(&na->owner, sizeo
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_proc.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
418 newreq.map_parms.owner,
450 oldreq.map_parms.owner,
1220 * order number is filled in iff it's in the map. owner is filled in
1230 char *owner = ""; local
1262 ypget_map_master(&owner, fdb);
1279 resp.yppoll_resp_owner = owner;
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs17 * information: Portions Copyright [yyyy] [name of copyright owner]
77 Allows a process to change a file's owner user ID.
130 Allows a process which is not the owner of a file or directory
132 only for the file owner: modify that file's access and
195 Additional restrictions apply if the owner of the object has uid 0
200 Allows a process which is not the owner of a System
204 Additional restrictions apply if the owner of the object has uid 0
401 filesystem operations needs to have read/write/owner
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c423 length += mDNS_snprintf(buffer+length, RemSpc, " Vers %d", opt->u.owner.vers);
424 length += mDNS_snprintf(buffer+length, RemSpc, " Seq %3d", (mDNSu8)opt->u.owner.seq); // Display as unsigned
425 length += mDNS_snprintf(buffer+length, RemSpc, " MAC %.6a", opt->u.owner.HMAC.b);
428 length += mDNS_snprintf(buffer+length, RemSpc, " I-MAC %.6a", opt->u.owner.IMAC.b);
430 length += mDNS_snprintf(buffer+length, RemSpc, " Password %.6a", opt->u.owner.password.b);
2334 *ptr++ = opt->u.owner.vers;
2335 *ptr++ = opt->u.owner.seq;
2336 mDNSPlatformMemCopy(ptr, opt->u.owner.HMAC.b, 6); // 6-byte Host identifier
2340 mDNSPlatformMemCopy(ptr, opt->u.owner.IMAC.b, 6); // 6-byte interface MAC
2344 mDNSPlatformMemCopy(ptr, opt->u.owner
[all...]
/illumos-gate/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
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist18 * information: Portions Copyright [yyyy] [name of copyright owner]
40 1 Not owner
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
2844 findlocks_owner(uintptr_t addr, const void *data, void *owner) argument
2846 *((uintptr_t *)owner) = addr;
2935 uintptr_t owner = NULL; local
2939 findlocks_owner, &owner, addr + offs) == -1) {
2944 * Check to see if the owner is a thread.
2946 if (owner == NULL || (node = typegraph_search(owner)) == NULL)
2960 if (fl->fl_thread != NULL && owner != fl->fl_thread)
2986 found->fnd_owner = owner;
[all...]
/illumos-gate/usr/src/cmd/install.d/
H A Dinstall.sh19 # information: Portions Copyright [yyyy] [name of copyright owner]
180 $ECHO new owner is $OWNER
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
774 * If a upimutex object exists, it must have an owner.
825 * setting the wait bit: since the owner has to grab the upib_lock
829 * owner could acquire the upib_lock, and the tc_lock, to call
869 * is valid, since its owner is deadlocked with curthread.
941 * spuriously, the owner (say Tdead) has died, marked
945 * with the owner-dead event.
997 * If the lock is not held, or the owner is not curthread, return
1026 * Set the owner and ownerpid fields of a user-level mutex. Note, this function
1032 set_owner_pid(lwp_mutex_t *lp, uintptr_t owner, pid_ argument
1148 lwp_mutex_timedlock(lwp_mutex_t *lp, timespec_t *tsp, uintptr_t owner) argument
3031 lwp_mutex_trylock(lwp_mutex_t *lp, uintptr_t owner) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
1562 uintptr_t owner; local
1571 if ((owner = (uintptr_t)MUTEX_OWNER(&mtx)) == NULL)
1574 if (mdb_vread(&thr, sizeof (thr), owner) != -1)
1575 (void) wsp->walk_callback(owner, &thr, wsp->walk_cbdata);
1603 { "mutex_owner", "walks the owner of a mutex",

Completed in 181 milliseconds

123456789