Searched refs:perm (Results 76 - 100 of 375) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Dkeyctl.c438 * type;uid;gid;perm;description<NUL>
483 key_ref_to_ptr(key_ref)->perm,
774 long keyctl_setperm_key(key_serial_t id, key_perm_t perm) argument
781 if (perm & ~(KEY_POS_ALL | KEY_USR_ALL | KEY_GRP_ALL | KEY_OTH_ALL))
798 key->perm = perm;
H A Dproc.c154 memcpy(xbuf, "perm", 5);
187 key->perm,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dvfs_macros.h95 #define SMB_VFS_SYS_ACL_ADD_PERM(conn, permset, perm) ((conn)->vfs.ops.sys_acl_add_perm((conn)->vfs.handles.sys_acl_add_perm, (conn), (permset), (perm)))
106 #define SMB_VFS_SYS_ACL_GET_PERM(conn, permset, perm) ((conn)->vfs.ops.sys_acl_get_perm((conn)->vfs.handles.sys_acl_get_perm, (conn), (permset), (perm)))
196 #define SMB_VFS_OPAQUE_SYS_ACL_ADD_PERM(conn, permset, perm) ((conn)->vfs_opaque.ops.sys_acl_add_perm((conn)->vfs_opaque.handles.sys_acl_add_perm, (conn), (permset), (perm)))
207 #define SMB_VFS_OPAQUE_SYS_ACL_GET_PERM(conn, permset, perm) ((conn)->vfs_opaque.ops.sys_acl_get_perm((conn)->vfs_opaque.handles.sys_acl_get_perm, (conn), (permset), (perm)))
298 #define SMB_VFS_NEXT_SYS_ACL_ADD_PERM(handle, conn, permset, perm) ((handle)->vfs_next.ops.sys_acl_add_perm((handle)->vfs_next.handles.sys_acl_add_perm, (conn), (permset), (perm)))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_fba.c88 (data->mask).perm = 0x0;
90 (data->mask).perm = 0x1;
92 data->mask.perm = 0x2;
H A Ddasd_eckd.h97 unsigned char perm:2; /* Permissions on this extent */ member in struct:DE_eckd_data::__anon6218
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dfind.c84 USE_FEATURE_FIND_PERM( ACTS(perm, char perm_char; mode_t perm_mask;))
219 ACTF(perm)
221 /* -perm +mode: at least one of perm_mask bits are set */
224 /* -perm -mode: all of perm_mask are set */
227 /* -perm mode: file mode must match perm_mask */
495 USE_FEATURE_FIND_PERM( "-perm\0" )
683 /* -perm mode File's permission bits are exactly mode (octal or symbolic).
685 * -perm -mode All of the permission bits mode are set for the file.
686 * -perm +mode Any of the permission bits mode are set for the file.
690 ap = ALLOC_ACTION(perm);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dparams.c462 if (kparam[i].perm)
485 if (kp->perm) {
491 pattr->mattr.attr.mode = kp->perm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Dcxio_hal.c677 /* IN: stag key, pdid, perm, zbva, to, len, page_size, pbl, and pbl_size
683 enum tpt_mem_type type, enum tpt_mem_perm perm,
738 tpt.flags_pagesize_qpid = cpu_to_be32(V_TPT_PERM(perm) |
771 enum tpt_mem_perm perm, u32 zbva, u64 to, u32 len,
776 return __cxio_tpt_op(rdev_p, 0, stag, 1, pdid, TPT_NON_SHARED_MR, perm,
781 enum tpt_mem_perm perm, u32 zbva, u64 to, u32 len,
785 return __cxio_tpt_op(rdev_p, 0, stag, 1, pdid, TPT_NON_SHARED_MR, perm,
681 __cxio_tpt_op(struct cxio_rdev *rdev_p, u32 reset_tpt_entry, u32 *stag, u8 stag_state, u32 pdid, enum tpt_mem_type type, enum tpt_mem_perm perm, u32 zbva, u64 to, u32 len, u8 page_size, __be64 *pbl, u32 *pbl_size, u32 *pbl_addr) argument
770 cxio_register_phys_mem(struct cxio_rdev *rdev_p, u32 *stag, u32 pdid, enum tpt_mem_perm perm, u32 zbva, u64 to, u32 len, u8 page_size, __be64 *pbl, u32 *pbl_size, u32 *pbl_addr) argument
780 cxio_reregister_phys_mem(struct cxio_rdev *rdev_p, u32 *stag, u32 pdid, enum tpt_mem_perm perm, u32 zbva, u64 to, u32 len, u8 page_size, __be64 *pbl, u32 *pbl_size, u32 *pbl_addr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Diommu.c56 #define MKIOPTE(pfn, perm) (((((pfn)<<8) & IOPTE_PAGE) | (perm)) & ~IOPTE_WAZ)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/VFS/
H A Dskel_transparent.c323 static int skel_sys_acl_add_perm(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) argument
325 return SMB_VFS_NEXT_SYS_ACL_ADD_PERM(handle, conn, permset, perm);
378 static int skel_sys_acl_get_perm(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) argument
380 return SMB_VFS_NEXT_SYS_ACL_GET_PERM(handle, conn, permset, perm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dvfs-wrap.c977 int vfswrap_sys_acl_add_perm(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) argument
979 return sys_acl_add_perm(permset, perm);
1032 int vfswrap_sys_acl_get_perm(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) argument
1034 return sys_acl_get_perm(permset, perm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/m4/
H A DMakefile.in271 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
275 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/binary/
H A DMakefile.in266 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
270 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/m4m/
H A DMakefile.in265 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
269 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dgen_initramfs_list.sh205 cat "$1" | while read type dir file perm ; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A DMakefile219 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
823 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
827 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
868 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
869 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
870 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
871 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/
H A DMakefile.in72 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
405 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
406 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
407 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
408 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/
H A DMakefile.in83 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
443 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
444 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
445 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
446 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DMakefile.in115 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
599 -find "$(distdir)" -type d ! -perm -755 \
601 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
602 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
603 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
H A DMakefile115 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
599 -find "$(distdir)" -type d ! -perm -755 \
601 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
602 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
603 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A DMakefile.in509 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
559 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
560 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
561 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
562 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A DMakefile.in87 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
539 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
540 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
541 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
542 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A DMakefile.in505 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
555 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
556 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
557 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
558 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A DMakefile.in101 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
521 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
522 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
523 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
524 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_clientmgr.c2460 #define FLAG_PERM_RD(perm) ((perm) & SNDRV_SEQ_PORT_CAP_READ ? ((perm) & SNDRV_SEQ_PORT_CAP_SUBS_READ ? 'R' : 'r') : '-')
2461 #define FLAG_PERM_WR(perm) ((perm) & SNDRV_SEQ_PORT_CAP_WRITE ? ((perm) & SNDRV_SEQ_PORT_CAP_SUBS_WRITE ? 'W' : 'w') : '-')
2462 #define FLAG_PERM_EX(perm) ((perm) & SNDRV_SEQ_PORT_CAP_NO_EXPORT ? '-' : 'e')
2464 #define FLAG_PERM_DUPLEX(perm) ((perm)
[all...]

Completed in 370 milliseconds

1234567891011>>