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

/systemd/src/systemd/
H A Dsd-device.h41 int sd_device_new_from_subsystem_sysname(sd_device **ret, const char *subsystem, const char *sysname);
/systemd/src/libsystemd/sd-device/
H A Dsd-device.c260 _public_ int sd_device_new_from_subsystem_sysname(sd_device **ret, const char *subsystem, const char *sysname) { function
644 r = sd_device_new_from_subsystem_sysname(&device, "net", ifr.ifr_name);
674 return sd_device_new_from_subsystem_sysname(ret, subsys, sysname);
/systemd/src/libudev/
H A Dlibudev-device.c362 r = sd_device_new_from_subsystem_sysname(&udev_device->device, subsystem, sysname);

Completed in 17 milliseconds