Searched refs:slink (Results 1 - 6 of 6) sorted by relevance
/third_party/eudev/src/udev/ |
H A D | udev-node.c | 36 static int node_symlink(struct udev_device *dev, const char *node, const char *slink) { in node_symlink() argument 48 while (node[i] && (node[i] == slink[i])) { in node_symlink() 55 while (slink[i] != '\0') { in node_symlink() 56 if (slink[i] == '/') in node_symlink() 67 if (lstat(slink, &stats) == 0) { in node_symlink() 69 log_error("conflicting device node '%s' found, link to '%s' will not be created", slink, node); in node_symlink() 75 len = readlink(slink, buf, sizeof(buf)); in node_symlink() 79 log_debug("preserve already existing symlink '%s' to '%s'", slink, target); in node_symlink() 80 label_fix(slink, true, false); in node_symlink() 81 utimensat(AT_FDCWD, slink, NUL in node_symlink() 182 link_update(struct udev_device *dev, const char *slink, bool add) link_update() argument [all...] |
/third_party/ltp/testcases/kernel/fs/linktest/ |
H A D | linktest.sh | 64 mkdir hlink.$$ slink.$$ 65 touch hlink.$$/hfile slink.$$/sfile 70 rm -rf hlink.$$ slink.$$
|
/third_party/eudev/src/libudev/ |
H A D | libudev-util.c | 114 ssize_t util_get_sys_core_link_value(struct udev *udev, const char *slink, const char *syspath, char *value, size_t size) in util_get_sys_core_link_value() argument 121 strscpyl(path, sizeof(path), syspath, "/", slink, NULL); in util_get_sys_core_link_value()
|
H A D | libudev-device.c | 501 char *slink; in udev_device_add_property_from_string_parse() local 505 slink = devlinks; in udev_device_add_property_from_string_parse() 506 next = strchr(slink, ' '); in udev_device_add_property_from_string_parse() 509 udev_device_add_devlink(udev_device, slink); in udev_device_add_property_from_string_parse() 510 slink = &next[1]; in udev_device_add_property_from_string_parse() 511 next = strchr(slink, ' '); in udev_device_add_property_from_string_parse() 513 if (slink[0] != '\0') in udev_device_add_property_from_string_parse() 514 udev_device_add_devlink(udev_device, slink); in udev_device_add_property_from_string_parse()
|
H A D | libudev-private.h | 140 ssize_t util_get_sys_core_link_value(struct udev *udev, const char *slink, const char *syspath, char *value, size_t size);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/spec-macros/ |
H A D | extension.rb | 201 named :slink 202 match /slink:(\w+)/
|
Completed in 6 milliseconds