Searched refs:ccw_group (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudev-builtin-net_id.c132 char ccw_group[IFNAMSIZ]; member in struct:netnames
439 rc = snprintf(names->ccw_group, sizeof(names->ccw_group), "c%s", bus_id);
440 if (rc >= 0 && rc < (int)sizeof(names->ccw_group))
554 if (snprintf(str, sizeof(str), "%s%s", prefix, names.ccw_group) < (int)sizeof(str))

Completed in 1435 milliseconds