Lines Matching defs:res
259 int i, j, k, res;
299 res = EXIT_SUCCESS;
328 res = EXIT_FAILURE;
387 res = EXIT_SUCCESS;
391 res = EXIT_FAILURE;
404 res = 0;
430 res = EXIT_FAILURE;
447 res = init(cfgdir, initfile, initflags | FLAG_UCM_FBOOT | FLAG_UCM_BOOT, cardname);
450 res = save_state(cfgfile, cardname);
456 res = load_state(cfgdir, cfgfile, initfile, initflags, cardname, init_fallback);
459 res = state_daemon(cfgfile, cardname, period, pidfile);
462 res = state_daemon_kill(pidfile, "rescan");
465 res = state_daemon(cfgfile, cardname, period, pidfile);
467 res = state_daemon_kill(pidfile, cardname);
469 res = monitor(cardname);
471 res = general_info(cardname);
473 res = clean(cardname, extra_args);
475 res = dump_state(cfgfile);
477 res = dump_configuration();
480 res = -ENODEV;
489 return res < 0 ? -res : 0;
494 return res;