Searched refs:top (Results 1 - 3 of 3) sorted by relevance
/systemd/src/delta/ |
H A D | delta.c | 110 static int notify_override_masked(const char *top, const char *bottom) { argument 116 top, draw_special_char(DRAW_ARROW), bottom); 120 static int notify_override_equivalent(const char *top, const char *bottom) { argument 126 top, draw_special_char(DRAW_ARROW), bottom); 130 static int notify_override_redirected(const char *top, const char *bottom) { argument 136 top, draw_special_char(DRAW_ARROW), bottom); 140 static int notify_override_overridden(const char *top, const char *bottom) { argument 146 top, draw_special_char(DRAW_ARROW), bottom); 150 static int notify_override_extended(const char *top, const char *bottom) { argument 156 top, draw_special_cha 168 found_override(const char *top, const char *bottom) argument 215 enumerate_dir_d(Hashmap *top, Hashmap *bottom, Hashmap *drops, const char *toppath, const char *drop) argument 305 enumerate_dir(Hashmap *top, Hashmap *bottom, Hashmap *drops, const char *path, bool dropins) argument 369 Hashmap *top, *bottom, *drops; local [all...] |
/systemd/src/bootchart/ |
H A D | svg.c | 324 int top; local 328 top = 0; 344 top += ps->sample->pss; 353 top += ps->sample->pss; 359 kb_to_graph(1000000.0 - top), 361 kb_to_graph(top - bottom)); 362 bottom = top; 380 top = bottom + ps->sample->pss; 384 kb_to_graph(1000000.0 - top), 386 kb_to_graph(top 415 int top = 0; local 1209 struct ps_struct *top[10]; local 1241 struct ps_struct *top[10]; local [all...] |
/systemd/src/nspawn/ |
H A D | nspawn-mount.c | 226 const char *full, *top, *x; local 229 top = prefix_roota(dest, "/sys"); 230 r = path_check_fstype(top, SYSFS_MAGIC); 232 return log_error_errno(r, "Failed to determine filesystem type of %s: %m", top); 240 full = prefix_roota(top, "/full"); 254 to = prefix_root(top, x); 273 x = prefix_roota(top, "/fs/kdbus"); 276 if (mount(NULL, top, NULL, MS_BIND|MS_RDONLY|MS_NOSUID|MS_NOEXEC|MS_NODEV|MS_REMOUNT, NULL) < 0) 277 return log_error_errno(errno, "Failed to make %s read-only: %m", top); 785 /* If we are living in the top [all...] |
Completed in 905 milliseconds