Home
last modified time | relevance | path

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

/linux-5.19.10/security/apparmor/
Dlsm.c1343 static int param_get_mode(char *buffer, const struct kernel_param *kp);
1351 module_param_call(mode, param_set_mode, param_get_mode,
1589 static int param_get_mode(char *buffer, const struct kernel_param *kp) in param_get_mode() function