Home
last modified time | relevance | path

Searched refs:lenp (Results 1 – 4 of 4) sorted by relevance

/security/
Dmin_addr.c33 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/
Dyama_lsm.c433 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/
Dlsm.c1574 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/
Dservices.c2909 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()