Searched defs:initial (Results 1 - 3 of 3) sorted by relevance
/systemd/src/core/ |
H A D | path.c | 188 static bool path_spec_check_good(PathSpec *s, bool initial) { argument 214 good = !initial && b != s->previous_exists; 436 static void path_enter_waiting(Path *p, bool initial, bool recheck); 501 static bool path_check_good(Path *p, bool initial) { argument 508 good = path_spec_check_good(s, initial); 517 static void path_enter_waiting(Path *p, bool initial, bool recheck) { argument 521 if (path_check_good(p, initial)) {
|
H A D | timer.c | 272 static void timer_enter_waiting(Timer *t, bool initial); 354 static void timer_enter_waiting(Timer *t, bool initial) { argument 461 if (!initial && v->next_elapse < ts_monotonic && IN_SET(v->base, TIMER_ACTIVE, TIMER_BOOT, TIMER_STARTUP)) {
|
H A D | load-fragment.c | 1049 uint64_t sum = 0, initial = 0; local 1064 initial = CAP_ALL; /* initialized to all bits on */ 1093 if (sum == 0 || *capability_set == initial)
|
Completed in 25 milliseconds