Searched refs:index (Results 176 - 200 of 503) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dstack.h55 int index; /* index within current block */ member in struct:stackposition
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Doption.h73 int index; /* argv index */ member in struct:Opt_s
76 int offset; /* char offset in argv[index] */
H A Dstack.h55 int index; /* index within current block */ member in struct:stackposition
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Doption.h73 int index; /* argv index */ member in struct:Opt_s
76 int offset; /* char offset in argv[index] */
H A Dstack.h55 int index; /* index within current block */ member in struct:stackposition
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dproc64_support.s72 # rdi = cpuid function, rsi = out_reg addr, rdx = cache index(fn 4)
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBA.h69 * Fetch the name, excluding the trailing "-" and index number
75 HBAPort* getPortByIndex(int index);
H A DHBAPort.cc289 HBANPIVPort* HBAPort::getPortByIndex(int index) { argument
293 if (index >= npivportsByIndex.size() || index < 0) {
296 HBANPIVPort *tmp = npivportsByIndex[index];
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c548 int i, index; local
569 if (find(curr_token.tk_name, &array, &index) < 0) {
579 boolean[index] = 2;
581 ((short*) array)[index] = -2;
585 boolean[index] = 1;
591 number[index] = curr_token.tk_valnumber;
597 string[index] = save_str(
/osnet-11/usr/src/lib/libcmd/common/
H A Dtail.c432 if (!(flags & FOLLOW) && argv[opt_info.index] && (argv[opt_info.index][0] == '-' || argv[opt_info.index][0] == '+') && !argv[opt_info.index][1])
434 number = argv[opt_info.index][0] == '-' ? 10 : -10;
436 opt_info.index++;
448 if (opt_info.arg == argv[opt_info.index - 1])
453 opt_info.index--;
523 if (!(r = argv[opt_info.index]) || !opt_info.offset)
574 argv += opt_info.index;
[all...]
H A Djoin.c292 * read in a record from file <index> and split into fields
295 getrec(Join_t* jp, int index, int discard) argument
298 register File_t* fp = &jp->file[index];
313 jp->outmode &= ~(1<<index);
451 _trace_getrec(Join_t* jp, int index, int discard) argument
455 r = getrec(jp, index, discard);
466 * print field <n> from file <index>
469 outfield(Join_t* jp, int index, register int n, int last) argument
471 register File_t* fp = &jp->file[index];
850 cp = argv[opt_info.index
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dgetcwd.c93 int index; /* index from end of buf */
112 if (d) *(end - d->index - 1) = 0;
113 v = chdir(end - dp->index);
114 if (d) *(end - d->index - 1) = '/';
136 p->index = end - path;
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c73 while (stk->index > 0) \
74 freeexpr(stk->ptr[--stk->index]); \
99 stk->ptr[stk->index++] = exp;
100 if (stk->index == MAX_STACK_SIZE) {
114 if (stk->index == 0) {
126 type_name[GETTYPE((stk->ptr[stk->index - 1])->op)]);
128 type_name[GETTYPE((stk->ptr[stk->index - 1])->flag)]);
131 return (stk->ptr[--stk->index]);
466 stk->index = 0;
832 if (stk->index >
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgstr.c181 int index; local
191 for (index = 0 ; ; index ++) {
194 p = pkgstrGetToken((char *)NULL, a_string, index, a_separators);
196 return (index);
434 /* scan for separators and return 'index'th token found */
448 /* if this is the 'index'th token requested return it */
553 /* scan for separators and return 'index'th token found */
566 /* if this is the 'index'th token requested return it */
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c162 int _tab; /* Tab index. */
163 int _one; /* Single-step index, same direction as tab. */
164 int _opp; /* Single-step index, opposite direction to tab. */
434 cost(char *cap, int index, int p1, int p2) argument
436 cur_term->_move[index]._seq = cap;
439 cur_term->_move[index]._cost = __MOVE_INFINITY;
441 cur_term->_move[index]._cost = __m_tputs(
446 cur_term->_move[index]._cost = __MOVE_INFINITY;
/osnet-11/usr/src/lib/libast/common/port/
H A Dlc.c124 * return the internal category index for category
393 if (lc->index &&
394 GetLocaleInfo(lc->index, LOCALE_SENGLANGUAGE, lang, sizeof(lang)) &&
395 GetLocaleInfo(lc->index, LOCALE_SENGCOUNTRY, ctry, sizeof(ctry)))
397 if (!GetLocaleInfo(lc->index, LOCALE_IDEFAULTANSICODEPAGE, code, sizeof(code)))
806 lc->index = MAKELCID(MAKELANGID(lp->index, n), SORT_DEFAULT);
871 if (!ls->lc.language || !ls->lc.language->index)
872 ls->lc.index = 0;
875 if ((!ls->list.attribute || !(ls->lc.index
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c378 if (heap_element(ctx->timers, del->index) != del)
381 if (heap_delete(ctx->timers, del->index) < 0)
405 if (heap_element(ctx->timers, timer->index) != timer)
431 if (heap_element(ctx->timers, timer->index) != timer)
460 result = heap_increased(ctx->timers, timer->index);
466 result = heap_decreased(ctx->timers, timer->index);
576 set_index(void *what, int index) { argument
580 timer->index = index;
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_map.c771 int index; member in struct:__anon1941
966 dni->index = idx + n;
1080 * matches the selector index. If 'name' is NULL, then check if rule-value 'rv'
1081 * matches the index.
1082 * To match the selector index, all fieldspecs in the indexlist should match
1104 * index matches. This saves us from having matches in a
1114 if (x->index.numIndexes <= 0 || (!yp2ldap && q == 0))
1118 if (!(pass = am(myself, x->index.numIndexes * sizeof (char *))))
1121 x->index.numIndexes * sizeof (char *)))) {
1128 /* Check each index */
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dserpent.c481 /* Apply SBOX number WHICH to to the block found in ARRAY0 at index
482 INDEX, writing the output to the block found in ARRAY1 at index
484 #define SBOX(which, array0, array1, index) \
485 SBOX##which (array0[index + 0], array0[index + 1], \
486 array0[index + 2], array0[index + 3], \
487 array1[index + 0], array1[index + 1], \
488 array1[index
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dserpent.c482 /* Apply SBOX number WHICH to to the block found in ARRAY0 at index
483 INDEX, writing the output to the block found in ARRAY1 at index
485 #define SBOX(which, array0, array1, index) \
486 SBOX##which (array0[index + 0], array0[index + 1], \
487 array0[index + 2], array0[index + 3], \
488 array1[index + 0], array1[index + 1], \
489 array1[index
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A DPayloadReader.cc117 size_t length, int index,
125 if (index == PathDef::lastIteration)
127 return (length * index);
133 if (index == PathDef::lastIteration) {
141 return (length * ((head + index) % iterPoss));
143 int abs = tail - index;
114 calcOffset(int iterType, uint8_t head, uint8_t tail, uint8_t iterThere, uint8_t iterPoss, size_t length, int index, fru_errno_t *err) argument
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c146 int image_read, index, color; local
167 for (index = 1; index < 15; index++) {
168 color = (image_read ? splash_palette[index] : background);
169 graphics_set_palette(index, PALETTE_RED(color),
/osnet-11/usr/src/lib/libuvfs/common/
H A Dname.c336 * Return the parent fid for the given directory fid. The index parameter
337 * indicates which hard link to follow; normally, index is zero.
341 libuvfs_name_parent(libuvfs_fs_t *fs, const libuvfs_fid_t *fid, int index, argument
358 if (index-- <= 0)
377 * Retrieve the fid and name for the "index"th entry in the given directory.
381 libuvfs_name_dirent(libuvfs_fs_t *fs, const libuvfs_fid_t *dirfid, int index, argument
396 if (--index < 0)
493 * Determine a path for a given fid. The index parameter specifies which
499 uint32_t index, const char *prefix, char *buffer, uint32_t size)
512 while (index
498 libuvfs_name_path(libuvfs_fs_t *fs, const libuvfs_fid_t *fid, uint32_t index, const char *prefix, char *buffer, uint32_t size) argument
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c163 int _tab; /* Tab index. */
164 int _one; /* Single-step index, same direction as tab. */
165 int _opp; /* Single-step index, opposite direction to tab. */
447 cost(cap, index, p1, p2)
449 int index, p1, p2;
451 cur_term->_move[index]._seq = cap;
454 cur_term->_move[index]._cost = __MOVE_INFINITY;
456 cur_term->_move[index]._cost = tputs(
462 cur_term->_move[index]._cost = __MOVE_INFINITY;
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c326 jobject obj, jstring poolUTF, jlong index)
339 zhp, NULL, index, &p_vdev_id);
344 p_vdev_id == index ? NULL : &p_vdev_id);
363 JNIEnv *env, jobject obj, jstring poolUTF, jlong index)
375 uint64_t p_vdev_id = index;
377 zhp, NULL, index, NULL);
325 Java_com_sun_zfs_common_model_SystemDataModel_getVirtualDevice(JNIEnv *env, jobject obj, jstring poolUTF, jlong index) argument
362 Java_com_sun_zfs_common_model_SystemDataModel_getVirtualDevices__Ljava_lang_String_2J( JNIEnv *env, jobject obj, jstring poolUTF, jlong index) argument

Completed in 83 milliseconds

1234567891011>>