Home
last modified time | relevance | path

Searched refs:device_setup_unit (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/core/
Ddevice.c514 static int device_setup_unit(Manager *m, sd_device *dev, const char *path, bool main) { in device_setup_unit() function
608 if (device_setup_unit(m, dev, sysfs, true) < 0) in device_process_new()
613 (void) device_setup_unit(m, dev, dn, false); in device_process_new()
637 (void) device_setup_unit(m, dev, p, false); in device_process_new()
665 (void) device_setup_unit(m, dev, word, false); in device_process_new()
1051 (void) device_setup_unit(m, dev, node, false); /* 'dev' may be NULL. */ in device_found_node()