Searched refs:bcma_core (Results 1 – 1 of 1) sorted by relevance
/third_party/eudev/src/udev/ |
D | udev-builtin-net_id.c | 126 char bcma_core[IFNAMSIZ]; member 362 snprintf(names->bcma_core, sizeof(names->bcma_core), "b%u", core); in names_bcma() 568 …if (snprintf(str, sizeof(str), "%s%s%s", prefix, names.pci_path, names.bcma_core) < (int)sizeof(st… in builtin_net_id() 572 …if (snprintf(str, sizeof(str), "%s%s%s", prefix, names.pci_slot, names.bcma_core) < (int)sizeof(st… in builtin_net_id()
|