Searched defs:index (Results 301 - 325 of 945) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_confmgr.c829 ParamIndexType index; local
897 if (__s_api_get_profiletype(attrname, &index) != 0)
901 switch (index) {
910 (void) __ns_ldap_setParamValue(ptr, index,
926 (void) __ns_ldap_setParamValue(ptr, index, buffer.str,
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dmenu.h62 int index; /* Item number */ member in struct:ITEM
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-md5.c293 unsigned int index; local
297 index = (unsigned int)((context->count[0] >> 3) & 0x3f);
303 partLen = 64 - index;
308 memcpy(&context->buffer[index], input, partLen);
312 index = 0;
318 memcpy(&context->buffer[index], &input[i], inputLen - i);
328 unsigned int index; local
335 index = (unsigned int)((context->count[0] >> 3) & 0x3f);
336 padLen = (index < 56) ? (56 - index)
[all...]
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprobes.c512 ulong_t index = largs2_p->la_index; local
526 prbctl_p = &(largs2_p->la_obj->probes[index]);
528 prbctl_p->probe_id = largs2_p->la_base + index;
/illumos-gate/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(
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c329 jobject obj, jstring poolUTF, jlong index)
342 zhp, NULL, index, &p_vdev_id);
347 p_vdev_id == index ? NULL : &p_vdev_id);
366 JNIEnv *env, jobject obj, jstring poolUTF, jlong index)
378 uint64_t p_vdev_id = index;
380 zhp, NULL, index, NULL);
328 Java_com_sun_zfs_common_model_SystemDataModel_getVirtualDevice(JNIEnv *env, jobject obj, jstring poolUTF, jlong index) argument
365 Java_com_sun_zfs_common_model_SystemDataModel_getVirtualDevices__Ljava_lang_String_2J( JNIEnv *env, jobject obj, jstring poolUTF, jlong index) argument
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c79 int index; /* where are we in array? */ member in struct:cache_entry
495 _rpc_authdes_cache[i].index = i;
505 cache_head->index = 0;
506 cache_tail->index = authdes_cachesz - 1;
524 return (cache_head->index); /* list in lru order */
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c243 if (heap_element(ctx->timers, del->index) != del)
246 if (heap_delete(ctx->timers, del->index) < 0)
270 if (heap_element(ctx->timers, timer->index) != timer)
296 if (heap_element(ctx->timers, timer->index) != timer)
325 result = heap_increased(ctx->timers, timer->index);
331 result = heap_decreased(ctx->timers, timer->index);
441 set_index(void *what, int index) { argument
445 timer->index = index;
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c482 _Unwind_GetGR(struct _Unwind_Context *context, int index) argument
485 if (index <= EIR_R15) {
486 res = context->current_regs[index];
487 } else if (index == RET_ADD) {
495 _Unwind_SetGR(struct _Unwind_Context *context, int index, argument
498 if (index <= EIR_R15) {
499 context->current_regs[index] = new_value;
500 } else if (index == RET_ADD) {
/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c330 gcm_decrypt_incomplete_block(gcm_ctx_t *ctx, size_t block_size, size_t index, argument
349 outp = &((ctx->gcm_pt_buf)[index]);
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c423 uint32_t index = (ctx->count[1] >> 3) & 0x3f; local
429 SHA1Update(ctx, PADDING, ((index < 56) ? 56 : 120) - index);
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c151 addkey_args(char **argv, int *index) argument
168 argv[(*index)++] = "-K";
169 argv[(*index)++] = arg;
260 if ((suffix = index(authname, KV_OBJECTCHAR)) != NULL)
/illumos-gate/usr/src/cmd/prctl/
H A Dutils.c111 int index = 0; local
183 index = 0;
184 while (modifiers[index] != NULL) {
186 cmp = strncasecmp(modifiers[index], endptr,
187 strlen(modifiers[index]));
189 cmp = strncmp(modifiers[index], endptr,
190 strlen(modifiers[index]));
194 *modifierout = modifiers[index];
195 endptr += strlen(modifiers[index]);
196 multiplier = scales[index];
263 int index = 0; local
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h187 * index into the state element array where the next search will
190 int index; member in struct:state_file_descr
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c160 int index; local
162 for (index = 0; index < payload_len; index++) {
163 (void) sprintf(&buf[index * 3], " %.2x", payload[index]);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c27 #define BIGINDEX 9 /* largest desirable job index */
350 int index; local
364 index = pp->p_index;
370 if (index == pmaxindex) {
371 for (np = proclist.p_next, index = 0; np; np = np->p_next)
372 if (np->p_index > (tchar)index)
373 index = np->p_index;
374 pmaxindex = index;
1095 int index = atoi_(cp+1); local
1097 if (pp->p_index == index
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Dusb_link.c213 int index; member in struct:__anon419
247 int i, index; local
292 index = driver_name_table[i].index;
305 switch (index) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tab.c130 const char *index; local
133 index = input;
135 while (*index != '\0') {
136 while (*index != '\0' && isspace(*index)) {
137 index++;
141 if (*index != '\0' && !isspace(*index)) {
144 while (*index != '\0' && !isspace (*index)) {
170 char *index; local
399 size_t matches, index; local
[all...]
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c53 int index; local
63 for (index = 0; index < 16; index++) {
64 if (isxdigit(wwn[index])) {
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c518 * gotof[st] = index into nchr, nexts for state st
526 int go[MAXNCG], temp[MAXNCG], index, c; local
545 index = (unsigned char) tch[i];
546 if ((index >= 0) && (index < NCH)) {
547 go[index] = tst[i];
548 symbol[index] = 0;
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dadmin_cmds.c359 UINT32 i, index = 0; local
365 index += cp[i];
366 index = index % HASHSIZE;
368 for (node = hash_table[index]; node != NULL; node = node->next) {
376 node->next = hash_table[index];
377 hash_table[index] = node;
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c416 int index; local
426 for (index = 0; optlist[index] != NULL; index++) {
427 if (strcmp(subopt, optlist[index]) == 0)
432 * Note: if the option was unknown, index will
437 switch (index) {
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c107 int index = inst->ri_start_index++ % RINST_START_TIMES; local
109 inst->ri_start_time[index] = gethrtime();
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c139 int *index)
141 g_assert(mem != NULL && line != NULL && index != NULL);
147 if (*index >= mem_len) {
151 while (line_len > 1 && *index < mem_len) {
152 *line = mem[(*index)++];
138 read_line_from_mem(const char *mem, int mem_len, char *line, int line_len, int *index) argument
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgobjmap.c67 static int sortentry(int index);
377 * This function sorts the final list of cfextra entries. If index = -1, the
378 * function is initialized. index = 0 doesn't get us anywhere because this
379 * sorts against index-1. Positive natural index values are compared and
387 sortentry(int index) argument
395 if (index == 0)
397 else if (index < 0) {
403 * Based on the index, this is the package object we're going to
407 ext = extlist[index];
[all...]

Completed in 113 milliseconds

<<11121314151617181920>>