Lines Matching defs:node
36 static int node_symlink(struct udev_device *dev, const char *node, const char *slink) {
48 while (node[i] && (node[i] == slink[i])) {
49 if (node[i] == '/')
60 l = strscpy(s, l, &node[tail]);
66 /* preserve link with correct target, do not replace node of other device */
69 log_error("conflicting device node '%s' found, link to '%s' will not be created", slink, node);
128 /* find device node of device with highest priority */
268 log_debug_errno(errno, "can not stat() node '%s' (%m)", devnode);
274 log_debug("found node '%s' with non-matching devnum %s, skip handling",
332 /* always update timestamp when we re-use the node, like on media change events */
344 log_debug("handling device node '%s', devnum=%s, mode=%#o, uid="UID_FMT", gid="GID_FMT,