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

/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c358 MAP *mapp; local
364 mapp = (MAP *) malloc(sizeof(MAP));
365 if (copy == 0 || mapp == 0)
367 mapp->next = 0;
369 cur = maplist = mapp;
371 cur->next = mapp;
372 cur = mapp;
375 mapp->porttype = arg;
376 mapp->conditional = 0;
381 mapp
474 MAP *mapp; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Duw-thread.c182 CORE_ADDR mapp; member in struct:__anon3881
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...]
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dbus_dma.h198 int bus_dmamap_create(bus_dma_tag_t dmat, int flags, bus_dmamap_t *mapp);
212 bus_dmamap_t *mapp);
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dfbsd_busdma_x86.c372 bus_dmamap_create(bus_dma_tag_t dmat, int flags, bus_dmamap_t *mapp) argument
406 *mapp = (bus_dmamap_t)malloc(sizeof(**mapp), M_DEVBUF,
408 if (*mapp == NULL) {
415 STAILQ_INIT(&((*mapp)->bpages));
443 *mapp = NULL;
479 bus_dmamap_t *mapp)
491 *mapp = NULL;
478 bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags, bus_dmamap_t *mapp) argument

Completed in 106 milliseconds