Searched defs:arg_timeout (Results 1 - 4 of 4) sorted by relevance
/systemd/src/network/ |
H A D | networkd-wait-online.c | 30 static usec_t arg_timeout = 120 * USEC_PER_SEC; variable 97 r = parse_sec(optarg, &arg_timeout); 132 r = manager_new(&m, arg_interfaces, arg_ignore, arg_timeout);
|
/systemd/src/ask-password/ |
H A D | ask-password.c | 35 static usec_t arg_timeout = DEFAULT_TIMEOUT_USEC; variable 98 if (parse_sec(optarg, &arg_timeout) < 0) { 157 if (arg_timeout > 0) 158 timeout = now(CLOCK_MONOTONIC) + arg_timeout;
|
/systemd/src/cryptsetup/ |
H A D | cryptsetup.c | 58 static usec_t arg_timeout = 0; variable 186 if (parse_sec(option+8, &arg_timeout) < 0) { 663 if (arg_timeout > 0) 664 until = now(CLOCK_MONOTONIC) + arg_timeout;
|
/systemd/src/libsystemd/sd-bus/ |
H A D | busctl.c | 63 static usec_t arg_timeout = 0; variable 1542 r = sd_bus_call(bus, m, arg_timeout, &error, &reply); 1675 r = sd_bus_call(bus, m, arg_timeout, &error, NULL); 1910 r = parse_sec(optarg, &arg_timeout);
|
Completed in 17 milliseconds