Searched refs:reqprot (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmprotect.c212 unsigned long vm_flags, nstart, end, tmp, reqprot; local
231 reqprot = prot;
280 error = security_file_mprotect(vma, reqprot, prot);
H A Dnommu.c494 unsigned long reqprot = prot; local
642 ret = security_file_mmap(file, reqprot, prot, flags);
H A Dmmap.c875 unsigned long charged = 0, reqprot = prot; local
997 error = security_file_mmap(file, reqprot, prot, flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsecurity.h457 * @reqprot contains the protection requested by the application.
464 * @reqprot contains the protection requested by the application.
1244 unsigned long reqprot,
1247 unsigned long reqprot,
1815 static inline int security_file_mmap (struct file *file, unsigned long reqprot, argument
1819 return security_ops->file_mmap (file, reqprot, prot, flags);
1823 unsigned long reqprot,
1826 return security_ops->file_mprotect (vma, reqprot, prot);
2490 static inline int security_file_mmap (struct file *file, unsigned long reqprot, argument
2498 unsigned long reqprot,
1822 security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot) argument
2497 security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Ddummy.c421 static int dummy_file_mmap (struct file *file, unsigned long reqprot, argument
429 unsigned long reqprot,
428 dummy_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dhooks.c2570 static int selinux_file_mmap(struct file *file, unsigned long reqprot, argument
2575 rc = secondary_ops->file_mmap(file, reqprot, prot, flags);
2580 prot = reqprot;
2587 unsigned long reqprot,
2592 rc = secondary_ops->file_mprotect(vma, reqprot, prot);
2597 prot = reqprot;
2586 selinux_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot) argument

Completed in 134 milliseconds