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;
438 extern const struct kernel_param_ops param_ops_long;
443 extern const struct kernel_param_ops param_ops_ulong;
448 extern const struct kernel_param_ops param_ops_ullong;
453 extern const struct kernel_param_ops param_ops_hexint;
458 extern const struct kernel_param_ops param_ops_charp;
465 extern const struct kernel_param_ops param_ops_bool;
470 extern const struct kernel_param_ops param_ops_bool_enable_only;
476 extern const struct kernel_param_ops param_ops_invbool;
482 extern const struct kernel_param_ops param_ops_bint;
587 extern const struct kernel_param_ops param_array_ops;
589 extern const struct kernel_param_ops param_ops_string;