Searched defs:offsets (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dring.c50 static char offsets[2] = {45 /* flash_screen */, 1 /* bell */ }; local
56 _PUTS(str_array[offsets[bf]] ? str_array[offsets[bf]] :
57 str_array[offsets[1 - bf]], 0);
H A Dinit_acs.c49 * When the keyboard can send more than eight bits, offsets array
51 * The offsets MUST match what is in curses.h.
54 static unsigned char offsets[][2] = { variable
78 int i = sizeof (offsets) / 2, to_get, must_output;
108 nacsmap[offsets[i][0]] = offsets[i][1];
H A Dtcsearch.c48 _tcsearch(char *cap, short offsets[], char *names[], int size, int n) argument
55 cmp = ((n == 0) ? strcmp(cap, names[offsets[m]]) :
56 strncmp(cap, names[offsets[m]], n));
64 return (offsets[m]);
H A Dinit_costs.c57 static short offsets[] = { variable
104 *costptr++ = _cost_fn(str_array[offsets[i++]], 1);
107 *costptr++ = _cost_fn(tparm_p1(str_array[offsets[i++]], 10), 1);
H A Dsetupterm.c690 static char offsets[] = { local
703 if ((on_sequences[n] = str_array[offsets[n]]) != 0)
710 offsets[] = { local
744 for (n = 0; n < sizeof (offsets); n++) {
745 if ((!(off_sequences[n] = str_array[offsets[n]])) ||
/illumos-gate/usr/src/lib/libfru/libfru/
H A DAncestor.h79 uint32_t *offsets; member in struct:Ancestor
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c59 static uint_t *offsets; /* array of word-offsets into "buf" */ variable
60 static uint_t off_idx = 0; /* first free index in offsets array */
61 static size_t off_size = 0; /* offsets array size */
110 if (fprintf(tmpfp[tmpfp_idx], "%s\n", &buf[offsets[i++]]) < 0) {
127 * insert an offset into the offsets-array. If the offsets-array is out of
140 tmp = realloc(offsets, sizeof (uint_t) * off_size);
143 free(offsets);
145 offsets
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_arange.c82 /* Size in bytes of segment offsets in target. */
332 the section offset (offsets).
339 Dwarf_Off ** offsets,
401 *offsets = arange_offsets;
337 _dwarf_get_aranges_addr_offsets(Dwarf_Debug dbg, Dwarf_Addr ** addrs, Dwarf_Off ** offsets, Dwarf_Signed * count, Dwarf_Error * error) argument
H A Ddwarf_addr_finder.c619 Dwarf_Off *offsets; local
622 _dwarf_get_aranges_addr_offsets(dbg, &aranges, &offsets, &count,
629 cb_func(DW_SECTION_ARANGES, offsets[indx],
634 dwarf_dealloc(dbg, offsets, DW_DLA_ADDR);
/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp_ioctl.c231 sp_ext_offset_t *offsets; local
260 offsets = kmem_alloc(osz, KM_SLEEP);
276 if (ddi_copyin((void *)(uintptr_t)mup->osp, offsets, osz, mode)) {
320 bp->b_lblkno = offsets[i];
354 kmem_free(offsets, osz);
1572 * the offsets to pick up the correct lower-level device
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c855 /* offsets are equal */
2425 xsp_offset_t *osp, *offsets; local
2453 osp = offsets =
2503 update_params.osp = (uintptr_t)offsets;
2516 Free(offsets);
3442 * been updated the virtual offsets in the unit structure
5689 * if the offsets aren't equal, only increment the
5752 "%s: unit structure and extent header offsets differ.\n"),

Completed in 83 milliseconds