Searched refs:_value (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/libudev/ |
D | libudev-list.c | 71 …ev_list_entry *udev_list_entry_add(struct udev_list *list, const char *_name, const char *_value) { in udev_list_entry_add() argument 82 if (_value) { in udev_list_entry_add() 83 value = strdup(_value); in udev_list_entry_add()
|
/systemd-251/src/libsystemd/sd-hwdb/ |
D | sd-hwdb.c | 364 _public_ int sd_hwdb_get(sd_hwdb *hwdb, const char *modalias, const char *key, const char **_value)… in sd_hwdb_get() argument 371 assert_return(_value, -EINVAL); in sd_hwdb_get() 381 *_value = trie_string(hwdb, entry->value_off); in sd_hwdb_get()
|
/systemd-251/src/libsystemd/sd-device/ |
D | sd-device.c | 1806 _public_ const char *sd_device_get_property_first(sd_device *device, const char **_value) { in sd_device_get_property_first() argument 1819 …ashmap_iterate(device->properties, &device->properties_iterator, (void**)_value, (const void**)&ke… in sd_device_get_property_first() 1823 _public_ const char *sd_device_get_property_next(sd_device *device, const char **_value) { in sd_device_get_property_next() argument 1836 …ashmap_iterate(device->properties, &device->properties_iterator, (void**)_value, (const void**)&ke… in sd_device_get_property_next() 2181 _public_ int sd_device_set_sysattr_value(sd_device *device, const char *sysattr, const char *_value… in sd_device_set_sysattr_value() argument 2192 if (!_value) { in sd_device_set_sysattr_value() 2204 len = strlen(_value); in sd_device_set_sysattr_value() 2207 while (len > 0 && strchr(NEWLINE, _value[len - 1])) in sd_device_set_sysattr_value() 2214 value = strndup(_value, len); in sd_device_set_sysattr_value()
|
/systemd-251/src/basic/ |
D | process-util.h | 75 int getenv_for_pid(pid_t pid, const char *field, char **_value);
|
/systemd-251/src/systemd/ |
D | sd-device.h | 106 int sd_device_get_sysattr_value(sd_device *device, const char *sysattr, const char **_value);
|