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;
301 static const struct kernel_param_ops __param_ops_##name = \
414 extern const struct kernel_param_ops param_ops_byte;
419 extern const struct kernel_param_ops param_ops_short;
424 extern const struct kernel_param_ops param_ops_ushort;
429 extern const struct kernel_param_ops param_ops_int;
434 extern const struct kernel_param_ops param_ops_uint;
441 extern const struct kernel_param_ops param_ops_long;
446 extern const struct kernel_param_ops param_ops_ulong;
451 extern const struct kernel_param_ops param_ops_ullong;
456 extern const struct kernel_param_ops param_ops_hexint;
461 extern const struct kernel_param_ops param_ops_charp;
468 extern const struct kernel_param_ops param_ops_bool;
473 extern const struct kernel_param_ops param_ops_bool_enable_only;
479 extern const struct kernel_param_ops param_ops_invbool;
485 extern const struct kernel_param_ops param_ops_bint;
590 extern const struct kernel_param_ops param_array_ops;
592 extern const struct kernel_param_ops param_ops_string;