Searched refs:mapp (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/usr.bin/tset/
H A Dtset.c379 MAP *mapp; local
385 mapp = typeMalloc(MAP, 1);
386 if (copy == 0 || mapp == 0)
390 assert(mapp != 0);
392 mapp->next = 0;
394 cur = maplist = mapp;
396 cur->next = mapp;
397 cur = mapp;
400 mapp->porttype = arg;
401 mapp
500 MAP *mapp; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Duw-thread.c182 CORE_ADDR mapp; member in struct:__anon4719
191 CORE_ADDR mapp; /* address of thread's map structure */ member in struct:private_thread_info
344 read_map (CORE_ADDR mapp, struct thread_map *map) argument
346 return base_ops.deprecated_xfer_memory ((CORE_ADDR)THR_MAP (mapp),
374 CORE_ADDR first, mapp; local
381 (char *)&mapp, sizeof (mapp), 0, NULL,
384 if (!mapp)
387 for (first = mapp;;)
389 if (!read_map (mapp,
523 add_thread_uw(int thrid, int lwpid, CORE_ADDR mapp, ptid_t ptid) argument
625 CORE_ADDR sp, mapp, mapp_main; local
[all...]
/openbsd-current/usr.sbin/makefs/ffs/
H A Dffs_subr.c138 u_char *freemapp, *mapp; local
161 mapp = &freemapp[start / NBBY];
162 map = *mapp++;
170 map = *mapp++;
182 mapp = &freemapp[start / NBBY];
183 map = *mapp--;
191 map = *mapp--;
H A Dmkfs.c678 u_char *mapp = cg_clustersfree(&acg); local
679 int map = *mapp++;
695 map = *mapp++;
/openbsd-current/sys/arch/amd64/pci/
H A Dagp_machdep.c79 int flags, struct agp_map **mapp)
95 *mapp = map;
78 agp_init_map(bus_space_tag_t tag, bus_addr_t address, bus_size_t size, int flags, struct agp_map **mapp) argument
/openbsd-current/sys/dev/pci/
H A Dagp.c271 agp_alloc_dmamem(bus_dma_tag_t tag, size_t size, bus_dmamap_t *mapp, argument
282 BUS_DMA_NOWAIT, mapp)) != 0)
286 if ((error = bus_dmamap_load_raw(tag, *mapp, seg, nseg, size,
290 *baddr = (*mapp)->dm_segs[0].ds_addr;
296 bus_dmamap_destroy(tag, *mapp);
H A Dif_devar.h771 #define TULIP_RXMAP_CREATE(sc, mapp) \
774 BUS_DMA_NOWAIT|BUS_DMA_ALLOCNOW, (mapp))
790 #define TULIP_TXMAP_CREATE(sc, mapp) \
793 0, BUS_DMA_NOWAIT, (mapp))
/openbsd-current/sys/arch/i386/pci/
H A Dagp_machdep.c82 int flags, struct agp_map **mapp)
113 *mapp = map;
81 agp_init_map(bus_space_tag_t tag, bus_addr_t address, bus_size_t size, int flags, struct agp_map **mapp) argument
/openbsd-current/sbin/pdisk/
H A Dpdisk.c137 edit(struct partition_map **mapp) argument
139 struct partition_map *map = *mapp;
206 *mapp = map;
/openbsd-current/lib/libc/db/hash/
H A Dhash_page.c623 hashp->mapp[ndx] = ip;
660 if (!(freep = (u_int32_t *)hashp->mapp[i]) &&
814 if (!(freep = hashp->mapp[free_page]))
899 if ((hashp->mapp[ndx] = (u_int32_t *)malloc(hashp->BSIZE)) == NULL)
902 (char *)hashp->mapp[ndx], hashp->BITMAPS[ndx], 0, 1, 1)) {
903 free(hashp->mapp[ndx]);
906 return (hashp->mapp[ndx]);
H A Dhash.h111 u_int32_t *mapp[NCACHED]; /* Pointers to page maps */ member in struct:htab
H A Dhash.c171 (void)memset(&hashp->mapp[0], 0, bpages * sizeof(u_int32_t *));
410 free(hashp->mapp[i]);
489 if (hashp->mapp[i])
490 if (__put_page(hashp, (char *)hashp->mapp[i],
/openbsd-current/sbin/fsck_ffs/
H A Dpass5.c289 u_char *mapp = cg_clustersfree(newcg); local
290 int map = *mapp++;
306 map = *mapp++;
/openbsd-current/sys/ufs/ffs/
H A Dffs_alloc.c1480 u_char *freemapp, *mapp; local
1501 mapp = &freemapp[start / NBBY];
1502 map = *mapp++;
1510 map = *mapp++;
1522 mapp = &freemapp[start / NBBY];
1523 map = *mapp--;
1531 map = *mapp--;
/openbsd-current/usr.bin/mg/
H A Dextend.c382 * KEYMAP **mapp.
385 bindkey(KEYMAP **mapp, const char *fname, KCHAR *keys, int kcount) argument
387 KEYMAP *curmap = *mapp;
/openbsd-current/sbin/growfs/
H A Dgrowfs.c447 u_char *mapp = cg_clustersfree(&acg); local
448 int map = *mapp++;
464 map = *mapp++;
/openbsd-current/sys/dev/ic/
H A Daic7xxx.c249 bus_dmamap_t *mapp,
7229 ahc_createdmamem(bus_dma_tag_t tag, int size, int flags, bus_dmamap_t *mapp, argument
7236 BUS_DMA_NOWAIT | flags, mapp)) != 0) {
7256 if ((error = bus_dmamap_load(tag, *mapp, *vaddr, size, NULL,
7263 *baddr = (*mapp)->dm_segs[0].ds_addr;
7271 bus_dmamap_destroy(tag, *mapp);

Completed in 372 milliseconds