HomeSort by relevance Sort by last modified time
    Searched refs:kernel_param (Results 1 - 25 of 26) sorted by null

1 2

  /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 41 struct kernel_param;
42 typedef int (*param_set_fn)(const char *val, struct kernel_param *kp);
44 typedef int (*param_get_fn)(char *buffer, struct kernel_param *kp);
45 struct kernel_param { struct
70 #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 }
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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 }
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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 }
  /prebuilts/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 }
  /prebuilts/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 }
  /prebuilts/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 }
  /prebuilts/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 }
  /prebuilts/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 }
  /prebuilts/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 }
  /prebuilts/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 }
  /prebuilts/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 }
  /prebuilts/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 }
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/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 }
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/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 }
  /prebuilts/ndk/android-ndk-r7/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 }
  /prebuilts/ndk/android-ndk-r7/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 }
  /prebuilts/ndk/android-ndk-r7/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 }
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/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 }
  /prebuilts/ndk/android-ndk-r7/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 }
  /prebuilts/ndk/android-ndk-r7/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 }
  /prebuilts/ndk/android-ndk-r7/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 }
  /prebuilts/ndk/android-ndk-r7/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 }
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/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 }

Completed in 312 milliseconds

1 2