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

/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtset.c382 MAP *mapp; local
388 mapp = (MAP *) malloc(sizeof(MAP));
389 if (copy == 0 || mapp == 0)
391 mapp->next = 0;
393 cur = maplist = mapp;
395 cur->next = mapp;
396 cur = mapp;
399 mapp->porttype = arg;
400 mapp->conditional = 0;
405 mapp
502 MAP *mapp; local
[all...]
/macosx-10.9.5/gpt-12/
H A Dboot.c64 gpt_find(uuid_t *type, map_t **mapp) argument
92 *mapp = NULL;
104 *mapp = map;
/macosx-10.9.5/Libc-997.90.3/db/hash/FreeBSD/
H A Dhash_page.c642 hashp->mapp[ndx] = ip;
679 if (!(freep = (u_int32_t *)hashp->mapp[i]) &&
833 if (!(freep = hashp->mapp[free_page]))
919 if ((hashp->mapp[ndx] = (u_int32_t *)malloc(hashp->BSIZE)) == NULL)
922 (char *)hashp->mapp[ndx], hashp->BITMAPS[ndx], 0, 1, 1)) {
923 free(hashp->mapp[ndx]);
926 return (hashp->mapp[ndx]);
H A Dhash.h110 u_int32_t *mapp[NCACHED]; /* Pointers to page maps */ member in struct:htab
H A Dhash.c178 (void)memset(&hashp->mapp[0], 0, bpages * sizeof(u_int32_t *));
417 if (hashp->mapp[i])
418 free(hashp->mapp[i]);
499 if (hashp->mapp[i])
500 if (__put_page(hashp, (char *)hashp->mapp[i],
/macosx-10.9.5/dtrace-118.1/sys/
H A Dbitmap.h168 extern int bt_gethighbit(ulong_t *mapp, int wx);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlpc.vim138 syn keyword lpc_efuns contained malloc_check malloc_debug malloc_status map map_array map_delete map_mapping mapp master match_path max_eval_cost member_array memory_info memory_summary message mkdir moncontrol move_object mud_status

Completed in 202 milliseconds