Searched refs:lenp (Results 1 – 4 of 4) sorted by relevance
/security/ |
D | min_addr.c | 33 void __user *buffer, size_t *lenp, loff_t *ppos) in mmap_min_addr_handler() argument 40 ret = proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in mmap_min_addr_handler()
|
/security/yama/ |
D | yama_lsm.c | 433 void __user *buffer, size_t *lenp, loff_t *ppos) in yama_dointvec_minmax() argument 445 return proc_dointvec_minmax(&table_copy, write, buffer, lenp, ppos); in yama_dointvec_minmax()
|
/security/apparmor/ |
D | lsm.c | 1574 void __user *buffer, size_t *lenp, loff_t *ppos) in apparmor_dointvec() argument 1581 return proc_dointvec(table, write, buffer, lenp, ppos); in apparmor_dointvec()
|
/security/selinux/ss/ |
D | services.c | 2909 int lenp, seqno = 0; in security_set_bools() local 2917 lenp = policydb->p_bools.nprim; in security_set_bools() 2918 if (len != lenp) in security_set_bools()
|