Searched refs:index (Results 101 - 125 of 1612) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/dev/usb/storage/
H A Drio500_usb.h39 int index; member in struct:RioCommand
/freebsd-10-stable/sys/xen/
H A Dhvm.h34 * \param index HVM parameter index; see <xen/interface/hvm/params.h>.
39 hvm_get_parameter(int index) argument
45 xhv.index = index;
49 error, index);
/freebsd-10-stable/usr.sbin/pc-sysinstall/doc/
H A DMakefile3 FILES= help-disk-list help-disk-size help-index help-start-autoinstall
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dcheck-dumpevents.py13 expect_inserted_pos = text.index("Inserted:\n")
14 expect_active_pos = text.index("Active:\n")
15 got_inserted_pos = text.index("Inserted events:\n")
16 got_active_pos = text.index("Active events:\n")
/freebsd-10-stable/sys/boot/fdt/dts/powerpc/
H A Dp2041si.dtsi214 cell-index = <0x0>;
220 cell-index = <0x1>;
226 cell-index = <2>;
232 cell-index = <0x3>;
238 cell-index = <0x4>;
244 cell-index = <0x5>;
250 cell-index = <0x6>;
256 cell-index = <0x7>;
262 cell-index = <0x8>;
268 cell-index
[all...]
H A Dp3041si.dtsi215 cell-index = <0x0>;
221 cell-index = <0x1>;
227 cell-index = <2>;
233 cell-index = <0x3>;
239 cell-index = <0x4>;
245 cell-index = <0x5>;
251 cell-index = <0x6>;
257 cell-index = <0x7>;
263 cell-index = <0x8>;
269 cell-index
[all...]
/freebsd-10-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_rcvaddr.c66 rcv->ifindex = ifp->index;
71 rcv->index.len = addrlen + 2;
72 rcv->index.subs[0] = ifp->index;
73 rcv->index.subs[1] = addrlen;
75 rcv->index.subs[i + 2] = addr[i];
105 index_append(&value->var, sub, &rcv->index);
/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dhx509_err.et41 index 32
53 index 64
72 index 96
85 index 108
93 index 128
/freebsd-10-stable/sys/mips/nlm/hal/
H A Ducore_loader.h60 nlm_ucore_write_sharedmem(uint64_t nae_base, int index, uint32_t data) argument
65 if (index > 128)
73 nlm_store_word_daddr(addr + (index * 4), data);
81 nlm_ucore_read_sharedmem(uint64_t nae_base, int index) argument
91 val = nlm_load_word_daddr(addr + (index * 4));
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dindex.c0 /* index.c -- indexing for Texinfo.
2 $Id: index.c,v 1.17 2004/11/30 02:03:23 karl Exp $
25 #include "index.h"
34 /* An array of pointers. Each one is for a different index. The
36 given "index". */
42 /* This is the order of the index. */
49 /* How to compare index entries for sorting. May be set to strcoll. */
52 /* Function to compare index entries for sorting. (Calls
69 /* Return a pointer to the entry of (name . index) for this name.
70 Return NULL if the index does
102 free_index(INDEX_ELT *index) argument
578 sort_index(INDEX_ELT *index) argument
736 INDEX_ELT *index; local
[all...]
/freebsd-10-stable/lib/libc/db/btree/
H A Dbt_put.c152 idx = t->bt_cursor.pg.index;
164 idx = e->index;
219 t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index >= idx)
220 ++t->bt_cursor.pg.index;
226 t->bt_last.index = idx;
232 t->bt_last.index = 0;
242 __bt_setcur(t, e->page->pgno, e->index);
274 t->bt_cur.index = t->bt_last.index;
287 if (t->bt_cur.index !
[all...]
/freebsd-10-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c543 int index; local
545 index = stp->str_index;
547 if (index == sizeof(DES_cblock)) {
551 index = 0;
555 *s = stp->str_output[index] = (stp->str_feed[index] ^ *s);
557 index++;
559 stp->str_index = index;
565 int index; local
578 index
615 int index; local
634 int index; local
[all...]
/freebsd-10-stable/contrib/libyaml/src/
H A Ddumper.c29 yaml_emitter_anchor_node(yaml_emitter_t *emitter, int index);
40 yaml_emitter_dump_node(yaml_emitter_t *emitter, int index);
169 int index; local
177 for (index = 0; emitter->document->nodes.start + index
178 < emitter->document->nodes.top; index ++) {
179 yaml_node_t node = emitter->document->nodes.start[index];
180 if (!emitter->anchors[index].serialized) {
207 yaml_emitter_anchor_node(yaml_emitter_t *emitter, int index) argument
209 yaml_node_t *node = emitter->document->nodes.start + index
264 yaml_emitter_dump_node(yaml_emitter_t *emitter, int index) argument
[all...]
/freebsd-10-stable/contrib/binutils/binutils/
H A Dwrstabs.c49 long index; member in struct:string_hash_entry
69 /* The type index of this element. */
70 long index; member in struct:stab_type_stack
91 /* The type index. */
92 long index; member in struct:stab_tag
108 /* The void type index. */
116 /* Pointers to types, indexed by the type index. */
119 /* Functions returning types, indexed by the type index. */
122 /* References to types, indexed by the type index. */
150 /* The next type index
396 stab_push_string(struct stab_write_handle *info, const char *string, long index, bfd_boolean definition, unsigned int size) argument
421 stab_push_defined_type(struct stab_write_handle *info, long index, unsigned int size) argument
589 long index; local
612 long index; local
649 long index; local
702 long index; local
734 long index; local
751 long index; local
786 long index = 0; local
850 long index; local
1022 long index; local
1074 long index; local
1312 long index; local
1417 long index; local
1870 long index; local
1886 long index; local
2053 long index; local
[all...]
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm_ioport.c66 int index; local
77 index = 0;
80 index = 1;
83 index = 2;
88 index += 3;
91 index += 6;
93 KASSERT(index < nitems(iodesc), ("%s: invalid index %d",
94 __func__, index)); local
96 return (iodesc[index]);
[all...]
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dsymtab.c107 unsigned int index; local
112 index = hash & sizemask;
115 node = table->entries[index];
137 index = (index + hash2) & sizemask;
138 node = table->entries[index];
159 table->entries[index] = node;
193 unsigned int index, hash, hash2; local
196 index = hash & sizemask;
198 if (nentries[index])
[all...]
/freebsd-10-stable/sys/dev/isci/scil/
H A Dsati_reassign_blocks.c200 U32 index; local
206 for(index = 0; index < page_size; index++)
208 sati_get_data_byte(sequence, scsi_io, lba_offset+index, &current_lba_bytes[index]);
238 U32 index; local
244 for(index = 0; index < page_size; index
271 U32 index; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c92 ret->index = NULL;
96 if ((ret->index = OPENSSL_malloc(sizeof(*ret->index) * num)) == NULL)
101 ret->index[i] = NULL;
189 if (ret->index != NULL)
190 OPENSSL_free(ret->index);
211 lh = db->index[idx];
250 if (db->index[field] != NULL)
251 lh_OPENSSL_STRING_free(db->index[field]);
252 db->index[fiel
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py116 index = 0;
121 index += 1
123 u = " KMGTPE"[index]
124 if index == 0:
126 elif n >= 100 or num & ((1024*index)-1) == 0:
127 # it's an exact multiple of its index, or it wouldn't
134 s = "%.*f%c" % (i, float(num) / (1<<(10*index)), u)
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c130 int index = 0; local
133 data[index++] = priv->lro.lro_mgr.stats.aggregated;
134 data[index++] = priv->lro.lro_mgr.stats.flushed;
136 data[index++] = priv->lro.lro_mgr.stats.aggregated /
139 data[index++] = 0;
140 data[index++] = priv->lro.lro_mgr.stats.no_desc;
/freebsd-10-stable/tools/regression/geom/ConfCmp/
H A Da2.conf97 <index>0</index>
137 <index>5</index>
149 <index>4</index>
161 <index>2</index>
173 <index>1</index>
[all...]
H A Da2a.conf97 <index>0</index>
137 <index>5</index>
149 <index>4</index>
161 <index>2</index>
173 <index>1</index>
[all...]
H A Da2b.conf97 <index>0</index>
137 <index>5</index>
149 <index>4</index>
161 <index>2</index>
173 <index>1</index>
[all...]
H A Da2c.conf96 <index>0</index>
136 <index>5</index>
148 <index>4</index>
160 <index>2</index>
172 <index>1</index>
[all...]
H A Da2d.conf101 <index>0</index>
141 <index>5</index>
153 <index>4</index>
165 <index>2</index>
177 <index>1</index>
[all...]

Completed in 136 milliseconds

1234567891011>>