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;
298 static const struct kernel_param_ops __param_ops_##name = \
411 extern const struct kernel_param_ops param_ops_byte;
416 extern const struct kernel_param_ops param_ops_short;
421 extern const struct kernel_param_ops param_ops_ushort;
426 extern const struct kernel_param_ops param_ops_int;
431 extern const struct kernel_param_ops param_ops_uint;
436 extern const struct kernel_param_ops param_ops_long;
441 extern const struct kernel_param_ops param_ops_ulong;
446 extern const struct kernel_param_ops param_ops_ullong;
451 extern const struct kernel_param_ops param_ops_hexint;
456 extern const struct kernel_param_ops param_ops_charp;
463 extern const struct kernel_param_ops param_ops_bool;
468 extern const struct kernel_param_ops param_ops_bool_enable_only;
474 extern const struct kernel_param_ops param_ops_invbool;
480 extern const struct kernel_param_ops param_ops_bint;
585 extern const struct kernel_param_ops param_array_ops;
587 extern const struct kernel_param_ops param_ops_string;