Lines Matching refs:fixup
311 * we end up with |translation == NULL|, which is fine. The fixup
355 * determined by a fixup function.
411 * special fixup function.
1502 * a post-ctrl GET fixup. They all get NULL ctx, ctrl_cmd, ctrl_str,
2028 * fixup function has to handle this...
2128 * both for setting and getting. The fixup function has to handle this...
2169 * both for setting and getting. The fixup function has to handle this...
2635 fixup_args_fn *fixup = default_fixup_args;
2655 fixup = translation->fixup_args;
2663 ret = fixup(PRE_CTRL_TO_PARAMS, translation, &ctx);
2685 fixup(POST_CTRL_TO_PARAMS, translation, &ctx);
2705 fixup_args_fn *fixup = default_fixup_args;
2716 fixup = translation->fixup_args;
2729 ret = fixup(PRE_CTRL_STR_TO_PARAMS, translation, &ctx);
2749 ret = fixup(POST_CTRL_STR_TO_PARAMS, translation, &ctx);
2768 fixup_args_fn *fixup = default_fixup_args;
2779 fixup = translation->fixup_args;
2786 ret = fixup(PRE_PARAMS_TO_CTRL, translation, &ctx);
2798 fixup(POST_PARAMS_TO_CTRL, translation, &ctx);
2831 fixup_args_fn *fixup = default_fixup_args;
2839 fixup = translation->fixup_args;
2856 ret = fixup(PKEY, translation, &ctx);