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

/systemd/src/libsystemd/sd-device/
H A Ddevice-internal.h111 int device_add_property_internal(sd_device *device, const char *key, const char *value);
H A Dsd-device.c146 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 Ddevice-private.c87 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