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

123456789

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c40 * user id for authentication purposes will be the owner of this
58 #define SPECIAL 04100 /* setuid execute only by owner */
119 * version of THISPROG copied into /tmp, with the owner,
344 static void setids(int mode,int owner,int group) argument
351 * is not set, the value for owner that is passsed should be correct.
353 setreuid(ruserid,owner);
364 static void setids(int mode,uid_t owner,gid_t group) argument
426 if((mode & S_ISUID) && owner && setuid(owner) < 0)
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
351 * If the entity is not the owner and does not
1047 uid_t owner, gid_t group, boolean_t isdir)
1070 dest->a_id = owner;
1087 uid_t owner, gid_t group, boolean_t isdir)
1125 error = acevals_to_aent(&list->user_obj, aent, list, owner, group,
1139 error = acevals_to_aent(vals, aent, list, owner, group,
1150 error = acevals_to_aent(&list->group_obj, aent, list, owner, group,
1163 error = acevals_to_aent(vals, aent, list, owner, group,
1200 error = acevals_to_aent(&list->other_obj, aent, list, owner, grou
1046 acevals_to_aent(acevals_t *vals, aclent_t *dest, ace_list_t *list, uid_t owner, gid_t group, boolean_t isdir) argument
1086 ace_list_to_aent(ace_list_t *list, aclent_t **aclentp, int *aclcnt, uid_t owner, gid_t group, boolean_t isdir) argument
1265 ln_ace_to_aent(ace_t *ace, int n, uid_t owner, gid_t group, aclent_t **aclentp, int *aclcnt, aclent_t **dfaclentp, int *dfaclcnt, boolean_t isdir) argument
1462 convert_ace_to_aent(ace_t *acebufp, int acecnt, boolean_t isdir, uid_t owner, gid_t group, aclent_t **retaclentp, int *retaclcnt) argument
1504 acl_translate(acl_t *aclp, int target_flavor, boolean_t isdir, uid_t owner, gid_t group) argument
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmkpkgmap.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
105 extern void attrpreset(int mode, char *owner, char *group);
277 if (strcmp(entry.ainfo.owner, NOOWNER) == 0) {
278 (void) strlcpy(entry.ainfo.owner, CUROWNER,
279 sizeof (entry.ainfo.owner));
294 entry.ainfo.owner,
300 entry.ainfo.owner,
503 * This function reads the default mode, owner and group from the prototype
511 char owner[ATRSIZ+1], group[ATRSIZ+1], attrib_save[(4*ATRSIZ)]; local
546 (void) strncpy(owner, owner_pt
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
435 utf8string owner, group; local
444 owner.utf8string_len = group.utf8string_len = 0;
445 owner.utf8string_val = group.utf8string_val = NULL;
1215 * owner string since the length is indeterminate.
1220 va.va_uid, &owner, TRUE);
1226 if (owner.utf8string_len != 0) {
1227 kmem_free(owner.utf8string_val,
1228 owner.utf8string_len);
1229 owner
[all...]
H A Dnfs4_client_state.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
94 * Removes the lock owner from the rnode's lock_owners list and frees the
175 * Frees the open owner if the ref count hits zero.
187 "open_owner_rele: freeing open owner"));
191 * Ok, we don't destroy the open owner, nor do we put it on
233 /* now see if we need to destroy the open owner */
258 * Frees the lock owner if the ref count hits zero and
271 "lock_owner_rele: freeing lock owner: "
294 * This increments the open owner ref count if found.
321 /* reactivate the open owner */
873 nfs4_set_new_lock_owner_args(lock_owner4 *owner, pid_t pid) argument
894 nfs4_setlockowner_args(lock_owner4 *owner, rnode4_t *rp, pid_t pid) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
905 * uid of owner of vnode
928 secpolicy_vnode_access(const cred_t *cr, vnode_t *vp, uid_t owner, mode_t mode) argument
939 if (owner == 0 && cr->cr_uid != 0)
968 secpolicy_vnode_access2(const cred_t *cr, vnode_t *vp, uid_t owner, argument
1002 if (owner == 0 && cr->cr_uid != 0)
1033 secpolicy_vnode_any_access(const cred_t *cr, vnode_t *vp, uid_t owner) argument
1046 if (owner == cr->cr_uid)
1065 /* We know here that if owner == 0, that cr_uid != 0 */
1066 allzone = owner
1084 secpolicy_vnode_setid_modify(const cred_t *cr, uid_t owner) argument
1138 secpolicy_vnode_chown(const cred_t *cred, uid_t owner) argument
1199 secpolicy_vnode_setdac(const cred_t *cred, uid_t owner) argument
1233 secpolicy_vnode_owner(const cred_t *cr, uid_t owner) argument
1296 secpolicy_xvattr(xvattr_t *xvap, uid_t owner, cred_t *cr, vtype_t vtype) argument
1564 secpolicy_rsm_access(const cred_t *cr, uid_t owner, mode_t mode) argument
[all...]
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dstart_float.s23 ! information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A D_exit.s18 ! information: Portions Copyright [yyyy] [name of copyright owner]
H A Dgetppid.s23 ! information: Portions Copyright [yyyy] [name of copyright owner]
H A Dpipe.s22 ! information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/lib/libbc/libc/yp/
H A Dypv1_prot.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
93 #define ypget_req_owner yp_reqbody.yp_req_map_parmstype.owner
133 #define yppoll_resp_owner yp_respbody.yp_resp_map_parmstype.owner
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_map.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
112 ypget_map_master(char **owner, DBM *fdb) argument
133 *owner = map_owner;
H A Dypv1_prot.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
89 #define ypget_req_owner yp_reqbody.yp_req_map_parmstype.owner
119 #define yppoll_resp_owner yp_respbody.yp_resp_map_parmstype.owner
/illumos-gate/usr/src/lib/librstp/common/
H A Drolesel.c154 stpm = this->owner.stpm;
201 stpm = this->owner.stpm;
323 stpm = this->owner.stpm;
361 stpm = s->owner.stpm;
H A Dport.c61 this->owner = stpm;
172 stpm = this->owner;
215 this->port_name, this->owner->name,
/illumos-gate/usr/src/lib/libpkg/common/
H A Dppkgmap.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
88 if (fprintf(fp, " %s %s", ept->ainfo.owner, ept->ainfo.group) <
H A Dgpkgmap.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
81 * These determine how gpkgmap() deals with mode, owner and group defaults.
82 * It is assumed that the owner and group arguments represent static fields
86 attrpreset(int mode, char *owner, char *group) argument
89 d_owner = owner;
103 * mode, owner and group. Path is evaluated at a higher level based upon
130 * owner and group.
148 (void) strcpy(ept->ainfo.owner, d_owner);
336 /* owner & group should be here */
338 ept->ainfo.owner))
[all...]
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s22 / information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh17 * information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_impl.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
99 struct adutils_ad *owner; /* ad_t to which this belongs */ member in struct:adutils_host
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
153 char *owner; member in struct:lock_manager_pid_list::__anon6823::__anon6824
161 #define lmpl_owner un._own.owner
172 kthread_t *owner; member in struct:nfs_rwlock
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
106 char owner[64]; local
108 *result = map_set(regp, getowner(rqstp->rq_xprt, owner));
116 map_set(RPCB *regp, char *owner) argument
178 a->r_owner = strdup(owner);
207 char owner[64]; local
209 *result = map_unset(regp, getowner(rqstp->rq_xprt, owner));
217 map_unset(RPCB *regp, char *owner) argument
224 if (owner == NULL)
242 * if superuser or the owner itsel
1579 getowner(SVCXPRT *transp, char *owner) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
81 static void mach_get_platform(int owner);
867 mach_get_platform(int owner) argument
876 clt_opsp = (void **)mach_set[owner];
877 if (mach_ver[owner] == (ushort_t)PSM_INFO_VER01)
880 else if (mach_ver[owner] == (ushort_t)PSM_INFO_VER01_1)
884 else if (mach_ver[owner] == (ushort_t)PSM_INFO_VER01_2)
888 else if (mach_ver[owner] == (ushort_t)PSM_INFO_VER01_3)
892 else if (mach_ver[owner] == (ushort_t)PSM_INFO_VER01_4)
896 else if (mach_ver[owner]
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgobjmap.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
626 if (strcmp(ept2->ainfo.owner, "?") == 0)
627 (void) strlcpy(ept2->ainfo.owner, ept1->ainfo.owner,
628 sizeof (ept2->ainfo.owner));
629 if (strcmp(ept1->ainfo.owner, ept2->ainfo.owner) &&
630 strcmp(ept1->ainfo.owner, "?"))
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_tkr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
500 char *owner = NULL; local
539 i = own_set(sp, &owner, (flags & TAKE_FORCE), ep);
541 if (owner != NULL)
542 Free(owner);
547 (void) mddserror(ep, MDE_DS_NOTOWNER, sp->setno, owner, NULL,
549 if (owner != NULL)
550 Free(owner);
554 if (owner != NULL) {
555 Free(owner);
[all...]

Completed in 108 milliseconds

123456789