Lines Matching defs:args
381 union hl_cb_args *args = data;
393 switch (args->in.op) {
395 if (args->in.cb_size > HL_MAX_CB_SIZE) {
398 args->in.cb_size, HL_MAX_CB_SIZE);
402 args->in.cb_size, false,
403 !!(args->in.flags & HL_CB_FLAGS_MAP),
407 memset(args, 0, sizeof(*args));
408 args->out.cb_handle = handle;
413 args->in.cb_handle);