/external/kernel-headers/original/linux/ |
moduleparam.h | 29 struct kernel_param; 32 typedef int (*param_set_fn)(const char *val, struct kernel_param *kp); 34 typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp); 36 struct kernel_param { struct 67 static struct kernel_param const __param_##name \ 97 struct kernel_param *params, 107 extern int param_set_byte(const char *val, struct kernel_param *kp); 108 extern int param_get_byte(char *buffer, struct kernel_param *kp); 111 extern int param_set_short(const char *val, struct kernel_param *kp); 112 extern int param_get_short(char *buffer, struct kernel_param *kp) [all...] |
/bionic/libc/kernel/common/linux/ |
moduleparam.h | 34 struct kernel_param; 36 typedef int (*param_set_fn)(const char *val, struct kernel_param *kp); 38 typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp); 40 struct kernel_param { struct 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
|
/development/ndk/platforms/android-3/include/linux/ |
moduleparam.h | 34 struct kernel_param; 36 typedef int (*param_set_fn)(const char *val, struct kernel_param *kp); 38 typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp); 40 struct kernel_param { struct 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
moduleparam.h | 34 struct kernel_param; 36 typedef int (*param_set_fn)(const char *val, struct kernel_param *kp); 38 typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp); 40 struct kernel_param { struct 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
moduleparam.h | 34 struct kernel_param; 36 typedef int (*param_set_fn)(const char *val, struct kernel_param *kp); 38 typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp); 40 struct kernel_param { struct 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
moduleparam.h | 34 struct kernel_param; 36 typedef int (*param_set_fn)(const char *val, struct kernel_param *kp); 38 typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp); 40 struct kernel_param { struct 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
moduleparam.h | 34 struct kernel_param; 36 typedef int (*param_set_fn)(const char *val, struct kernel_param *kp); 38 typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp); 40 struct kernel_param { struct 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
moduleparam.h | 34 struct kernel_param; 36 typedef int (*param_set_fn)(const char *val, struct kernel_param *kp); 38 typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp); 40 struct kernel_param { struct 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
moduleparam.h | 34 struct kernel_param; 36 typedef int (*param_set_fn)(const char *val, struct kernel_param *kp); 38 typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp); 40 struct kernel_param { struct 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
moduleparam.h | 34 struct kernel_param; 36 typedef int (*param_set_fn)(const char *val, struct kernel_param *kp); 38 typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp); 40 struct kernel_param { struct 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
moduleparam.h | 34 struct kernel_param; 36 typedef int (*param_set_fn)(const char *val, struct kernel_param *kp); 38 typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp); 40 struct kernel_param { struct 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
moduleparam.h | 34 struct kernel_param; 36 typedef int (*param_set_fn)(const char *val, struct kernel_param *kp); 38 typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp); 40 struct kernel_param { struct 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
|