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

1234567891011>>

/freebsd-9.3-release/usr.sbin/bsdconfig/share/packages/
H A DMakefile6 FILES= categories.subr index.subr packages.subr
/freebsd-9.3-release/usr.sbin/pc-sysinstall/doc/
H A DMakefile3 FILES= help-disk-list help-disk-size help-index help-start-autoinstall
/freebsd-9.3-release/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-9.3-release/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-9.3-release/crypto/heimdal/lib/hx509/
H A Dhx509_err.et41 index 32
53 index 64
70 index 96
83 index 108
91 index 128
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dport.c97 int mlx4_register_mac(struct mlx4_dev *dev, u8 port, u64 mac, int *index) argument
113 *index = i;
124 mlx4_dbg(dev, "Free MAC index is %d\n", free);
144 *index = free;
152 void mlx4_unregister_mac(struct mlx4_dev *dev, u8 port, int index) argument
157 if (!table->refs[index]) {
158 mlx4_warn(dev, "No MAC entry for index %d\n", index);
161 if (--table->refs[index]) {
162 mlx4_warn(dev, "Have more references for index
214 mlx4_register_vlan(struct mlx4_dev *dev, u8 port, u16 vlan, int *index) argument
268 mlx4_unregister_vlan(struct mlx4_dev *dev, u8 port, int index) argument
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/sys/dev/xen/blkfront/
H A Dblock.h106 int index; member in struct:xlbd_major_info
216 #define XBQ_COMMAND_QUEUE(name, index) \
221 XBQ_INIT(sc, index); \
232 cm->cm_flags |= XB_ON_ ## index; \
233 XBQ_ADD(cm->cm_sc, index); \
244 cm->cm_flags |= XB_ON_ ## index; \
245 XBQ_ADD(cm->cm_sc, index); \
254 XB_ON_ ## index) { \
257 cm->cm_flags, XB_ON_ ## index); \
261 cm->cm_flags &= ~XB_ON_ ## index; \
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c558 int index; local
560 index = stp->str_index;
562 if (index == sizeof(DES_cblock)) {
566 index = 0;
570 *s = stp->str_output[index] = (stp->str_feed[index] ^ *s);
572 index++;
574 stp->str_index = index;
580 int index; local
593 index
630 int index; local
649 int index; local
[all...]
/freebsd-9.3-release/usr.bin/gprof/
H A Dprintgprof.c50 int index, timecmp(); local
61 for ( index = 0 ; index < nname ; index += 1 ) {
62 sortednlp[ index ] = &nl[ index ];
65 for ( index = 0 ; index < nname ; index += 1 ) {
66 np = sortednlp[ index ];
222 int index; local
716 int index, nnames, todo, i, j; local
[all...]
/freebsd-9.3-release/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-9.3-release/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c150 int index,
158 hba->pcibar[index].rid = 0x10 + index * 4;
159 base = pci_read_config(hba->pcidev, hba->pcibar[index].rid, 4);
162 hba->pcibar[index].type = SYS_RES_IOPORT;
163 hba->pcibar[index].res = bus_alloc_resource(hba->pcidev,
164 hba->pcibar[index].type, &hba->pcibar[index].rid, 0, ~0, length, RF_ACTIVE);
165 hba->pcibar[index].base = (void *)(unsigned long)(base & ~0x1);
167 hba->pcibar[index]
148 os_map_pci_bar( void *osext, int index, HPT_U32 offset, HPT_U32 length ) argument
179 int index; local
[all...]
/freebsd-9.3-release/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-9.3-release/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...]
H A Dscic_sds_remote_node_table.c68 * available bit for selection. The absolute bit is index * 32 + bit
71 * @param[in] remote_node_table This is the remote node index table from
73 * @param[in] group_table_index This is the index to the group table from
108 * This method will clear the group index entry in the specified group index
115 * @param[in] group_index This is the bit index in the table to be modified.
141 * This method will set the group index bit entry in the specified gropu index
180 * @param[in] remote_node_index This is the remote node index that is being
211 * This method clears the remote node index fro
351 U32 index; local
423 U8 index; local
[all...]
/freebsd-9.3-release/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-9.3-release/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...]
/freebsd-9.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_vector.c296 IN const size_t index, OUT void *const p_element)
302 if (index >= p_vector->size)
305 cl_vector_get(p_vector, index, p_element);
311 IN const size_t index, IN void *const p_element)
321 if (index >= p_vector->size) {
322 /* Resize to accomodate the given index. */
323 status = cl_vector_set_size(p_vector, index + 1);
325 /* Check for failure on or before the given index. */
326 if ((status != CL_SUCCESS) && (p_vector->size < index))
331 p_dest = cl_vector_get_ptr(p_vector, index);
295 cl_vector_at(IN const cl_vector_t * const p_vector, IN const size_t index, OUT void *const p_element) argument
310 cl_vector_set(IN cl_vector_t * const p_vector, IN const size_t index, IN void *const p_element) argument
414 size_t index; local
[all...]
H A Dcl_ptr_vector.c106 IN const size_t index, OUT void **const p_element)
112 if (index >= p_vector->size)
115 *p_element = cl_ptr_vector_get(p_vector, index);
121 IN const size_t index, IN const void *const element)
129 if (index >= p_vector->size) {
130 /* Resize to accomodate the given index. */
131 status = cl_ptr_vector_set_size(p_vector, index + 1);
133 /* Check for failure on or before the given index. */
134 if ((status != CL_SUCCESS) && (p_vector->size < index))
139 p_vector->p_ptr_array[index]
105 cl_ptr_vector_at(IN const cl_ptr_vector_t * const p_vector, IN const size_t index, OUT void **const p_element) argument
120 cl_ptr_vector_set(IN cl_ptr_vector_t * const p_vector, IN const size_t index, IN const void *const element) argument
144 cl_ptr_vector_remove(IN cl_ptr_vector_t * const p_vector, IN const size_t index) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c91 ret->index = NULL;
95 if ((ret->index =
103 ret->index[i] = NULL;
191 if (ret->index != NULL)
192 OPENSSL_free(ret->index);
212 lh = db->index[idx];
250 if (db->index[field] != NULL)
251 lh_free(db->index[field]);
252 db->index[field] = idx;
311 if (db->index[
[all...]

Completed in 509 milliseconds

1234567891011>>