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

/systemd/src/libsystemd/sd-device/
H A Ddevice-internal.h121 int device_set_subsystem(sd_device *device, const char *_subsystem);
H A Dsd-device.c747 int device_set_subsystem(sd_device *device, const char *_subsystem) { argument
752 assert(_subsystem);
754 subsystem = strdup(_subsystem);

Completed in 1225 milliseconds