Searched refs:index (Results 1 - 25 of 1612) sorted by relevance

1234567891011>>

/freebsd-10-stable/tools/tools/nxge/
H A Dxge_log.c41 int index = 0, count = 0; local
51 for(index = 0; index < count ; index++) {
52 switch(statsInfo[index].type) {
54 statsInfo[index].value =
56 GET_OFFSET_STATS(index)));
59 statsInfo[index].value =
61 GET_OFFSET_STATS(index)));
64 statsInfo[index]
88 int index = 0; local
118 int index = 0; local
149 int index = 0; local
180 int index = 0; local
207 int index = 0; local
236 int index = 0; local
300 int index = 0; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d.out4 if (index("foobarbaz", "barbaz") != 3) {
5 printf("perl => index(\"foobarbaz\", \"barbaz\") = %d\n",
6 index("foobarbaz", "barbaz"));
7 printf(" D => index(\"foobarbaz\", \"barbaz\") = 3\n");
18 if (index("foofoofoo", "foo") != 0) {
19 printf("perl => index(\"foofoofoo\", \"foo\") = %d\n",
20 index("foofoofoo", "foo"));
21 printf(" D => index(\"foofoofoo\", \"foo\") = 0\n");
32 if (index("boofoofoo", "foo") != 3) {
33 printf("perl => index(\"boofoofo
[all...]
H A Dtst.substr.d33 int index;
48 command[i].index = 3;
52 command[i].index = 300;
56 command[i].index = -10;
60 command[i].index = 0;
64 command[i].index = 1;
68 command[i].index = strlen(str) - 1;
72 command[i].index = strlen(str);
76 command[i].index = strlen(str) + 1;
80 command[i].index
[all...]
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dindex.c1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dindex.c1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
/freebsd-10-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c46 uint8_t index[13]; member in struct:sroute
65 return (memcmp(s1->index, s2->index, 13));
75 oid->subs[sub + i] = s->index[i];
85 printf("%u.", r->index[i]);
86 printf("%u proto=%u type=%u", r->index[i], r->proto, r->type);
118 /* build the index */
120 key.index[0] = (ha >> 24) & 0xff;
121 key.index[1] = (ha >> 16) & 0xff;
122 key.index[
[all...]
H A DmibII_ifstack.c43 stack->index.len = 2;
44 stack->index.subs[0] = upper ? upper->index : 0;
45 stack->index.subs[1] = lower ? lower->index : 0;
60 if (stack->index.subs[0] == (upper ? upper->index : 0) &&
61 stack->index.subs[1] == (lower ? lower->index : 0)) {
80 index_append(&value->var, sub, &stack->index);
[all...]
/freebsd-10-stable/usr.bin/mail/
H A Dstrings.c61 int s, index; local
67 index = 0;
69 if (sp->s_topFree == NULL && (STRINGSIZE << index) >= s)
73 index++;
78 index = sp - &stringdope[0];
79 if ((sp->s_topFree = malloc(STRINGSIZE << index)) == NULL)
80 err(1, "No room for space %d", index);
82 sp->s_nleft = STRINGSIZE << index;
99 int index; local
103 index
[all...]
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-sgmii.c98 * @param index Index of prot on the interface
102 static int __cvmx_helper_sgmii_hardware_init_one_time(int interface, int index) argument
110 gmxx_prtx_cfg.u64 = cvmx_read_csr(CVMX_GMXX_PRTX_CFG(index, interface));
112 cvmx_write_csr(CVMX_GMXX_PRTX_CFG(index, interface), gmxx_prtx_cfg.u64);
117 pcsx_miscx_ctl_reg.u64 = cvmx_read_csr(CVMX_PCSX_MISCX_CTL_REG(index, interface));
118 pcsx_linkx_timer_count_reg.u64 = cvmx_read_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface));
135 cvmx_write_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface), pcsx_linkx_timer_count_reg.u64);
147 pcsx_anx_adv_reg.u64 = cvmx_read_csr(CVMX_PCSX_ANX_ADV_REG(index, interface));
152 cvmx_write_csr(CVMX_PCSX_ANX_ADV_REG(index, interface), pcsx_anx_adv_reg.u64);
161 cvmx_dprintf("SGMII%d%d: Forcing PHY mode as PHY address is not set\n", interface, index);
206 __cvmx_helper_sgmii_hardware_init_link(int interface, int index) argument
274 __cvmx_helper_sgmii_hardware_init_link_speed(int interface, int index, cvmx_helper_link_info_t link_info) argument
376 int index; local
486 int index; local
569 int index = cvmx_helper_get_interface_index_num(ipd_port); local
618 int index = cvmx_helper_get_interface_index_num(ipd_port); local
724 int index = cvmx_helper_get_interface_index_num(ipd_port); local
762 int index = cvmx_helper_get_interface_index_num(ipd_port); local
[all...]
H A Dcvmx-pow.c141 int index; local
174 for (index=0; index<num_pow_entries; index++)
181 load_addr.smemload.index = index;
186 dump->smemload[index][bits].u64 = cvmx_read_csr(load_addr.u64);
191 for (index=0; index<16; index
221 int index; local
404 int index; local
575 int index; local
[all...]
/freebsd-10-stable/sys/dev/xen/blkfront/
H A Dblock.h209 xbd_added_qentry(struct xbd_softc *sc, xbd_q_index_t index) argument
213 cmq = &sc->xbd_cm_q[index];
220 xbd_removed_qentry(struct xbd_softc *sc, xbd_q_index_t index) argument
222 sc->xbd_cm_q[index].q_length--;
226 xbd_queue_length(struct xbd_softc *sc, xbd_q_index_t index) argument
228 return (sc->xbd_cm_q[index].q_length);
232 xbd_initq_cm(struct xbd_softc *sc, xbd_q_index_t index) argument
236 cmq = &sc->xbd_cm_q[index];
243 xbd_enqueue_cm(struct xbd_command *cm, xbd_q_index_t index) argument
245 KASSERT(index !
257 xbd_requeue_cm(struct xbd_command *cm, xbd_q_index_t index) argument
271 xbd_dequeue_cm(struct xbd_softc *sc, xbd_q_index_t index) argument
297 xbd_q_index_t index; local
349 u_int index; local
[all...]
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp308 for (unsigned index = 0; index < 256; ++index) {
309 if (decision.instructionIDs[index] != decision.instructionIDs[0])
312 if (((index & 0xc0) == 0xc0) &&
313 (decision.instructionIDs[index] != decision.instructionIDs[0xc0]))
316 if (((index & 0xc0) != 0xc0) &&
317 (decision.instructionIDs[index] != decision.instructionIDs[0x00]))
320 if (((index & 0xc0) == 0xc0) &&
321 (decision.instructionIDs[index] !
[all...]
/freebsd-10-stable/contrib/nvi/docs/USD.doc/vi.ref/
H A DMakefile9 vi.ref.txt: vi.ref index.so
11 rm -f index
14 vi.ref.ps: vi.ref index.so
16 rm -f index
19 index.so: vi.ref
20 # Build index.so, side-effect of building the paper.
25 -e 's/ /__SPACE/g' < index | \
28 rm -f index
32 rm -f vi.ref.ps vi.ref.txt index index
[all...]
/freebsd-10-stable/sys/boot/arm/at91/bootiic/
H A Denv_vars.h47 extern void SetBootCommand(int index, char *command);
H A Denv_vars.c109 * void SetBootCommand(int index, char *command)
110 * This global function replaces the specified index with the string residing
112 * associated command index.
116 SetBootCommand(int index, char *command) argument
120 if ((unsigned)index < MAX_BOOT_COMMANDS) {
122 p_memset(boot_commands[index], 0, MAX_INPUT_SIZE);
128 boot_commands[index][i] = command[i];
129 if (!(boot_commands[index][i]))
163 * coverts it to the standard, command-index format. Notice, the processed
172 int index, local
[all...]
/freebsd-10-stable/sys/boot/arm/at91/bootspi/
H A Denv_vars.h47 extern void SetBootCommand(int index, char *command);
/freebsd-10-stable/sys/ofed/include/rdma/
H A Dib_cache.h44 * @index: The index into the cached GID table to query.
45 * @gid: The GID value found at the specified index.
52 int index,
56 * ib_find_cached_gid - Returns the port number and GID table index where
61 * @index: The index into the cached GID table where the GID was found. This
70 u16 *index);
76 * @index: The index int
[all...]
/freebsd-10-stable/sys/vm/
H A Dvm_radix.h41 vm_page_t vm_radix_lookup(struct vm_radix *rtree, vm_pindex_t index);
42 vm_page_t vm_radix_lookup_ge(struct vm_radix *rtree, vm_pindex_t index);
43 vm_page_t vm_radix_lookup_le(struct vm_radix *rtree, vm_pindex_t index);
45 void vm_radix_remove(struct vm_radix *rtree, vm_pindex_t index);
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dheap.c42 * not 0-based. The parent is index/2, and the left-child is index*2.
43 * The right child is index*2+1.
72 isc_heapindex_t index; member in struct:isc_heap
77 isc_heapindex_t index, unsigned int size_increment,
99 heap->index = index;
153 if (heap->index != NULL)
154 (heap->index)(heap->array[i], i);
157 if (heap->index !
76 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, isc_heapindex_t index, unsigned int size_increment, isc_heap_t **heapp) argument
206 isc_heap_delete(isc_heap_t *heap, unsigned int index) argument
231 isc_heap_increased(isc_heap_t *heap, unsigned int index) argument
239 isc_heap_decreased(isc_heap_t *heap, unsigned int index) argument
247 isc_heap_element(isc_heap_t *heap, unsigned int index) argument
[all...]
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_timer.c75 /* Find the first availabe timer index */
104 ar9300_free_generic_timer(struct ath_hal *ah, int index) argument
108 ar9300_stop_generic_timer(ah, index);
109 ahp->ah_avail_gen_timers |= AR_GENTMR_BIT(index);
115 int index,
119 if ((index < AR_FIRST_NDP_TIMER) || (index >= AR_NUM_GEN_TIMERS)) {
126 OS_REG_WRITE(ah, gen_timer_configuration[index].next_addr, timer_next);
127 OS_REG_WRITE(ah, gen_timer_configuration[index].period_addr, timer_period);
129 gen_timer_configuration[index]
113 ar9300_start_generic_timer( struct ath_hal *ah, int index, u_int32_t timer_next, u_int32_t timer_period) argument
153 ar9300_stop_generic_timer(struct ath_hal *ah, int index) argument
[all...]
/freebsd-10-stable/contrib/groff/src/include/
H A Dfont.h40 int contains(int index);
42 int get_width(int index, int point_size);
43 int get_height(int index, int point_size);
44 int get_depth(int index, int point_size);
46 int get_character_type(int index);
48 int get_skew(int index, int point_size, int slant);
50 int get_italic_correction(int index, int point_size);
51 int get_left_italic_correction(int index, int point_size);
52 int get_subscript_correction(int index, int point_size);
54 const char *get_special_device_encoding(int index);
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d41 int index;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h35 static void *GDMIndex() { static int index = 0; return &index; } local
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dkrb_err.et22 index 20
26 index 26
28 index 31
42 index 51
50 index 61
54 index 70
57 index 76
/freebsd-10-stable/tools/tools/mid/
H A Dmid-build5 # create a Message-ID, In-Reply-To look(1) index database
13 dbout=$home/index
22 find text/* -type f | mid-master-index 4 mid-index $dbout/mid
30 mid-master-index 1 mid-index $dbout/mid-current

Completed in 283 milliseconds

1234567891011>>