Lines Matching refs:kernel_param_ops
47 struct kernel_param_ops { struct
72 const struct kernel_param_ops *ops; argument
97 const struct kernel_param_ops *ops;
302 static const struct kernel_param_ops __param_ops_##name = \
415 extern const struct kernel_param_ops param_ops_byte;
420 extern const struct kernel_param_ops param_ops_short;
425 extern const struct kernel_param_ops param_ops_ushort;
430 extern const struct kernel_param_ops param_ops_int;
435 extern const struct kernel_param_ops param_ops_uint;
442 extern const struct kernel_param_ops param_ops_long;
447 extern const struct kernel_param_ops param_ops_ulong;
452 extern const struct kernel_param_ops param_ops_ullong;
457 extern const struct kernel_param_ops param_ops_hexint;
462 extern const struct kernel_param_ops param_ops_charp;
469 extern const struct kernel_param_ops param_ops_bool;
474 extern const struct kernel_param_ops param_ops_bool_enable_only;
480 extern const struct kernel_param_ops param_ops_invbool;
486 extern const struct kernel_param_ops param_ops_bint;
591 extern const struct kernel_param_ops param_array_ops;
593 extern const struct kernel_param_ops param_ops_string;