tag | line | file | source code |
num_names | 69 | arch/sparc/prom/devtree.c | struct sparcdev *prom_find_dev_on_bus(bus_t bustype, char **name_vector, int num_names) |
num_names | 75 | arch/sparc/prom/devtree.c | if(!num_names) |
num_names | 90 | arch/sparc/prom/devtree.c | for(niter = 0; niter < num_names; niter++) |
num_names | 101 | arch/sparc/prom/devtree.c | struct sparcdev *prom_find_next_dev(struct sparcdev *start_dev, char **name_vector, int num_names) |
num_names | 106 | arch/sparc/prom/devtree.c | if(!start_dev->next || !num_names) |
num_names | 109 | arch/sparc/prom/devtree.c | for(niter = 0; niter < num_names; niter++) |