Lines Matching refs:arg_operation
38 static SleepOperation arg_operation = _SLEEP_OPERATION_INVALID; variable
178 (char*) sleep_operation_to_string(arg_operation), in execute()
245 "SLEEP=%s", sleep_operation_to_string(arg_operation)); in execute()
252 "SLEEP=%s", sleep_operation_to_string(arg_operation)); in execute()
257 "SLEEP=%s", sleep_operation_to_string(arg_operation)); in execute()
374 arg_operation = sleep_operation_from_string(argv[optind]); in parse_argv()
375 if (arg_operation < 0) in parse_argv()
395 if (!sleep_config->allow[arg_operation]) in run()
398 sleep_operation_to_string(arg_operation)); in run()
400 switch (arg_operation) { in run()
421 r = execute(sleep_config, arg_operation, NULL); in run()