Searched refs:arg_timeout (Results 1 - 4 of 4) sorted by relevance

/systemd/src/ask-password/
H A Dask-password.c35 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/network/
H A Dnetworkd-wait-online.c30 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/cryptsetup/
H A Dcryptsetup.c58 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 Dbusctl.c63 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 259 milliseconds