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

/systemd/src/libsystemd/sd-device/
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 1175 milliseconds