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

12

/macosx-10.5.8/xnu-1228.15.4/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
125 mode_t mode; /* [XSI] Read/write permission */
145 mode_t mode; /* Read/Write permission */
H A Dstat.h89 * [XSI] The blkcnt_t, blksize_t, dev_t, ino_t, mode_t, nlink_t, uid_t,
121 typedef __darwin_mode_t mode_t; typedef
163 mode_t st_mode; /* inode protection mode */
210 mode_t st_mode; /* [XSI] Mode of file (see below) */ \
239 mode_t st_mode; /* [XSI] Mode of file (see below) */
287 mode_t st_mode; /* [XSI] Mode of file (see below) */
318 mode_t st_mode; /* [XSI] Mode of file (see below) */
361 * [XSI] The following are symbolic names for the values of type mode_t. They
518 int chmod(const char *, mode_t) __DARWIN_ALIAS(chmod);
519 int fchmod(int, mode_t) __DARWIN_ALIA
[all...]
H A Dposix_sem.h59 mode_t psem_mode;
H A Dposix_shm.h59 mode_t pshm_mode;
H A Dvstat.h53 mode_t vst_mode; /* inode protection mode */
H A Dfcntl.h88 typedef __darwin_mode_t mode_t; typedef
275 * [XSI] The symbolic names for file modes for use as values of mode_t
454 mode_t o_mode; /* same as open(2) */
467 mode_t o_mode;
503 int creat(const char *, mode_t) __DARWIN_ALIAS_C(creat);
H A Dspawn_internal.h134 mode_t psfao_mode; /* mode for open */
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 Dtypes.h152 typedef __darwin_mode_t mode_t; typedef
H A Dvnode.h351 mode_t va_mode; /* posix permissions */
684 int vaccess(mode_t file_mode, uid_t uid, gid_t gid,
685 mode_t acc_mode, kauth_cred_t cred);
/macosx-10.5.8/xnu-1228.15.4/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.h85 mode_t obj_mode, struct mount *mp,
H A Dhfs.h154 mode_t hfs_dir_mask; /* mask to and with directory protection bits */
155 mode_t hfs_file_mask; /* mask to and with file protection bits */
623 extern int hfs_access(struct vnode *, mode_t, kauth_cred_t, struct proc *);
H A Dhfs_catalog.h77 mode_t ca_mode; /* file access mode and type (16 bits) */
H A Dhfs_search.c97 mode_t mask;
1224 searchInfo->mask = *((mode_t *)attributeBuffer);
1225 attributeBuffer = (mode_t *)attributeBuffer + 1;
/macosx-10.5.8/xnu-1228.15.4/bsd/bsm/
H A Daudit_kernel.h123 mode_t vn_mode;
165 mode_t pipc_mode;
221 mode_t ar_arg_mode;
352 void audit_arg_mode(mode_t mode);
376 mode_t mode);
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_node.h172 int cd9660_access_internal(vnode_t, mode_t, kauth_cred_t);
H A Dcd9660_util.c404 DerivePermissionSummary(uid_t owner, gid_t group, mode_t obj_mode, __unused struct iso_mnt *imp)
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_extern.h138 int ffs_valloc(vnode_t dvp, mode_t mode, kauth_cred_t cred, vnode_t *vpp);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_extern.h91 int ufs_access_internal(vnode_t, mode_t, kauth_cred_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs.h110 mode_t s_mode;
227 int synthfs_new_directory (mount_t mp, vnode_t dp, const char *name, unsigned long nodeid, mode_t mode, proc_t p, vnode_t *vpp);
H A Dsynthfs_util.c92 mode_t mode, __unused proc_t p, enum vtype vtype, vnode_t *vpp)
208 int synthfs_new_directory(struct mount *mp, struct vnode *dp, const char *name, unsigned long nodeid, mode_t mode, struct proc *p, struct vnode **vpp) {
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h203 extern int union_vn_create(struct vnode **, struct union_node *, mode_t mode, vfs_context_t context);
H A Dunion_subr.c834 mode_t cmode = 0;
919 mode_t cmode = 0;
934 if (cmode == (mode_t)0)
1227 union_vn_create(struct vnode **vpp, struct union_node *un, mode_t cmode, vfs_context_t context)
1240 if (cmode == (mode_t)0)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dposix_sem.c99 mode_t psem_mode;
605 mode_t mask;

Completed in 194 milliseconds

12