Searched defs:core (Results 1 - 2 of 2) sorted by relevance

/systemd/src/udev/
H A Dudev-builtin-net_id.c36 * b<number> -- BCMA bus core number
377 unsigned int core; local
386 /* bus num:core num */
387 if (sscanf(udev_device_get_sysname(bcmadev), "bcma%*u:%u", &core) != 1)
389 /* suppress the common core == 0 */
390 if (core > 0)
391 xsprintf(names->bcma_core, "b%u", core);
H A Dudev-builtin-path_id.c586 unsigned int core; local
589 if (sscanf(sysname, "bcma%*u:%u", &core) != 1)
592 path_prepend(path, "bcma-%u", core);

Completed in 22 milliseconds