Searched refs:index (Results 76 - 100 of 503) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dcflow.c55 if(!strmatch(argv[opt_info.index],"[+-]+([0-9])"))
66 argv += opt_info.index;
99 argv += opt_info.index;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_search.c84 t->bt_cur.index = recno - total;
119 --GETRINTERNAL(h, parent->index)->nrecs;
121 ++GETRINTERNAL(h, parent->index)->nrecs;
/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dheap.h28 heap_index_func index; member in struct:heap_context
/osnet-11/usr/src/lib/libsocket/inet/
H A Dinet6_rthdr.c166 * This uses the C convention for index [0, size-1].
169 inet6_rth_getaddr(const void *bp, int index) argument
175 if (index >= rthdr->ip6r0_len/2 || index < 0)
180 return (&rv[index]);
/osnet-11/usr/src/lib/libkstat/common/
H A Dkstat.c66 int index = 0; local
84 while (path[index]) {
85 if (path[index] < '0' || path[index] > '9') {
86 val += ((int)path[index])*(index+1);
87 index++;
90 switch (index & 3) {
92 val += ((int)path[index])*(index
[all...]
/osnet-11/usr/src/lib/sun_fc/common/
H A DHandleNPIVPort.h56 bool match(int index);
H A DHandlePort.cc55 * @memo Reset the state tracking values for stale index detection
56 * @postcondition The first subsequent call to any index based routine
106 * @memo Verify this port is the stated index
109 * @param index The index value to compare against this port
111 bool HandlePort::match(int index) { argument
112 Trace log("HandlePort::match(index)");
113 return (*port == *(hba->getPortByIndex(index)));
153 * @param discoveredport The index of the discovered port
160 Trace log("HandlePort::getDiscoveredAttributes(index)");
192 getHandleNPIVPortByIndex(int index) argument
[all...]
H A DHandleNPIVPort.cc59 * @memo Reset the state tracking values for stale index detection
60 * @postcondition The first subsequent call to any index based routine
114 * @memo Verify this port is the stated index
117 * @param index The index value to compare against this port
120 bool HandleNPIVPort::match(int index) { argument
121 Trace log("HandleNPIVPort::match(index)");
122 return (*vport == *(port->getPortByIndex(index)));
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_delete.c111 status = __bt_dleaf(t, NULL, h, c->pg.index);
189 /* Move to the next index. */
190 if (parent->index != NEXTINDEX(h) - 1) {
191 idx = parent->index + 1;
244 /* Move to the next index. */
245 if (parent->index != 0) {
246 idx = parent->index - 1;
317 if (__bt_dleaf(t, key, h, e->index)) {
330 } while (e->index < NEXTINDEX(h) && __bt_cmp(t, key, e) == 0);
333 if (e->index
[all...]
H A Dbt_search.c84 t->bt_cur.index = idx = base + (lim >> 1);
118 t->bt_cur.index = base;
123 * No match found. Base is the smallest index greater than
124 * key and may be zero or a last + 1 index. If it's non-zero,
170 e.index = 0;
189 /* Move to the next index. */
190 if (parent->index != NEXTINDEX(h) - 1) {
191 idx = parent->index + 1;
250 e.index = NEXTINDEX(e.page) - 1;
270 /* Move to the next index
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dbasename.c129 argv += opt_info.index;
130 argc -= opt_info.index;
H A Ddirname.c128 argv += opt_info.index;
129 argc -= opt_info.index;
H A Dreadlink.c79 argv += opt_info.index;
80 argc -= opt_info.index;
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DTXTRecord.java123 protected void insert( byte[] keyBytes, byte[] value, int index) argument
124 // Insert a key-value pair at index
132 for ( int i=0; i < index && insertion < fBytes.length; i++)
151 /** Remove a key/value pair from the TXT record. Returns index it was at, or -1 if not found. */
198 /** Return a key in the TXT record by zero-based index. Returns null if index exceeds the total number of keys. */
199 public String getKey( int index) argument
203 for ( int i=0; i < index && avStart < fBytes.length; i++)
220 Look up a key in the TXT record by zero-based index and return its value. <P>
221 Returns null if index exceed
224 getValue( int index) argument
251 getValueAsString( int index) argument
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspace_used.tcl27 name clob, -- Name of a table or index in the database file
28 is_index boolean, -- TRUE if it is an index, false for a table
29 payload int, -- Total amount of data stored in this table or index
36 # This query will be used to find the root page number for every index and
83 puts -nonewline ",[expr {$type=="index"}]"
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetSASPhyAttributes.c65 if (hba_port_ptr->index == port) {
71 log(LOG_DEBUG, ROUTINE, "Invalid port index");
76 /* match phy index. */
79 log(LOG_DEBUG, ROUTINE, "Invalid phy index %d", phy);
85 if (phy == phy_ptr->index) {
97 log(LOG_DEBUG, ROUTINE, "Illegal phy index %d", phy);
/osnet-11/usr/src/lib/libshell/common/data/
H A Dbash_pre_rc.sh84 integer index
85 index=_push_max-.sh.subscript
86 (( index == _push_max || index < _push_top )) && return
87 _push_stack[index]=${.sh.value}
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c170 int level, bound, i, index; local
205 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK);
206 nb = INDIRBLK0[index];
218 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK);
219 nb = INDIRBLK1[index];
/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/libntfs/common/libntfs/
H A Dindex.c2 * index.c - NTFS index handling. Part of the Linux-NTFS project.
43 #include "index.h"
51 * ntfs_index_entry_mark_dirty - mark an index entry dirty
52 * @ictx: ntfs index context describing the index entry
54 * Mark the index entry described by the index entry context @ictx dirty.
56 * If the index entry is in the index roo
[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/cmd/perl/5.8.4/distrib/lib/
H A Dutf8.t295 push @i, $s = index($a, '6'); # 60
296 push @i, $s = index($a, '.', $s); # next . after 60 is 62
297 push @i, $s = index($a, '5'); # 50
298 push @i, $s = index($a, '.', $s); # next . after 52 is 52
299 push @i, $s = index($a, '7'); # 70
300 push @i, $s = index($a, '.', $s); # next . after 70 is 72
301 push @i, $s = index($a, '4'); # 40
302 push @i, $s = index($a, '.', $s); # next . after 40 is 42
303 is("@i", "60 62 50 52 70 72 40 42", "utf8 heredoc index");
317 push @i, $s = index(
[all...]
/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/libvdp/common/
H A Dvdp_impl.c767 size_t index = 0; local
806 list[index].ve_ver = VDPT_ECPCFG_VERSION;
807 (void) strcpy(list[index].ve_phys_link_name,
809 list[index].ve_req_seq = ecpc.ecpc_req_seq;
810 list[index].ve_ack_seq = ecpc.ecpc_ack_seq;
811 list[index].ve_last_ack_seq =
813 list[index].ve_max_tx_attempts =
815 list[index++].ve_ack_timeout_msec =
818 (sizeof (vdpd_ecpinfo_t)) * (index + 1));
837 if (index
855 size_t index = 0; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c201 int index);
205 int index);
218 static void memcache_print_list( LDAPMemCache *cache, int index );
1304 memcache_free_from_list(LDAPMemCache *cache, ldapmemcacheRes *pRes, int index)
1306 if (pRes->ldmemcr_prev[index])
1307 pRes->ldmemcr_prev[index]->ldmemcr_next[index] =
1308 pRes->ldmemcr_next[index];
1310 if (pRes->ldmemcr_next[index])
1311 pRes->ldmemcr_next[index]
[all...]

Completed in 79 milliseconds

1234567891011>>