Home
last modified time | relevance | path

Searched refs:_syspath (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/libsystemd/sd-device/
Dsd-device.c140 int device_set_syspath(sd_device *device, const char *_syspath, bool verify) { in device_set_syspath() argument
146 assert(_syspath); in device_set_syspath()
149 if (!path_startswith(_syspath, "/sys/")) in device_set_syspath()
152 _syspath); in device_set_syspath()
157 r = chase_symlinks(_syspath, NULL, 0, &syspath, &fd); in device_set_syspath()
161 … "sd-device: Failed to chase symlinks in \"%s\".", _syspath); in device_set_syspath()
163 … return log_debug_errno(r, "sd-device: Failed to get target of '%s': %m", _syspath); in device_set_syspath()
233 syspath = strdup(_syspath); in device_set_syspath()
Ddevice-internal.h105 int device_set_syspath(sd_device *device, const char *_syspath, bool verify);