/src/sys/arch/atari/stand/keymaps/ |
Makefile.inc | 7 realall: ${MAP} 9 ${MAP}: ${HOSTPROG} 10 ./${HOSTPROG} > ${MAP} 12 CLEANFILES+=${MAP} 13 FILES=${MAP}
|
/src/sys/arch/atari/stand/keymaps/de/ |
Makefile | 4 MAP=de.map
|
/src/sys/arch/atari/stand/keymaps/fr/ |
Makefile | 4 MAP=fr.map
|
/src/sys/arch/atari/stand/keymaps/uk/ |
Makefile | 4 MAP=uk.map
|
/src/sys/arch/atari/stand/keymaps/us/ |
Makefile | 4 MAP=us.map
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
vmm.h | 290 #define VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL,BASE,SIZE,NEXT) do { \ 293 u64 _ptes = ((SIZE) - MAP->off) >> MAP->page->shift; \ 294 u64 _addr = ((BASE) + MAP->off); \ 297 MAP->off += PTEN << MAP->page->shift; \ 300 MAP->off = 0; \ 306 FILL(VMM, PT, PTEI, _ptes, MAP, _addr); \ 313 #define VMM_MAP_ITER_MEM(VMM,PT,PTEI,PTEN,MAP,FILL) \ 314 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, [all...] |
/src/usr.sbin/sysinst/arch/mac68k/ |
md.h | 41 * Apple Partition Map Types 60 * Define Apple Partition Map types typically seen on 68k Macs 78 int size; /* number of blocks in map for I/O */ 79 int in_use_cnt; /* number of block in current use in map */ 82 int root_cnt; /* number of root partitions in map */ 83 int swap_cnt; /* number of swap partitions in map */ 84 int usr_cnt; /* number of usr partitions in map */ 86 int mblk[MAXPARTITIONS];/* map block number of usable partition */ 88 } MAP; 91 * Define the default size for the Disk Partition Map if we have t 97 MAP map; variable in typeref:typename:MAP [all...] |
md.c | 78 MAP map = {0, 0, 0, 0, 0, 0, 0, 0, {0}, NULL}; variable in typeref:typename:MAP 210 map.size = 0; 222 * Scan for the Partition Map entry that describes the Partition 223 * Map itself. We need to know the number of blocks allocated 230 map.size = block.pmPartBlkCnt; 231 map.in_use_cnt = block.pmMapBlkCnt; 232 map.blk = (struct apple_part_map_entry *)malloc(map.size * blk_size); 237 read(fd, map.blk, map.size * blk_size) [all...] |
/src/usr.bin/tset/ |
map.c | 1 /* $NetBSD: map.c,v 1.13 2011/09/06 18:34:12 joerg Exp $ */ 35 static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/9/93"; 37 __RCSID("$NetBSD: map.c,v 1.13 2011/09/06 18:34:12 joerg Exp $"); 59 typedef struct map { struct 60 struct map *next; /* Linked list of maps. */ 65 } MAP; 67 static MAP *cur, *maplist; 77 MAP *mapp; 81 mapp = malloc((u_int)sizeof(MAP)); 185 * by the first applicable mapping in 'map'. If no mappings apply, retur [all...] |
/src/sys/arch/epoc32/stand/e32boot/exe/ |
Makefile | 13 MAP=$(PROG:.exe=.map) 50 $(LD) -s -Map $(MAP) -o $@ $(PROG:.exe=.exp) \ 62 rm -f $(PROG) $(OBJS) $(IN) $(MAP)
|
/src/sys/uvm/ |
uvm_map.h | 81 * => map must be locked by caller 84 #define UVM_MAP_CLIP_START(MAP,ENTRY,VA) { \ 86 uvm_map_clip_start(MAP,ENTRY,VA); \ 94 * => map must be locked by caller 97 #define UVM_MAP_CLIP_END(MAP,ENTRY,VA) { \ 99 uvm_map_clip_end(MAP,ENTRY,VA); \ 106 #define UVM_EXTRACT_REMOVE 0x01 /* remove mapping from old map */ 124 * Address map entries consist of start and end addresses, 125 * a VM object (or sharing map) and offset into that object, 143 struct vm_map *sub_map; /* belongs to another map */ [all...] |
uvm_km.c | 88 * pager_map => used to map "buf" structures into kernel space 92 * The kmem_arena is a "special submap", as it lives in a fixed map entry 115 * kernel map]. if uvm_km_alloc returns virtual address 0xf8235000, 296 * init the map and reserve any space that might already 387 * uvm_km_suballoc: allocate a submap in the kernel map. once a submap 392 * pager_map => used to map "buf" structures into kernel space 395 * alloc a new map 399 uvm_km_suballoc(struct vm_map *map, vaddr_t *vmin /* IN/OUT */, 406 KASSERT(vm_map_pmap(map) == pmap_kernel()); 411 * first allocate a blank spot in the parent map [all...] |
/src/sys/arch/epoc32/stand/e32boot/ldd/ |
Makefile | 13 MAP=$(PROG:.ldd=.map) 71 $(LD) -s -Map $(MAP) -o $@ $(PROG:.ldd=.exp) \ 81 rm -f $(PROG) $(OBJS) $(IN) $(MAP)
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_engine_user.c | 150 } map[] = { local in function:set_scheduler_caps 151 #define MAP(x, y) { ilog2(I915_ENGINE_##x), ilog2(I915_SCHEDULER_CAP_##y) } 152 MAP(HAS_PREEMPTION, PREEMPTION), 153 MAP(HAS_SEMAPHORES, SEMAPHORES), 154 MAP(SUPPORTS_STATS, ENGINE_BUSY_STATS), 155 #undef MAP 172 for (i = 0; i < ARRAY_SIZE(map); i++) { 173 if (engine->flags & BIT(map[i].engine)) 174 enabled |= BIT(map[i].sched); 176 disabled |= BIT(map[i].sched) 210 } map[] = { local in function:legacy_ring_idx [all...] |
/src/usr.sbin/npf/npfctl/ |
npf_scan.l | 121 map return MAP;
|
npf_parse.y | 142 %token MAP 237 | MAP_ENTRY_TOKEN map 248 | map 407 * Map definition. 443 map label 444 : MAP ifref map_sd map_algo map_flags mapseg map_type mapseg 449 | MAP ifref map_sd map_algo map_flags mapseg map_type mapseg 453 | MAP ifref map_sd map_algo map_flags proto mapseg map_type mapseg 457 | MAP RULESET group_opts
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_context.c | 472 * Map the user's engine back to the actual engines; one virtual 474 * the same engine may be have multiple instances in the user's map. 2166 #define MAP(x, y) [ilog2(I915_CONTEXT_CLONE_##x)] = y 2167 MAP(ENGINES, clone_engines), 2168 MAP(FLAGS, clone_flags), 2169 MAP(SCHEDATTR, clone_schedattr), 2170 MAP(SSEU, clone_sseu), 2171 MAP(TIMELINE, clone_timeline), 2172 MAP(VM, clone_vm), 2173 #undef MAP [all...] |
/src/sys/arch/luna68k/dev/xplx/ |
xplx.asm | 32 ; XP memory map 659 ; prepare memory map 1282 ; PAM ENC -> PAM Driver MAP address 1283 ; OUT: HL = MAP address 1311 CALL PAM_ENC_MAP ; get ENC to MAP 1324 LD BC,12 ; MAP offset 12 = CYCLE_CLK 1342 CALL PAM_ENC_MAP ; get ENC to MAP 1367 CALL PAM_ENC_MAP ; re- get ENC to MAP 1372 LD SP,HL ; SP = top of Map entry
|
/src/libexec/ld.aout_so/ |
ld.so.arm.uue | 1063 MAP``2H`($>&"``!*``D1X7T``$J`"1'A>```2@`*$>%S``!*@`H1X6X``$H`
|