/external/kernel-headers/original/linux/ |
pnp.h | 138 struct list_head global_list; /* node in global list of cards */ member in struct:pnp_card 153 #define global_to_pnp_card(n) list_entry(n, struct pnp_card, global_list) 159 (card) = global_to_pnp_card((card)->global_list.next)) 183 struct list_head global_list; /* node in global list of devices */ member in struct:pnp_dev 208 #define global_to_pnp_dev(n) list_entry(n, struct pnp_dev, global_list) 215 (dev) = global_to_pnp_dev((dev)->global_list.next)) 306 struct list_head global_list; member in struct:pnp_card_driver
|
pci.h | 112 struct list_head global_list; /* node in list of all PCI devices */ member in struct:pci_dev 177 #define pci_dev_g(n) list_entry(n, struct pci_dev, global_list)
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.cpp | 944 Module::GlobalListType &global_list = M.getGlobalList(); local 945 int i, n = global_list.size(); 950 for (Module::global_iterator I = global_list.begin(), E = global_list.end(); 954 // second, empty global_list 955 while (!global_list.empty()) 956 global_list.remove(global_list.begin()); 963 global_list.insert(global_list.end(), gv_array[i]) [all...] |