Searched refs:device_add_property_internal (Results 1 - 3 of 3) sorted by relevance
/systemd/src/libsystemd/sd-device/ |
H A D | device-internal.h | 111 int device_add_property_internal(sd_device *device, const char *key, const char *value);
|
H A D | sd-device.c | 146 int device_add_property_internal(sd_device *device, const char *key, const char *value) { function 211 r = device_add_property_internal(device, "DEVPATH", devpath); 342 r = device_add_property_internal(device, "DEVTYPE", devtype); 363 r = device_add_property_internal(device, "IFINDEX", _ifindex); 389 r = device_add_property_internal(device, "DEVNAME", devname); 414 r = device_add_property_internal(device, "DEVMODE", _devmode); 442 r = device_add_property_internal(device, "MAJOR", major); 447 r = device_add_property_internal(device, "MINOR", minor); 487 r = device_add_property_internal(device, key, value); 758 r = device_add_property_internal(devic [all...] |
H A D | device-private.c | 87 return device_add_property_internal(device, key, value); 329 r = device_add_property_internal(device, "DEVUID", uid); 364 r = device_add_property_internal(device, "DEVGID", gid); 454 r = device_add_property_internal(device, key, value); 781 r = device_add_property_internal(device, "INTERFACE", name); 786 r = device_add_property_internal(device, "INTERFACE_OLD", interface); 861 r = device_add_property_internal(ret, "ACTION", action);
|
Completed in 68 milliseconds