Lines Matching refs:device_add_property_internal
146 int device_add_property_internal(sd_device *device, const char *key, const char *value) {
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(device, "SUBSYSTEM", subsystem);
886 r = device_add_property_internal(device, "DRIVER", driver);
1115 return device_add_property_internal(device, key, value);
1129 r = device_add_property_internal(device, "USEC_INITIALIZED", initialized);
1470 r = device_add_property_internal(device, "DEVLINKS", devlinks);
1490 r = device_add_property_internal(device, "TAGS", tags);