Lines Matching defs:node
394 /* Add an additional unit for the device node */
418 * check the device node major/minor */
783 int device_found_node(Manager *m, const char *node, bool add, DeviceFound found, bool now) {
788 assert(node);
801 if (!path_startswith(node, "/dev"))
804 /* We make an extra check here, if the device node
811 * will still have a device node even when the medium
814 if (stat(node, &st) >= 0) {
823 return log_error_errno(errno, "Failed to stat device node file %s: %m", node);
830 (void) device_setup_unit(m, dev, node, false);
834 return device_update_found_by_name(m, node, add, found, now);