Searched defs:permission (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | test.c | 62 #define permission(a,f) (sh_access(a,f)==0) macro 317 return(permission(arg, R_OK)); 319 return(permission(arg, W_OK)); 321 return(permission(arg, X_OK)); 412 return(permission(arg, F_OK)); 560 /* can't use access function for execute permission with root */ 594 /* root needs execute permission for someone */
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pm.c | 314 int permission; /* SU, GU, or CHECKPERMS */ member in struct:pm_cmd_info 323 * Returns true if permission granted by credentials 369 * command, name, supported, str_type, inargs, diptype, deptype, permission 984 if (!pm_perms(pcip->permission, pmstp->pm_cred[clone])) {
|
/illumos-gate/usr/src/uts/common/sys/rsm/ |
H A D | rsm_in.h | 149 mode_t rsmrc_mode; /* access permission */ 404 rsm_permission_t permission; member in struct:republish_token
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 666 "find: -perm: Bad permission string\n")); 1657 #define permission(who, type) ((type) >> permoffset(who)) macro 1669 * Each line below contains the relevant permission (column 1) and character 1742 int is_exec = stp->st_mode & permission(who, S_IEXEC)? 1 : 0; 1744 if (stp->st_mode & permission(who, S_IREAD)) 1749 if (stp->st_mode & permission(who, S_IWRITE)) 1904 ushort_t p_who; /* Range of permission (e.g. ugo) */ 2124 * Return the permission bits implied by this character or 0
|
/illumos-gate/usr/src/uts/common/io/rsm/ |
H A D | rsm.c | 3113 rsm_permission_t permission; local 3225 * The default permission of a node which was in the old 3228 permission = 0; 3232 * default permission will be owner creation umask 3235 permission = seg->s_mode; 3244 rsm_send_republish(key, tmp_acl, tmp_acl_len, permission); 4107 * find the importer and update the permission in the shared 5692 rsm_permission_t permission; local 5699 * the old acl a access permission of 0 is sent. 5712 permission [all...] |
Completed in 96 milliseconds