Searched refs:index (Results 126 - 150 of 1422) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_unsolicited_frame_control.c128 U32 index; local
133 for (index = 0; index < unused_uf_header_entries; index++)
135 uf = &uf_control->buffers.array[index];
138 uf_control->address_table.array[index], 0, 0
141 uf->header = &uf_control->headers.array[index];
147 for (index = unused_uf_header_entries;
148 index < unused_uf_header_entries + used_uf_header_entries;
149 index
[all...]
H A Dscic_sds_controller.c115 * can be used as an index into an array
137 * can be used as an index.
146 * This macro will increment the controllers completion queue index value
147 * and possibly toggle the cycle bit if the completion queue index wraps
150 #define INCREMENT_COMPLETION_QUEUE_GET(controller, index, cycle) \
152 (index), \
159 * This macro will increment the controllers event queue index value and
160 * possibly toggle the event cycle bit if the event queue index wraps back
163 #define INCREMENT_EVENT_QUEUE_GET(controller, index, cycle) \
165 (index), \
468 U32 index; local
1505 U32 index; local
1587 U8 index; local
1737 U32 index; local
1777 U32 index; local
2069 U32 index; local
2105 U32 index; local
2179 U32 index; local
2263 U32 index; local
3321 U32 index; local
3697 U16 index; local
3788 U8 index; local
4430 U16 index; local
4601 U16 index; local
4679 U16 index; local
5031 U8 index; local
5069 U8 index; local
5111 U8 index; local
5357 U32 index; local
5602 U16 index; local
5868 U16 index; local
6520 U8 index; local
6882 U32 index; local
[all...]
H A Dscic_sds_port.c105 * @param[in] phy_index This is the phy index that is being assigned to the
119 U32 index; local
139 for (index = 0; index < SCI_MAX_PHYS; index++)
141 if ( (this_port->phy_table[index] != NULL)
142 && (index != phy_index) )
144 existing_phy_index = index;
176 U32 index; local
188 for (index
273 U32 index; local
432 U32 index; local
473 U8 index; local
772 U32 index; local
1028 U8 index; local
1199 U32 index; local
1465 U16 index = 0; local
1519 U8 index; local
3526 U32 index; local
[all...]
/freebsd-9.3-release/contrib/com_err/
H A Dlex.l68 index { return INDEX; }
/freebsd-9.3-release/contrib/gcc/
H A Dtree-dump.h38 /* The index for the node. */
39 unsigned int index; member in struct:dump_node_info
65 /* The next unused node index. */
66 unsigned int index; member in struct:dump_info
H A Dtree-ssa-address.c82 /* The templates. Each of the five bits of the index corresponds to one
99 gen_addr_rtx (rtx symbol, rtx base, rtx index, rtx step, rtx offset, argument
110 if (index)
112 act_elem = index;
215 templ = templates + TEMPL_IDX (addr->symbol, addr->base, addr->index,
233 idx = (addr->index
234 ? expand_expr (addr->index, NULL_RTX, Pmode, EXPAND_NORMAL)
331 addr->symbol, addr->base, addr->index,
427 if (!parts->index)
429 parts->index
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-getopt.c66 return opt->index;
72 return opt->index;
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachORelocation.h27 uint32_t r_symbolnum; // symbol index if r_extern == 1 else section index
47 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len, argument
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
/freebsd-9.3-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_vector.h63 * allows efficient constant time access to elements with a specified index.
187 (*cl_pfn_vec_apply_t) (IN const size_t index,
191 * index
195 * [in] Pointer to an element at the specified index in the vector.
223 (*cl_pfn_vec_find_t) (IN const size_t index,
227 * index
231 * [in] Pointer to an element at the specified index in the vector.
535 * stored in a vector at a specified index.
540 IN const size_t index)
545 return (p_vector->p_ptr_array[index]);
539 cl_vector_get_ptr(IN const cl_vector_t * const p_vector, IN const size_t index) argument
581 cl_vector_get(IN const cl_vector_t * const p_vector, IN const size_t index, OUT void *const p_element) argument
[all...]
/freebsd-9.3-release/contrib/top/
H A Dutils.c158 * string_index(string, array) - find string in array and return index
451 static int index = 0; local
456 p = ret = retarray[index];
457 index = (index + 1) % NUM_STRINGS;
483 static int index = 0; local
488 p = ret = retarray[index];
489 index = (index + 1) % NUM_STRINGS;
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dlex.l65 index { return INDEX; }
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dhdb_err.et12 index 1
/freebsd-9.3-release/sys/boot/common/
H A Dpart.h60 int index; member in struct:ptable_entry
75 int index);
/freebsd-9.3-release/tools/tools/vxge/
H A Dvxge_cmn.h57 #define GET_OFFSET_STATS(index) statsInfo[(index)].be_offset
58 #define GET_OFFSET_PCICONF(index) pciconfInfo[(index)].be_offset
62 #define GET_OFFSET_STATS(index) statsInfo[(index)].le_offset
63 #define GET_OFFSET_PCICONF(index) pciconfInfo[(index)].le_offset
/freebsd-9.3-release/bin/sh/
H A Dexec.h53 int index; member in union:cmdentry::param
/freebsd-9.3-release/lib/libc/db/btree/
H A Dbt_seq.c113 __bt_setcur(t, e.page->pgno, e.index);
188 ep->index = 0;
210 ep->index = NEXTINDEX(h) - 1;
273 idx = c->pg.index;
293 ep->index = c->pg.index;
296 idx = c->pg.index;
311 ep->index = idx;
341 * a valid key (__bt_search may return an index just past the end of a
364 save.index
[all...]
/freebsd-9.3-release/sys/dev/atkbdc/
H A Datkbdc_subr.c73 atkbdc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val) argument
78 switch (index) {
98 atkbdc_write_ivar(device_t bus, device_t dev, int index, uintptr_t val) argument
103 switch (index) {
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwdma.h59 fwdma_v_addr(struct fwdma_alloc_multi *am, int index) argument
62 int offset = am->esize * index;
68 fwdma_bus_addr(struct fwdma_alloc_multi *am, int index) argument
71 int offset = am->esize * index;
/freebsd-9.3-release/sys/dev/hptrr/
H A Dhimfuncs.h41 _HIM_INTERFACE(HPT_BOOL, get_supported_device_id, (int index, PCI_ID *id))
66 _HIM_INTERFACE(HPT_BOOL, probe_device, (void *adapter, int index, void *devhandle, PROBE_CALLBACK done, void *arg))
67 _HIM_INTERFACE(void *, get_device, (void *adapter, int index))
85 _HIM_INTERFACE(int, get_channel_config, (void * adapter, int index, PHIM_CHANNEL_CONFIG pInfo))
/freebsd-9.3-release/sys/dev/ppc/
H A Dppcvar.h34 int ppc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val);
35 int ppc_write_ivar(device_t bus, device_t dev, int index, uintptr_t val);
/freebsd-9.3-release/usr.sbin/usbconfig/
H A Ddump.h33 void dump_string_by_index(struct libusb20_device *pdev, uint8_t index);
/freebsd-9.3-release/contrib/amd/amd/
H A Damfs_union.c112 int index; local
121 for (mp = get_first_exported_ap(&index);
123 mp = get_next_exported_ap(&index)) {
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dindex_decoder.c13 #include "index.h"
33 lzma_index *index; member in struct:lzma_coder_s
106 lzma_index_prealloc(coder->index, coder->count);
139 coder->index, allocator,
153 coder->pos = lzma_index_padding_size(coder->index);
188 *coder->index_ptr = coder->index;
190 // Make index NULL so we don't free it unintentionally.
191 coder->index = NULL;
212 lzma_index_end(coder->index, allocator);
248 coder->index
[all...]
/freebsd-9.3-release/tools/regression/geom/ConfCmp/
H A Da1.conf191 <index>2</index>
205 <index>1</index>
219 <index>0</index>
253 <index>3</index>
266 <index>2</index>
[all...]
H A Da1a.conf191 <index>2</index>
205 <index>1</index>
219 <index>0</index>
253 <index>3</index>
266 <index>2</index>
[all...]

Completed in 362 milliseconds

1234567891011>>