Searched refs:tmpmap (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/uvm/ |
H A D | uvm_fault_i.h | 101 struct vm_map *tmpmap; in uvmfault_lookup() local 145 tmpmap = ufi->entry->object.sub_map; in uvmfault_lookup() 151 ufi->map = tmpmap; in uvmfault_lookup()
|
/netbsd-src/games/gomoku/ |
H A D | pickmove.c | 68 static unsigned int tmpmap[MAPSZ]; /* map for blocking <1,x> combos */ variable 301 memset(tmpmap, 0, sizeof(tmpmap)); in scanframes() 321 BIT_SET(tmpmap, (spot_index)n); in scanframes() 333 memcpy(forcemap, tmpmap, sizeof(tmpmap)); in scanframes() 336 forcemap[i] &= tmpmap[i]; in scanframes() 975 memset(tmpmap, 0, sizeof(tmpmap)); in updatecombo() 1008 BIT_SET(tmpmap, s); in updatecombo() 1033 BIT_SET(tmpmap, s); in updatecombo() 1036 memcpy(forcemap, tmpmap, sizeof(tmpmap)); in updatecombo() 1039 forcemap[i] &= tmpmap[i]; in updatecombo()
|
/netbsd-src/sys/arch/x86/acpi/ |
H A D | acpi_machdep.c | 252 struct mp_intr_map tmpmap, *mip, **mipp = NULL; in acpi_md_intr_establish() local 342 *mipp = &tmpmap; in acpi_md_intr_establish() 343 tmpmap.redir = redir; in acpi_md_intr_establish() 344 tmpmap.flags = mpflags; in acpi_md_intr_establish()
|