Searched refs:lenp (Results 1 – 3 of 3) sorted by relevance
/security/ |
D | min_addr.c | 33 void *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 *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 | 1714 void *buffer, size_t *lenp, loff_t *ppos) in apparmor_dointvec() argument 1721 return proc_dointvec(table, write, buffer, lenp, ppos); in apparmor_dointvec()
|