Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pcmcia/ | |
pcmciachip.h | 67 int (*mem_map)(pcmcia_chipset_handle_t, int, bus_addr_t, member in struct:pcmcia_chip_functions 106 ((*(tag)->mem_map)((handle), (kind), (card_addr), (size), (pcmhp), \ |
pcmciachip.h | 67 int (*mem_map)(pcmcia_chipset_handle_t, int, bus_addr_t, member in struct:pcmcia_chip_functions 106 ((*(tag)->mem_map)((handle), (kind), (card_addr), (size), (pcmhp), \ |
/src/sys/arch/prep/prep/ | |
residual.c | 303 MEM_MAP *mem_map; local in function:print_residual_device_info 439 * MEM_MAP 444 mem_map = res->Segs; 449 l = be32toh(mem_map[i].Usage); 460 be32toh(mem_map[i].BasePage)); 461 pc = be32toh(mem_map[i].PageCount); |
residual.c | 303 MEM_MAP *mem_map; local in function:print_residual_device_info 439 * MEM_MAP 444 mem_map = res->Segs; 449 l = be32toh(mem_map[i].Usage); 460 be32toh(mem_map[i].BasePage)); 461 pc = be32toh(mem_map[i].PageCount); |