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

123456789

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
454 * If the entity is not the owner and does not
1193 uid_t owner, gid_t group, int isdir, int isserver)
1239 dest->a_id = owner;
1258 uid_t owner, gid_t group, int isdir, int isserver)
1291 error = ace4vals_to_aent(&list->user_obj, aent, list, owner, group,
1302 error = ace4vals_to_aent(vals, aent, list, owner, group,
1310 error = ace4vals_to_aent(&list->group_obj, aent, list, owner, group,
1320 error = ace4vals_to_aent(vals, aent, list, owner, group,
1354 error = ace4vals_to_aent(&list->other_obj, aent, list, owner, grou
1192 ace4vals_to_aent(ace4vals_t *vals, aclent_t *dest, ace4_list_t *list, uid_t owner, gid_t group, int isdir, int isserver) argument
1257 ace4_list_to_aent(ace4_list_t *list, aclent_t **aclentp, int *aclcnt, uid_t owner, gid_t group, int isdir, int isserver) argument
1377 ln_ace4_to_aent(nfsace4 *ace4, int n, uid_t owner, gid_t group, aclent_t **aclentp, int *aclcnt, aclent_t **dfaclentp, int *dfaclcnt, int isdir, int isserver) argument
1588 vs_ace4_to_aent(vsecattr_t *vs_ace4, vsecattr_t *vs_aent, uid_t owner, gid_t group, int isdir, int isserver) argument
1751 ace4_to_acet(nfsace4 *nfsace4, ace_t *ace, uid_t owner, gid_t group, int isserver) argument
1971 vs_ace4_to_acet(vsecattr_t *vs_ace4, vsecattr_t *vs_acet, uid_t owner, gid_t group, int isserver) argument
[all...]
H A Dnfs4_attr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
91 if (*errorp = nfs_idmap_uid_str(vap->va_uid, &nap->owner,
180 if (*errorp = nfs_idmap_uid_str(vap->va_uid, &nap->owner,
357 RNDUP(na[attrcnt].owner.utf8string_len);
420 if (uid_attr != -1 && na[uid_attr].owner.utf8string_val != NULL) {
421 kmem_free(na[uid_attr].owner.utf8string_val,
422 na[uid_attr].owner.utf8string_len);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c61 char *owner; local
87 ** envelope <> can't be sent to mailing lists, only owner-
88 ** send spam of this type to owner- of the list
94 /* Look for owner of alias */
95 (void) sm_strlcpyn(obuf, sizeof(obuf), 2, "owner-", a->q_user);
166 ** Look for owner of alias
169 if (strncmp(a->q_user, "owner-", 6) == 0 ||
171 (void) sm_strlcpy(obuf, "owner-owner", sizeof(obuf));
173 (void) sm_strlcpyn(obuf, sizeof(obuf), 2, "owner
[all...]
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
554 if (p->owner != (*ad)) {
687 if (adh->owner == ad)
712 if (adh != NULL && adh->owner == ad && adh->ld != NULL &&
717 if (adh->owner == ad)
748 if (adh->owner == NULL)
754 /* Free this host if its owner no longer exists. */
775 if (p->owner != ad)
791 new->owner = ad;
839 if ((*p)->owner !
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh18 # information: Portions Copyright [yyyy] [name of copyright owner]
101 # $5 ctrl which is to determine allow or deny according to owner/group bit
123 # Determine ACE as per owner/group bit
221 # $1 bit indicates whether owner/group bit
278 prefix="owner@"
338 # same UID as the owner of the file or directory.
340 # no greater than owner permission bits.
371 owner@)
383 owner=$(get_owner $node)
385 if [[ $acltemp == $owner ]]; the
[all...]
H A Dzfs_acl_chmod_rwacl_001_pos.ksh18 # information: Portions Copyright [yyyy] [name of copyright owner]
36 # Verify assigned read_acl/write_acl to owner@/group@/everyone@,
42 # 2. Verify owner always can read and write acl, even deny.
88 chgusr_exec $user chmod A0+owner@:read_data:allow $node
116 chmod A0+owner@:read_acl/write_acl:$acc $node
/illumos-gate/usr/src/lib/librstp/common/
H A Dport.h72 struct stpm_t* owner; /* Bridge, that this port belongs to */ member in struct:port_t
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dsimplefileattributetree1.sh19 # information: Portions Copyright [yyyy] [name of copyright owner]
104 compound out.owner=(
/illumos-gate/usr/src/lib/libtnfctl/
H A Dsparc_assm.s21 ! information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Q_get_rp_rd.S23 ! information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dbrk.s18 ! information: Portions Copyright [yyyy] [name of copyright owner]
H A Dcerror.s18 ! information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypsym.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
117 extern bool ypget_map_master(char **owner, DBM *fdb);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.copyoutbadaddr.ksh17 * information: Portions Copyright [yyyy] [name of copyright owner]
H A Derr.copyoutstrbadaddr.ksh17 * information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_main_cmn.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
213 id_t owner; local
223 owner = msinfo->swms_timers[slot].swt_ownerid;
224 if (!SUBIDVALID(msinfo, owner))
228 sip = subinfo[ID2IDX(owner)];
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s17 * information: Portions Copyright [yyyy] [name of copyright owner]
439 ldn [%o0], %o1 ! get the owner field
458 ldn [%o0], %o1 ! get the owner field
462 ldn [%o1+T_CPU], %o2 ! get owner->t_cpu
463 ldn [%o2+CPU_THREAD], %o3 ! get owner->t_cpu->cpu_thread
465 cmp %o1, %o3 ! owner == running thread?
470 mov %g0, %o0 ! return 0 (owner not running)
473 mov %o2, %o0 ! owner running, return cpu
504 or THREAD_REG, RW_WRITE_LOCKED, %o5 ! delay: %o5 = owner
567 or THREAD_REG, RW_WRITE_LOCKED, %o4 ! delay: %o4 = owner
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c786 char *owner, *group; local
819 owner = cp;
823 error("recvf: owner name not delimited\n");
874 if (chog(target, owner, group, mode) == 0)
1033 if (chog(new, owner, group, mode) < 0) {
1160 * Change owner, group and mode of file.
1163 chog(file, owner, group, mode)
1164 char *file, *owner, *group;
1184 if (*owner == ':') {
1185 uid = atoi(owner
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dputcfile.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
137 if (fputs(a_ept->ainfo.owner, a_fp) == EOF) {
238 * /dir d class mode owner group SUNWxxx SUNWyyy
239 * /devices/name c class major minor mode owner group SUNWxxx
240 * /file f class mode owner group size cksum modtime SUNWxxx
241 * /file x class mode owner group SUNWppro
242 * /file v class mode owner group size cksum modtime SUNWxxx
243 * /file e class mode owner group size cksum modtime SUNWxxx
312 /* if dxcbpfve, write out mode, owner, group */
324 /* owner */
[all...]
H A Dverify.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
781 /* get password entry for specified owner */
782 if (setval || strcmp(ainfo->owner, BADOWNER) == 0) {
785 (void) strcpy(ainfo->owner, pwd->pw_name);
792 } else if ((pwd = cpwnam(ainfo->owner)) == NULL) {
794 reperr(pkg_gt(ERR_BADUSRNM), ainfo->owner);
798 /* get owner name for actual UID */
808 reperr(pkg_gt(ERR_OWNER), ainfo->owner,
/illumos-gate/usr/src/lib/libbsm/
H A Dmkhdr.sh18 # information: Portions Copyright [yyyy] [name of copyright owner]
48 * information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/cmd/rpcbind/
H A Dpmap_svc.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
172 char owner[64]; local
186 rpcbreg.r_owner = getowner(xprt, owner);
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A DMakefile.4.x18 # information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dfiles.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
68 chownmod(char *path, uid_t owner, gid_t group, mode_t mode) argument
72 if ((rc = Chown(path, owner, group)) == 0)
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c447 char qbuf[sizeof "255.255.255.255.in-addr.arpa"], owner[MAXDNAME]; local
490 int n = dn_expand(ansbuf, eom, cp, owner, sizeof owner);
492 if (n < 0 || !maybe_dnok(pvt->res, owner))
504 ns_samename(qbuf, owner) == 1) {

Completed in 108 milliseconds

123456789