Lines Matching defs:nexus
248 #define NEXUS_DESCRIPTION "Nexus - the root of everything"
252 build_tree(virtdir_t *tp, const char *nexus, char type)
273 add_dev(nexus, strlen(nexus), nexus, strlen(nexus), NEXUS_DESCRIPTION,
320 char *nexus;
324 nexus = NULL;
335 nexus = optarg;
342 if (!build_tree(&pci, (nexus) ? nexus : "mainbus0", type)) {