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

/systemd/src/machine/
H A Dmachinectl.c233 size_t n_images = 0, n_allocated = 0, j; local
268 if (!GREEDY_REALLOC(images, n_allocated, n_images + 1))
271 images[n_images].name = name;
272 images[n_images].type = type;
273 images[n_images].read_only = read_only;
274 images[n_images].crtime = crtime;
275 images[n_images].mtime = mtime;
276 images[n_images].size = size;
304 n_images++;
313 qsort_safe(images, n_images, sizeo
[all...]

Completed in 442 milliseconds