Lines Matching defs:pci
45 static virtdir_t pci;
77 if ((ep = virtdir_find(&pci, path, strlen(path))) == NULL) {
82 (void) memcpy(st, &pci.file, sizeof(*st));
87 (void) memcpy(st, &pci.dir, sizeof(*st));
90 (void) memcpy(st, &pci.lnk, sizeof(*st));
95 st->st_ino = virtdir_offset(&pci, ep) + 10;
108 if ((dirp = openvirtdir(&pci, path)) == NULL) {
138 if ((ep = virtdir_find(&pci, path, strlen(path))) == NULL) {
162 if ((ep = virtdir_find(&pci, path, strlen(path))) == NULL) {
342 if (!build_tree(&pci, (nexus) ? nexus : "mainbus0", type)) {