Searched refs:enumerate (Results 1 - 9 of 9) sorted by relevance
/systemd/src/backlight/ |
H A D | backlight.c | 105 _cleanup_udev_enumerate_unref_ struct udev_enumerate *enumerate = NULL; local 144 enumerate = udev_enumerate_new(udev); 145 if (!enumerate) 148 r = udev_enumerate_add_match_subsystem(enumerate, "backlight"); 152 r = udev_enumerate_scan_devices(enumerate); 156 first = udev_enumerate_get_list_entry(enumerate);
|
/systemd/src/test/ |
H A D | test-libudev.c | 193 static int test_enumerate_print_list(struct udev_enumerate *enumerate) { argument 197 udev_list_entry_foreach(list_entry, udev_enumerate_get_list_entry(enumerate)) { 200 device = udev_device_new_from_syspath(udev_enumerate_get_udev(enumerate), 311 printf("enumerate '%s'\n", subsystem == NULL ? "<all>" : subsystem); 320 printf("enumerate 'net' + duplicated scan + null + zero\n"); 340 printf("enumerate 'block'\n"); 354 printf("enumerate 'not block'\n"); 363 printf("enumerate 'pci, mem, vc'\n"); 374 printf("enumerate 'subsystem'\n"); 382 printf("enumerate 'propert [all...] |
/systemd/src/core/ |
H A D | slice.c | 329 .enumerate = slice_enumerate,
|
H A D | scope.c | 609 .enumerate = scope_enumerate,
|
H A D | device.c | 669 log_error_errno(r, "Failed to enumerate devices: %m"); 865 .enumerate = device_enumerate,
|
H A D | unit.h | 308 /* If a lot of units got created via enumerate(), this is 391 * enumerate existing devices and load them. However, 395 void (*enumerate)(Manager *m); member in struct:UnitVTable
|
H A D | manager.c | 1008 if (!unit_vtable[c]->enumerate) 1011 unit_vtable[c]->enumerate(m); 1142 /* First, enumerate what we can from all config files */ 2555 /* First, enumerate what we can from all config files */
|
H A D | swap.c | 1498 .enumerate = swap_enumerate,
|
H A D | mount.c | 1854 .enumerate = mount_enumerate,
|
Completed in 803 milliseconds