Searched defs:index (Results 126 - 150 of 261) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4400/common/
H A Driverwalk.c80 uint64_t type, index; local
118 &index) == 0);
123 switch (index) {
143 switch (index) {
169 switch (index) {
/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_pages.c78 * Checking if AES page contains the class index or not.
79 * The AES page should contain the element only index
81 * J4410 enclosure AES page contains the class element index
111 * If the specified element index is the class index
169 i = 0; /* reset index counter. */
208 * The element index field from AES descriptor
209 * is element only index which doesn't include
230 uint64_t index; local
236 &index)
252 uint64_t index; local
300 uint64_t index; local
331 uint64_t index; local
378 uint64_t index; local
[all...]
/osnet-11/usr/src/lib/sun_sas/common/
H A Dsun_sas.h125 HBA_UINT32 index; /* Can be sparse */ member in struct:sun_sas_hba
147 HBA_UINT32 index; member in struct:phy_info
154 HBA_UINT32 index; member in struct:sun_sas_port
/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c737 /* Communicated as an index */
751 /* Write arm index, discriminant value */
946 int index; local
947 if (!xdr_int(xdrs, &index) || index > type->t_size || index < 0)
950 if (type->t_aux.t_enum[index].ev_name == NULL) {
951 assert(index == 0);
955 *data = adr_data_ref(type->t_aux.t_enum[index].ev_data);
960 unsigned int index; local
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_confmgr.c832 ParamIndexType index; local
900 if (__s_api_get_profiletype(attrname, &index) != 0)
904 switch (index) {
913 (void) __ns_ldap_setParamValue(ptr, index,
929 (void) __ns_ldap_setParamValue(ptr, index, buffer.str,
/osnet-11/usr/src/lib/libsocket/inet/
H A Drcmd.c69 #define index(s, c) strchr(s, c) macro
72 char *index();
806 if ((domainp = index(ldomain, '.')) == (char *)NULL) {
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c206 * Remember the largest index.
232 * they both have a value for a certain index, the values are the same.
249 /* Same index ? */
312 * Remove those queries in 'q' that don't match t->index.
605 int index; local
607 /* Find column index */
608 for (index = 0; index < t->numColumns;
609 index++) {
610 if (strncmp(t->column[index],
916 queryFromComponent(db_query *q, int index, db_query *qbuf) argument
[all...]
/osnet-11/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 */
/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dmenu.h58 int index; /* Item number */ member in struct:ITEM
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Dresource.c51 * Update types: single-index and all are mutually exclusive; a count
75 key_build(const char *fmri, const ulong_t index) argument
79 key.d_index = index;
104 * If index corresponds to a resource we have previously seen and indexed,
110 resource_lookup_index_exact(const ulong_t index) argument
114 key = key_build(NULL, index);
119 * If index corresponds to a valid (that is, extant as of latest information
121 * Otherwise, return the data for the valid resource whose index is as close as
122 * possible to index but not lower. This preserves the lexicographical
126 resource_lookup_index_nextvalid(const ulong_t index) argument
481 ulong_t index; local
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c276 uint32_t index; local
305 * Cache index, way and type are optional elements
309 &index);
327 FM_FMRI_CPU_CACHE_INDEX, index,
343 FM_FMRI_CPU_CACHE_INDEX, index,
396 uint32_t index = 0; local
437 index = strtoul(s, &end, 0);
487 index);
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_facility.c885 uint64_t index, nodeid; local
929 &index) != 0)
946 "%.*s %llu", len, desc, index);
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddisk.c74 unsigned index; local
78 index = grub_disk_cache_get_index (dev_id, disk_id, sector);
79 cache = grub_disk_cache_table + index;
113 unsigned index; local
115 index = grub_disk_cache_get_index (dev_id, disk_id, sector);
116 cache = grub_disk_cache_table + index;
140 unsigned index; local
142 index = grub_disk_cache_get_index (dev_id, disk_id, sector);
143 cache = grub_disk_cache_table + index;
154 unsigned index; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_stream.c150 } index; member in struct:xz_dec
309 s->index.size += in_used;
337 switch (s->index.sequence) {
339 s->index.count = s->vli;
346 if (s->index.count != s->block.count)
349 s->index.sequence = SEQ_INDEX_UNPADDED;
353 s->index.hash.unpadded += s->vli;
354 s->index.sequence = SEQ_INDEX_UNCOMPRESSED;
358 s->index.hash.uncompressed += s->vli;
362 s->hash->write(s->index
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dusbtrans.h149 grub_uint16_t index;
148 grub_uint16_t index; member in struct:grub_usb_packet_setup
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm471 . "Don't use with index(), match(), etc.";
473 . "Don't use with index(), match(), etc.";
867 ## int position = index(string, substring, position, [undoc'ed grobal])
872 sub index subroutine
1000 if (my($pos,$len) = $self->index($_[0], $_[1])) {
1020 $self->index($str, $sub, 0, 'g');
1031 if (my($pos,$len) = $self->index($_[0], $_[1])) {
1055 for my $pos_len (reverse $self->index($_[0], $_[1], 0, 'g')) {
1538 for C<$Collator>, calling these methods (C<index>, C<match>, C<gmatch>,
1550 =item C<$position = $Collator-E<gt>index(
[all...]
/osnet-11/usr/src/lib/libbootmgmt/common/
H A Dlibbootmgmt.c275 int i, index; local
299 index = sysindex;
301 index = biosindex;
304 index = (sysindex < biosindex)? sysindex:
308 index = sysindex;
310 index = biosindex;
313 *tag = efi_vtoc->efi_parts[index].p_tag;
315 *sizep = efi_vtoc->efi_parts[index].p_size *
318 if (efi_vtoc->efi_parts[index].p_tag == V_SYSTEM)
/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c485 _Unwind_GetGR(struct _Unwind_Context *context, int index) argument
488 if (index <= EIR_R15) {
489 res = context->current_regs[index];
490 } else if (index == RET_ADD) {
498 _Unwind_SetGR(struct _Unwind_Context *context, int index, argument
501 if (index <= EIR_R15) {
502 context->current_regs[index] = new_value;
503 } else if (index == RET_ADD) {
/osnet-11/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...]
/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/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/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c43 static void remove_slice_from_list(dmgt_slice_t **slices, int index);
316 remove_slice_from_list(dmgt_slice_t **slices, int index) argument
319 for (i = index; slices[i] != NULL; i++) {
380 * Slice at this index could be NULL if
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
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobj_mgr.c1753 CK_ULONG index; local
1771 obj, &index);
1778 entry = &global_shm->priv_tok_objs[index];
1783 obj, &index);
1789 entry = &global_shm->publ_tok_objs[index];
1833 CK_ULONG index, count; local
1841 0, global_shm->num_priv_tok_obj - 1, obj, &index);
1847 if (index > global_shm->num_priv_tok_obj) {
1848 count = index - global_shm->num_priv_tok_obj;
1850 count = global_shm->num_priv_tok_obj - index;
1902 CK_ULONG index; local
1935 object_mgr_search_shm_for_obj( TOK_OBJ_ENTRY *obj_list, CK_ULONG lo, CK_ULONG hi, OBJECT *obj, CK_ULONG *index) argument
1977 CK_ULONG index; local
2088 CK_ULONG index; local
[all...]
/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c605 size_t index; local
613 index = lrand48() % len;
614 buf[index] = (lrand48() % 256);
619 index = lrand48() % len;
620 buf[index] = (lrand48() % 256);

Completed in 236 milliseconds

1234567891011