Searched refs:mode_t (Results 1 - 25 of 43) sorted by relevance

12

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_mode_t.h30 typedef __darwin_mode_t mode_t; typedef
/darwin-on-arm/xnu/libsyscall/wrappers/legacy/
H A Dopen.c33 int __open_nocancel(const char *path, int flags, mode_t mode);
42 mode_t mode = 0;
47 // compiler warns to pass int (not mode_t) to va_arg
/darwin-on-arm/xnu/libsyscall/wrappers/unix03/
H A Dchmod.c32 extern int __chmod(const char *path, mode_t mode);
41 chmod(const char *path, mode_t mode)
H A Dfchmod.c32 extern int __fchmod(int fd, mode_t mode);
41 fchmod(int fd, mode_t mode)
/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_ipc.c106 mode_t mode_owner = (perm->mode & S_IRWXU);
107 mode_t mode_group = (perm->mode & S_IRWXG) << 3;
108 mode_t mode_world = (perm->mode & S_IRWXO) << 6;
/darwin-on-arm/xnu/bsd/sys/
H A Dipc.h85 * [XSI] The uid_t, gid_t, mode_t, and key_t types SHALL be defined as
99 typedef __darwin_mode_t mode_t; typedef
127 mode_t mode; /* [XSI] Read/write permission */
147 mode_t mode; /* Read/Write permission */
H A Dposix_sem.h59 mode_t psem_mode;
H A Dposix_shm.h59 mode_t pshm_mode;
H A Dstat.h90 * [XSI] The blkcnt_t, blksize_t, dev_t, ino_t, mode_t, nlink_t, uid_t,
122 typedef __darwin_mode_t mode_t; typedef
164 mode_t st_mode; /* inode protection mode */
211 mode_t st_mode; /* [XSI] Mode of file (see below) */ \
240 mode_t st_mode; /* [XSI] Mode of file (see below) */
289 mode_t st_mode; /* [XSI] Mode of file (see below) */
322 mode_t st_mode; /* [XSI] Mode of file (see below) */
354 mode_t st_mode; /* [XSI] Mode of file (see below) */
386 mode_t st_mode; /* [XSI] Mode of file (see below) */
432 * [XSI] The following are symbolic names for the values of type mode_t
[all...]
H A Dvstat.h53 mode_t vst_mode; /* inode protection mode */
H A Dfcntl.h91 typedef __darwin_mode_t mode_t; typedef
349 * [XSI] The symbolic names for file modes for use as values of mode_t
559 mode_t o_mode; /* same as open(2) */
572 mode_t o_mode;
578 mode_t o_mode;
614 int creat(const char *, mode_t) __DARWIN_ALIAS_C(creat);
H A Dmman.h85 * [various] The mode_t, off_t, and size_t types shall be defined as
89 typedef __darwin_mode_t mode_t; typedef
H A Dspawn_internal.h182 mode_t psfao_mode; /* mode for open */
H A Dcprotect.h176 uint32_t input_class, uint32_t fileid, mode_t cmode);
H A Dtypes.h152 typedef __darwin_mode_t mode_t; typedef
H A Dvnode.h590 mode_t va_mode; /* posix permissions */
1871 int vaccess(mode_t file_mode, uid_t uid, gid_t gid,
1872 mode_t acc_mode, kauth_cred_t cred);
H A Dkauth.h213 extern int posix_cred_access(kauth_cred_t cred, id_t object_uid, id_t object_gid, mode_t object_mode, mode_t mode_req);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_mount.h58 mode_t hfs_mask; /* mask to be applied for hfs perms (standard HFS only) */
H A Dhfs_attrlist.h99 mode_t obj_mode, struct mount *mp,
H A Dhfs.h177 mode_t hfs_dir_mask; /* mask to and with directory protection bits */
178 mode_t hfs_file_mask; /* mask to and with file protection bits */
702 extern int hfs_access(struct vnode *, mode_t, kauth_cred_t, struct proc *);
H A Dhfs_catalog.h86 mode_t ca_mode; /* file access mode and type (16 bits) */
H A Dhfs_search.c100 mode_t mask;
1256 searchInfo->mask = *((mode_t *)attributeBuffer);
1257 attributeBuffer = (mode_t *)attributeBuffer + 1;
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_private.h128 mode_t vn_mode;
190 mode_t pipc_mode;
232 mode_t ar_arg_mode;
H A Daudit.h206 void audit_arg_mode(struct kaudit_record *ar, mode_t mode);
238 gid_t gid, mode_t mode);
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_mmap_rd.c173 cp(char* src, char* dst, mode_t mode)

Completed in 175 milliseconds

12