Searched refs:namebuf (Results 1 – 7 of 7) sorted by relevance
/arch/sparc/kernel/ |
D | pcic.c | 291 char namebuf[64]; in pcic_probe() local 353 prom_getstring(node, "name", namebuf, 63); namebuf[63] = 0; in pcic_probe() 354 strcpy(pbm->prom_name, namebuf); in pcic_probe() 367 prom_getstring(prom_root_node, "name", namebuf, 63); namebuf[63] = 0; in pcic_probe() 372 if (strcmp(namebuf, p->sysname) == 0) in pcic_probe() 383 namebuf); in pcic_probe() 469 char namebuf[64]; in pcic_map_pci_device() local 475 strcpy(namebuf, "???"); in pcic_map_pci_device() 477 prom_getstring(node, "name", namebuf, 63); namebuf[63] = 0; in pcic_map_pci_device() 519 namebuf, dev->bus->number, dev->devfn); in pcic_map_pci_device() [all …]
|
/arch/sparc/prom/ |
D | tree_64.c | 204 char namebuf[128]; in prom_nodematch() local 205 prom_getproperty(node, "name", namebuf, sizeof(namebuf)); in prom_nodematch() 206 if (strcmp(namebuf, name) == 0) in prom_nodematch()
|
/arch/sh/kernel/cpu/sh5/ |
D | unwind.c | 51 char namebuf[128]; in lookup_prev_stack_frame() local 59 sym = kallsyms_lookup(pc, NULL, &offset, NULL, namebuf); in lookup_prev_stack_frame()
|
/arch/tile/kernel/ |
D | stack.c | 399 char namebuf[KSYM_NAME_LEN+100]; in tile_show_stack() local 408 namebuf, sizeof(namebuf)); in tile_show_stack() 411 i++, address, namebuf, (unsigned long)(kbt->it.sp)); in tile_show_stack()
|
/arch/um/os-Linux/ |
D | file.c | 93 int os_get_ifname(int fd, char* namebuf) in os_get_ifname() argument 95 if (ioctl(fd, SIOCGIFNAME, namebuf) < 0) in os_get_ifname()
|
/arch/um/include/shared/ |
D | os.h | 136 extern int os_get_ifname(int fd, char *namebuf);
|
/arch/blackfin/kernel/ |
D | trace.c | 40 char namebuf[128]; in decode_address() local 47 symname = kallsyms_lookup(address, &symsize, &offset, &modname, namebuf); in decode_address()
|