/src/sys/arch/newsmips/apbus/ |
apbus_subr.c | 51 static bool mapped = false; local in function:apbus_map_romwork 56 if (!mapped) { 62 mapped = mips3_wired_enter_page(apbd_work_va, apbd_work_pa, 64 if (!mapped) {
|
apbus_subr.c | 51 static bool mapped = false; local in function:apbus_map_romwork 56 if (!mapped) { 62 mapped = mips3_wired_enter_page(apbd_work_va, apbd_work_pa, 64 if (!mapped) {
|
apbus_subr.c | 51 static bool mapped = false; local in function:apbus_map_romwork 56 if (!mapped) { 62 mapped = mips3_wired_enter_page(apbd_work_va, apbd_work_pa, 64 if (!mapped) {
|
/src/usr.bin/tset/ |
map.c | 189 mapped(const char *type) function in typeref:typename:const char *
|
map.c | 189 mapped(const char *type) function in typeref:typename:const char *
|
map.c | 189 mapped(const char *type) function in typeref:typename:const char *
|
/src/sys/dev/pci/ |
puc.c | 80 int mapped; member in struct:puc_softc::__anon764abd6d0108 186 sc->sc_bar_mappings[i].mapped = 0; 205 sc->sc_bar_mappings[i].mapped = (pci_mapreg_map(pa, 210 if (sc->sc_bar_mappings[i].mapped) 242 if (!sc->sc_bar_mappings[1].mapped) { 244 "optional register is not mapped\n"); 263 /* make sure the base address register is mapped */ 269 sc->sc_bar_mappings[barindex].mapped = 1; 276 if (!sc->sc_bar_mappings[barindex].mapped) {
|
puc.c | 80 int mapped; member in struct:puc_softc::__anon764abd6d0108 186 sc->sc_bar_mappings[i].mapped = 0; 205 sc->sc_bar_mappings[i].mapped = (pci_mapreg_map(pa, 210 if (sc->sc_bar_mappings[i].mapped) 242 if (!sc->sc_bar_mappings[1].mapped) { 244 "optional register is not mapped\n"); 263 /* make sure the base address register is mapped */ 269 sc->sc_bar_mappings[barindex].mapped = 1; 276 if (!sc->sc_bar_mappings[barindex].mapped) {
|
puc.c | 80 int mapped; member in struct:puc_softc::__anon764abd6d0108 186 sc->sc_bar_mappings[i].mapped = 0; 205 sc->sc_bar_mappings[i].mapped = (pci_mapreg_map(pa, 210 if (sc->sc_bar_mappings[i].mapped) 242 if (!sc->sc_bar_mappings[1].mapped) { 244 "optional register is not mapped\n"); 263 /* make sure the base address register is mapped */ 269 sc->sc_bar_mappings[barindex].mapped = 1; 276 if (!sc->sc_bar_mappings[barindex].mapped) {
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/ |
fifo.h | 33 bool mapped; member in struct:nvkm_fifo_chan
|
fifo.h | 33 bool mapped; member in struct:nvkm_fifo_chan
|
fifo.h | 33 bool mapped; member in struct:nvkm_fifo_chan
|
/src/sys/arch/evbsh3/evbsh3/ |
bus_dma.c | 258 bool mapped; local in function:_bus_bus_dmamap_load_buffer 260 mapped = pmap_extract(pmap, vaddr, &curaddr); 261 if (!mapped) 405 bool mapped; local in function:_bus_dmamap_load_mbuf 407 mapped = pmap_extract(pmap_kernel(), vaddr, 409 if (!mapped) 676 * If we're mapping only a single segment, use direct-mapped 735 /* nothing to do if we mapped it via P1SEG or P2SEG */
|
bus_dma.c | 258 bool mapped; local in function:_bus_bus_dmamap_load_buffer 260 mapped = pmap_extract(pmap, vaddr, &curaddr); 261 if (!mapped) 405 bool mapped; local in function:_bus_dmamap_load_mbuf 407 mapped = pmap_extract(pmap_kernel(), vaddr, 409 if (!mapped) 676 * If we're mapping only a single segment, use direct-mapped 735 /* nothing to do if we mapped it via P1SEG or P2SEG */
|
bus_dma.c | 258 bool mapped; local in function:_bus_bus_dmamap_load_buffer 260 mapped = pmap_extract(pmap, vaddr, &curaddr); 261 if (!mapped) 405 bool mapped; local in function:_bus_dmamap_load_mbuf 407 mapped = pmap_extract(pmap_kernel(), vaddr, 409 if (!mapped) 676 * If we're mapping only a single segment, use direct-mapped 735 /* nothing to do if we mapped it via P1SEG or P2SEG */
|
/src/sys/arch/landisk/landisk/ |
bus_dma.c | 258 bool mapped; local in function:_bus_bus_dmamap_load_buffer 260 mapped = pmap_extract(pmap, vaddr, &curaddr); 261 if (!mapped) 405 bool mapped; local in function:_bus_dmamap_load_mbuf 407 mapped = pmap_extract(pmap_kernel(), vaddr, 409 if (!mapped) 676 * If we're mapping only a single segment, use direct-mapped 735 /* nothing to do if we mapped it via P1SEG or P2SEG */
|
bus_dma.c | 258 bool mapped; local in function:_bus_bus_dmamap_load_buffer 260 mapped = pmap_extract(pmap, vaddr, &curaddr); 261 if (!mapped) 405 bool mapped; local in function:_bus_dmamap_load_mbuf 407 mapped = pmap_extract(pmap_kernel(), vaddr, 409 if (!mapped) 676 * If we're mapping only a single segment, use direct-mapped 735 /* nothing to do if we mapped it via P1SEG or P2SEG */
|
bus_dma.c | 258 bool mapped; local in function:_bus_bus_dmamap_load_buffer 260 mapped = pmap_extract(pmap, vaddr, &curaddr); 261 if (!mapped) 405 bool mapped; local in function:_bus_dmamap_load_mbuf 407 mapped = pmap_extract(pmap_kernel(), vaddr, 409 if (!mapped) 676 * If we're mapping only a single segment, use direct-mapped 735 /* nothing to do if we mapped it via P1SEG or P2SEG */
|
/src/sys/arch/aarch64/aarch64/ |
pmap_machdep.c | 97 panic("%s: illegal kernel mapped address %#"PRIxVADDR, 316 /* Note last mapped address for future color check */ 387 * uvm_pageboot_alloc() returns a direct mapped address 663 vsize_t mapped = 0; local in function:pmap_kenter_range 686 mapped += blocksize; 689 return mapped;
|
pmap_machdep.c | 97 panic("%s: illegal kernel mapped address %#"PRIxVADDR, 316 /* Note last mapped address for future color check */ 387 * uvm_pageboot_alloc() returns a direct mapped address 663 vsize_t mapped = 0; local in function:pmap_kenter_range 686 mapped += blocksize; 689 return mapped;
|
pmap_machdep.c | 97 panic("%s: illegal kernel mapped address %#"PRIxVADDR, 316 /* Note last mapped address for future color check */ 387 * uvm_pageboot_alloc() returns a direct mapped address 663 vsize_t mapped = 0; local in function:pmap_kenter_range 686 mapped += blocksize; 689 return mapped;
|
/src/sys/dev/i2o/ |
dpti.c | 457 int rv, msgsize, repsize, sgoff, i, mapped, nbuf, nfrag, j, sz; local in function:dpti_passthrough 547 * be mapped directly. 549 mapped = 0; 696 mapped = 1; 718 if (mapped)
|
dpti.c | 457 int rv, msgsize, repsize, sgoff, i, mapped, nbuf, nfrag, j, sz; local in function:dpti_passthrough 547 * be mapped directly. 549 mapped = 0; 696 mapped = 1; 718 if (mapped)
|
/src/usr.sbin/ldpd/ |
conffile.c | 53 char *mapped, *nextline; variable in typeref:typename:char * 129 (mapped = mmap(NULL, fs.st_size, PROT_READ, MAP_SHARED, confh, 0)) 137 nextline = mapped; 156 munmap(mapped, mapsize); 160 munmap(mapped, mapsize); 170 if (nextline < mapped || (size_t)(nextline - mapped) >= mapsize) 173 for (p = nextline; *p != '\n' && (size_t)(p - mapped) < mapsize; p++);
|
conffile.c | 53 char *mapped, *nextline; variable in typeref:typename:char * 129 (mapped = mmap(NULL, fs.st_size, PROT_READ, MAP_SHARED, confh, 0)) 137 nextline = mapped; 156 munmap(mapped, mapsize); 160 munmap(mapped, mapsize); 170 if (nextline < mapped || (size_t)(nextline - mapped) >= mapsize) 173 for (p = nextline; *p != '\n' && (size_t)(p - mapped) < mapsize; p++);
|