Searched defs:counter (Results 1 - 4 of 4) sorted by relevance
/systemd/src/journal-remote/ |
H A D | log-generator.py | 43 counter = 0 variable 51 data = '{:0{}}'.format(counter, OPTIONS.data_size) 52 counter += 1
|
/systemd/src/bootchart/ |
H A D | bootchart.h | 64 int counter; member in struct:list_sample_data
|
/systemd/src/libsystemd/sd-netlink/ |
H A D | test-netlink.c | 234 int *counter = userdata; local 237 (*counter) --; 241 log_info_errno(r, "%d left in pipe. got reply: %m", *counter); 272 int counter = 0; local 279 counter ++; 280 assert_se(sd_netlink_call_async(rtnl, m1, &pipe_handler, &counter, 0, NULL) >= 0); 282 counter ++; 283 assert_se(sd_netlink_call_async(rtnl, m2, &pipe_handler, &counter, 0, NULL) >= 0); 285 while (counter > 0) {
|
/systemd/src/core/ |
H A D | manager.c | 172 unsigned counter = 0, print_nr; local 186 if (j->state == JOB_RUNNING && counter++ == print_nr) 191 assert(counter == print_nr + 1); 202 if (asprintf(&job_of_n, "(%u of %u) ", counter, m->n_running_jobs) < 0) 1137 * this is already known, so we increase the counter here 2362 log_debug("Failed to parse installed jobs counter %s", l+17); 2370 log_debug("Failed to parse failed jobs counter %s", l+14);
|
Completed in 1539 milliseconds