Searched defs:index (Results 101 - 125 of 945) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libgss/
H A Doid_ops.c334 int index; local
435 index = -1;
437 op[index] = (unsigned char)
439 if (index != -1)
440 op[index] |= 0x80;
441 index--;
489 OM_uint32 index; local
515 for (index = 0; index < copy->count; index
[all...]
/illumos-gate/usr/src/lib/libinetutil/common/
H A Dlibinetutil.h87 int index; /* interface index */ member in struct:ifaddrlist
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Drevnetgroup.c129 static int index = -1; local
134 if (++index == TABLESIZE) {
137 cur = ngtable[index];
/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dlockmap.c72 get_map_id(char *map_name, int index) argument
85 cur_elt = map_list_p[index];
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddev.h50 int index; /* Index of next device on this controller to probe */ member in struct:dev
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dldi.c49 size_t index; /* hash table index */ member in struct:lh_walk
59 size_t index; /* hash table index */ member in struct:li_walk
85 lhwp->index = 0;
110 if (++(lhwp->index) >= LH_HASH_SZ)
115 (uintptr_t)(lhwp->hash + lhwp->index))) == -1) {
117 (uintptr_t)lhwp->hash + lhwp->index);
153 liwp->index = 0;
178 if (++(liwp->index) >
[all...]
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcoeadm.c43 int index; local
53 for (index = 0; index < 16; index++) {
54 if (isxdigit(wwn[index])) {
/illumos-gate/usr/src/cmd/format/
H A Ddefect.c265 * be sorted. It returns the index that the defect should become. The
309 * Return the index to put the defect at.
410 int index; local
424 * Calculate the index into the list that the defect belongs at.
426 index = sort_defect(&def, list);
430 add_def(&def, list, index);
435 * a precalculated index.
438 add_def(struct defect_entry *def, struct defect_list *list, int index) argument
453 for (i = count; i > index; i--)
H A Dmenu_defect.c265 int type, deflt, index; local
275 fmt_print(" 0. bytes-from-index\n");
303 * Mode selected is bytes-from-index. Input the information
316 def.bfi = input(FIO_INT, "Enter defect's bytes-from-index",
334 index = sort_defect(&def, &work_list);
336 pr_defect(&def, index);
358 add_def(&def, &work_list, index);
359 fmt_print("defect number %d added.\n\n", index + 1);
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Darcs.c225 int index; local
228 for (index = 0; index < total_names; index += 1) {
229 timepropagate(topsortnlp[index]);
300 cyclenlp->index = 0; /* index in the */
474 int index; local
479 for (index = total_names - 1; index >
575 long i, index; local
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldlibs.c47 * Define a list index for "-L" processing. By default, "-L" search paths are
62 compat_YL_YU(Ofl_desc *ofl, char *path, int index) argument
64 if (index == YLDIR) {
72 path, index));
75 } else if (index == YUDIR) {
83 path, index));
403 * LD_LIBRARY_PATH string, change the insert index so that -L
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c343 get_string_table(table_t *t, int index) argument
347 } else if (index > t->used) {
350 return (t->elements[index]);
/illumos-gate/usr/src/cmd/acct/
H A Dacctdusg.c51 struct disk *next; /* next entry at same hash tbl index */
183 int index; local
186 for (index = 0; index < MAXUSERS; index++) {
187 for (entry = usglist[index];
270 int index; local
273 for (index = 0; index < MAXUSERS; index
[all...]
/illumos-gate/usr/src/cmd/avs/dsstat/
H A Ddsstat.c191 int index; local
194 for (index = 0; index < strlen(flags); index++) {
195 switch (flags[index]) {
238 int index; local
241 for (index = 0; index < strlen(flags); index++) {
242 switch (flags[index]) {
[all...]
/illumos-gate/usr/src/cmd/backup/lib/
H A Dmyrcmd.c58 #define index(s, c) strchr(s, c) macro
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dcap.c218 char index[INDEX_STR_SIZE]; local
220 (void) snprintf(index, INDEX_STR_SIZE, MSG_ORIG(MSG_FMT_INDEX), ndx);
238 dbg_print(lml, MSG_INTL(MSG_CAP_ELF_ENTRY), index,
H A Dgot.c85 char index[INDEX_STR_SIZE]; local
87 (void) snprintf(index, INDEX_STR_SIZE, MSG_ORIG(MSG_GOT_INDEX),
111 dbg_print(lml, MSG_INTL(MSG_GOT_FORMAT1), index,
114 dbg_print(lml, MSG_INTL(MSG_GOT_FORMAT2), index,
136 char index[INDEX_STR_SIZE]; local
138 (void) snprintf(index, INDEX_STR_SIZE, MSG_ORIG(MSG_GOT_INDEX),
166 dbg_print(lml, MSG_INTL(MSG_GOT_ENTRY_RE), index, EC_ADDR(addr),
169 dbg_print(lml, MSG_INTL(MSG_GOT_ENTRY_NR), index, EC_ADDR(addr),
H A Dlibs.c188 Dbg_libs_ylu(Lm_list *lml, const char *path, const char *orig, int index) argument
194 (index == YLDIR) ? 'L' : 'U');
H A Dversion.c115 char index[10]; local
127 (void) sprintf(index, MSG_ORIG(MSG_FMT_INDEX), vdp->vd_ndx);
128 Elf_ver_line_1(lml, index, vdp->vd_name, dep,
184 Elf_ver_line_1(Lm_list *lml, const char *index, const char *name, argument
188 dbg_print(lml, MSG_INTL(MSG_VER_LINE_1), index, name,
191 dbg_print(lml, MSG_INTL(MSG_VER_LLINE_1), index, name,
/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Dtsort.c77 static struct nodelist *index(char *s);
129 i = index(precedes);
130 j = index(follows);
188 index(char *s) function
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrace.c119 static int index = 1; local
146 if (index >= ac)
152 if (strcmp(av[index], "-") == 0) {
154 index++;
162 if ((index+2) >= ac)
165 tp->ti_mid = convarg(av[index++]);
166 tp->ti_sid = convarg(av[index++]);
167 tp->ti_level = convarg(av[index++]);
/illumos-gate/usr/src/cmd/svc/common/
H A Dnotify_params.c84 * return a pointer to the fma tag at the passed index. NULL if no entry exist
85 * for index
88 get_fma_tag(uint32_t index) argument
90 if (index > (sizeof (fma_tags) / sizeof (struct fma_tags)))
93 return (fma_tags[index].t);
98 * return a pointer to the fma class at the passed index. NULL if no entry exist
99 * for index
102 get_fma_class(uint32_t index) argument
104 if (index > (sizeof (fma_tags) / sizeof (struct fma_tags)))
107 return (fma_tags[index]
[all...]
/illumos-gate/usr/src/cmd/lms/
H A Dglue.cpp87 static char *parser_get(parser_t *cfg, unsigned int index) argument
89 if ((!cfg) || (index >= cfg->count)) {
93 return (cfg->line[index]);
143 void glue::handle_init(int index, const char *file) argument
145 int i = index;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dprocmap.c67 static int sortentry(int index);
278 * This function sorts the final list of cfent entries. If index = -1, the
279 * function is initialized. index = 0 doesn't get us anywhere because this
280 * sorts against index-1. Positive natural index values are compared and
288 sortentry(int index) argument
295 if (index == 0)
297 else if (index < 0) {
303 * Based on the index, this is the package object we're going to
307 ept = eptlist[index];
[all...]
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_tdir.c103 ctfs_tdir_do_inode(vnode_t *vp, int index) argument
105 return (CTFS_INO_TYPE_FILE(gfs_file_index(vp), index));

Completed in 83 milliseconds

1234567891011>>