/illumos-gate/usr/src/test/libc-tests/tests/stdio/ |
H A D | ftello_12768.c | 33 static off_t offsets[] = { in main() local 48 for (i = 0; i < ARRAY_SIZE(offsets); i++) { in main() 51 if (fseeko(f, offsets[i], SEEK_SET) != 0) { in main() 53 (long long)offsets[i]); in main() 60 "%lld", (long long)offsets[i]); in main() 64 if (ftret != offsets[i]) { in main() 66 "%lld, found %lld", (long long)offsets[i], in main()
|
/illumos-gate/usr/src/lib/pam_modules/authtok_check/ |
H A D | packer.c | 57 static uint_t *offsets; /* array of word-offsets into "buf" */ variable 108 if (fprintf(tmpfp[tmpfp_idx], "%s\n", &buf[offsets[i++]]) < 0) { in writeout() 138 tmp = realloc(offsets, sizeof (uint_t) * off_size); in insert_word() 141 free(offsets); in insert_word() 143 offsets = NULL; in insert_word() 146 offsets = tmp; in insert_word() 149 offsets[off_idx++] = off; in insert_word() 265 qsort((void *)offsets, off_idx, sizeof (int), compare); in sort_file() 276 if (offsets != NULL) in sort_file() 277 free(offsets); in sort_file() [all …]
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | ring.c | 48 static char offsets[2] = {45 /* flash_screen */, 1 /* bell */ }; in _ring() local 54 _PUTS(str_array[offsets[bf]] ? str_array[offsets[bf]] : in _ring() 55 str_array[offsets[1 - bf]], 0); in _ring()
|
H A D | tcsearch.c | 46 _tcsearch(char *cap, short offsets[], char *names[], int size, int n) in _tcsearch() argument 53 cmp = ((n == 0) ? strcmp(cap, names[offsets[m]]) : in _tcsearch() 54 strncmp(cap, names[offsets[m]], n)); in _tcsearch() 62 return (offsets[m]); in _tcsearch()
|
H A D | init_acs.c | 52 static unsigned char offsets[][2] = { variable 76 int i = sizeof (offsets) / 2, to_get, must_output; in init_acs() 106 nacsmap[offsets[i][0]] = offsets[i][1]; in init_acs()
|
H A D | init_costs.c | 55 static short offsets[] = { variable 102 *costptr++ = _cost_fn(str_array[offsets[i++]], 1); in _init_costs() 105 *costptr++ = _cost_fn(tparm_p1(str_array[offsets[i++]], 10), 1); in _init_costs()
|
H A D | setupterm.c | 697 static char offsets[] = { in setupterm() local 710 if ((on_sequences[n] = str_array[offsets[n]]) != 0) in setupterm() 717 offsets[] = { in setupterm() local 751 for (n = 0; n < sizeof (offsets); n++) { in setupterm() 752 if ((!(off_sequences[n] = str_array[offsets[n]])) || in setupterm()
|
/illumos-gate/usr/src/lib/libfru/libfru/ |
H A D | Ancestor.cc | 43 offsets = (uint32_t *)malloc(sizeof (uint32_t) in Ancestor() 51 free(offsets); in ~Ancestor() 86 offsets = (uint32_t *)realloc(offsets, in addInstance() 89 paths = (char **)realloc(offsets, in addInstance() 93 offsets[numInstances] = offset; in addInstance() 125 return (offsets[num]); in getInstOffset() 127 return (offsets[numInstances]); in getInstOffset()
|
H A D | Ancestor.h | 77 uint32_t *offsets; member
|
/illumos-gate/usr/src/common/mc/zen_umc/ |
H A D | zen_umc_dump.c | 202 nvlist_t *offsets[ZEN_UMC_MAX_DRAM_OFFSET]; in zen_umc_dump_chan() local 218 offsets[i] = fnvlist_alloc(); in zen_umc_dump_chan() 219 fnvlist_add_boolean_value(offsets[i], "cho_valid", in zen_umc_dump_chan() 221 fnvlist_add_uint64(offsets[i], "cho_offset", in zen_umc_dump_chan() 230 fnvlist_add_nvlist_array(nvl, "chan_offsets", offsets, in zen_umc_dump_chan() 241 nvlist_free(offsets[i]); in zen_umc_dump_chan() 570 nvlist_t **rules, **offsets, **dimms, *hash; in zen_umc_restore_chan() local 580 "chan_offsets", DATA_TYPE_NVLIST_ARRAY, &offsets, &noffsets, in zen_umc_restore_chan() 602 if (nvlist_lookup_pairs(offsets[i], 0, in zen_umc_restore_chan()
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | Makefile.vmm | 40 OFFSETS_VMX = $(CONF_SRCDIR)/intel/offsets.in 41 OFFSETS_SVM = $(CONF_SRCDIR)/amd/offsets.in
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_arange.h | 60 Dwarf_Off ** offsets,
|
/illumos-gate/usr/src/lib/commpage/ |
H A D | Makefile.shared.com | 24 COMMPAGE_OFFSETS_SRC = $(SRC)/lib/commpage/common/offsets.in
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | mach_offsets.in | 24 \ offsets.in: input file to produce assym.h using the stabs program 67 \ When specifying the offsets of nested structures/unions each nested 69 \ "\#define" escapes to add the offsets from the base structure/union
|
/illumos-gate/usr/src/lib/brand/shared/brand/ |
H A D | Makefile.com | 31 OFFSETS_SRC = ../common/offsets.in
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mach_offsets.in | 24 \ offsets.in: input file to produce assym.h using the stabs program 67 \ When specifying the offsets of nested structures/unions each nested 69 \ "\#define" escapes to add the offsets from the base structure/union
|
/illumos-gate/usr/src/lib/commpage/common/ |
H A D | offsets.in | 17 \ offsets.in: input file to produce assym.h using the ctfstabs program
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | setjmp.S | 40 JB_FLAGS = (0*4) ! offsets in jmpbuf (see siglonglmp.c)
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | setjmp.S | 40 JB_FLAGS = (0*8) ! offsets in jmpbuf (see siglongjmp.c)
|
/illumos-gate/usr/src/boot/efi/loader/arch/arm/ |
H A D | ldscript.arm | 38 /* We want the small data sections together, so single-instruction offsets
|
/illumos-gate/usr/src/uts/intel/nsmb/ |
H A D | Makefile | 46 OFFSETS_SRC = $(CONF_SRCDIR)/offsets.in
|
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/ |
H A D | kmdb_context_off.in | 27 \ Structure offsets for use in context-switching assembly code.
|
/illumos-gate/usr/src/stand/lib/sa/sparc/ |
H A D | _setjmp.S | 66 PCVAL = 0 ! offsets in buf structure
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | offsets.in | 1 \ offsets.in: input file to produce assym.h using the stabs program 66 \ When specifying the offsets of nested structures/unions each nested 68 \ "\#define" escapes to add the offsets from the base structure/union
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | offsets.in | 24 \ offsets.in: input file to produce assym.h using the ctfstabs program
|