Searched refs:mchunk (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | gettext_gnu.c | 452 msg = gmnp->mchunk + gmnp->d_msg[MSGID][idx].offset; in gnu_msgsearch() 468 msg = gmnp->mchunk + gmnp->d_msg[MSGSTR][idx].offset; in gnu_msgsearch() 1001 char *mchunk, *msg; in expand_dynamic_message() local 1012 mchunk = NULL; in expand_dynamic_message() 1041 t = realloc(mchunk, n); in expand_dynamic_message() 1044 free(mchunk); in expand_dynamic_message() 1047 mchunk = t; in expand_dynamic_message() 1050 (void) memcpy(mchunk + used, msg, (size_t)mlen); in expand_dynamic_message() 1064 (void) memcpy(mchunk + used, in expand_dynamic_message() 1081 t = realloc(mchunk, used); in expand_dynamic_message() [all …]
|
H A D | gettext_util.c | 300 p->mchunk + p->d_msg[MSGID][i-num_of_str-1].offset; in search_msg() 328 p->mchunk + p->d_msg[v][x].offset); in print_rev1_info() 362 ms = p->mchunk + p->d_msg[MSGID][x].offset; in print_rev1_info() 513 gprintf(level, " mchunk: 0x%p\n", (void *)gmnp->mchunk); in printgnumsg()
|
H A D | gettext.h | 106 char *mchunk; /* pointer to memory chunk of dynamic strs */ member
|
/illumos-gate/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 731 memory_chunk_t mchunk; in look_map() local 784 mem_chunk_init(&mchunk, segment_end, psz); in look_map() 798 size_contig = get_contiguous_region(&mchunk, vaddr, in look_map() 866 memory_chunk_t mchunk; in look_smap() local 926 mem_chunk_init(&mchunk, segment_end, psz); in look_smap() 940 size_contig = get_contiguous_region(&mchunk, vaddr, in look_smap() 1592 get_contiguous_region(memory_chunk_t *mchunk, uintptr_t vaddr, in get_contiguous_region() argument 1601 curr_lgrp = lgrp = addr_to_lgrp(mchunk, vaddr, &psz); in get_contiguous_region() 1612 curr_lgrp = addr_to_lgrp(mchunk, vaddr, &psz); in get_contiguous_region()
|