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

1234567891011>>

/freebsd-9.3-release/lib/libc/mips/string/
H A Dindex.S1 /* $NetBSD: index.S,v 1.8 2005/04/22 06:59:00 simonb Exp $ */
39 ASMSTR("from: @(#)index.s 8.1 (Berkeley) 6/4/93")
40 ASMSTR("$NetBSD: index.S,v 1.8 2005/04/22 06:59:00 simonb Exp $")
47 LEAF(index)
59 END(index)
/freebsd-9.3-release/lib/libmemstat/
H A Dmemstat.h137 int index);
139 int index, void *value);
141 int index);
142 void memstat_set_caller_uint64(struct memory_type *mtp, int index,
157 const struct memory_type *mtp, int cpu, int index);
159 int cpu, int index, void *value);
161 const struct memory_type *mtp, int cpu, int index);
163 int cpu, int index, uint64_t value);
H A Dmemstat.c320 memstat_get_caller_pointer(const struct memory_type *mtp, int index) argument
323 return (mtp->mt_caller_pointer[index]);
327 memstat_set_caller_pointer(struct memory_type *mtp, int index, void *value) argument
330 mtp->mt_caller_pointer[index] = value;
334 memstat_get_caller_uint64(const struct memory_type *mtp, int index) argument
337 return (mtp->mt_caller_uint64[index]);
341 memstat_set_caller_uint64(struct memory_type *mtp, int index, uint64_t value) argument
344 mtp->mt_caller_uint64[index] = value;
398 int index)
401 return (mtp->mt_percpu_alloc[cpu].mtp_caller_pointer[index]);
397 memstat_get_percpu_caller_pointer(const struct memory_type *mtp, int cpu, int index) argument
405 memstat_set_percpu_caller_pointer(struct memory_type *mtp, int cpu, int index, void *value) argument
413 memstat_get_percpu_caller_uint64(const struct memory_type *mtp, int cpu, int index) argument
421 memstat_set_percpu_caller_uint64(struct memory_type *mtp, int cpu, int index, uint64_t value) argument
[all...]
/freebsd-9.3-release/sys/dev/atkbdc/
H A Datkbdc_subr.h49 int atkbdc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val);
50 int atkbdc_write_ivar(device_t bus, device_t dev, int index, uintptr_t val);
/freebsd-9.3-release/usr.sbin/bsdconfig/
H A Dbsdconfig75 local index="INDEX"
82 f_quietly ls */"$index.${LANG:-$LC_ALL}" &&
83 index="$index.${LANG:-$LC_ALL}"
90 }' */$index | sort
98 f_quietly ls */"$index.${LANG:-$LC_ALL}" &&
99 index="$index.${LANG:-$LC_ALL}"
106 }' */$index 2> /dev/null | sort
201 local menuitem menu_title menu_help menu_selection index
[all...]
/freebsd-9.3-release/sys/cam/
H A Dcam_queue.c52 static void heap_down(cam_pinfo **queue_array, int index,
163 new_entry->index = queue->entries;
170 * Heap(1, num_elements) property and an index such that 1 <= index <=
175 camq_remove(struct camq *queue, int index) argument
179 if (index == 0 || index > queue->entries)
181 removed_entry = queue->queue_array[index];
182 if (queue->entries != index) {
183 queue->queue_array[index]
199 camq_change_priority(struct camq *queue, int index, u_int32_t new_priority) argument
382 heap_down(cam_pinfo **queue_array, int index, int num_entries) argument
[all...]
/freebsd-9.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII_udp.c42 struct asn_oid index; member in struct:udp_index
61 return (asn_compare_oid(&t1->index, &t2->index));
135 oid->index.len = 5;
137 oid->index.subs[0] = (inaddr >> 24) & 0xff;
138 oid->index.subs[1] = (inaddr >> 16) & 0xff;
139 oid->index.subs[2] = (inaddr >> 8) & 0xff;
140 oid->index.subs[3] = (inaddr >> 0) & 0xff;
141 oid->index.subs[4] = ntohs(inp->xi_inp.inp_lport);
214 if (index_compare(&value->var, sub, &udpoids[i].index) <
[all...]
/freebsd-9.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-channel.h107 * @post_index: Post index. At any point in time points on the
110 * @compl_index: Completion index. At any point in time points on the
113 * @reserve_index: Reserve index. At any point in time points on the
151 #define __hal_channel_is_posted_dtr(channel, index) \
152 ((channel)->dtr_arr[index].state == VXGE_HAL_CHANNEL_DTR_POSTED)
154 #define __hal_channel_for_each_posted_dtr(channel, dtrh, index) \
155 for (index = (channel)->compl_index,\
156 dtrh = (channel)->dtr_arr[index].dtr; \
157 (index < (channel)->reserve_index) && \
158 ((channel)->dtr_arr[index]
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-usbd.c106 cvmx_read64_uint64(CVMX_USBNX_DMA0_INB_CHN0(usb->index));
164 usbcx_ghwcfg2.u32 = __cvmx_usbd_read_csr32(usb, CVMX_USBCX_GHWCFG2(usb->index));
165 usbcx_ghwcfg3.u32 = __cvmx_usbd_read_csr32(usb, CVMX_USBCX_GHWCFG3(usb->index));
174 siz.u32 = __cvmx_usbd_read_csr32(usb, CVMX_USBCX_DPTXFSIZX(i, usb->index));
177 __cvmx_usbd_write_csr32(usb, CVMX_USBCX_DPTXFSIZX(i, usb->index), siz.u32);
181 gnptxfsiz.u32 = __cvmx_usbd_read_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index));
185 __cvmx_usbd_write_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index), gnptxfsiz.u32);
188 __cvmx_usbd_write_csr32(usb, CVMX_USBCX_GRXFSIZ(usb->index), fifo_space);
195 __cvmx_usbd_write_csr32(usb, CVMX_USBCX_DOEPMSK(usb->index), usbcx_doepmsk.u32);
199 __cvmx_usbd_write_csr32(usb, CVMX_USBCX_DIEPMSK(usb->index), usbcx_diepms
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dlcm.c148 sbitmap_zero (antout[bb->index]);
154 sbitmap_intersection_of_succs (antout[bb->index], antin, bb->index);
157 if (sbitmap_a_or_b_and_c_cg (antin[bb->index], antloc[bb->index],
158 transp[bb->index], antout[bb->index]))
199 sbitmap_copy (earliest[x], antin[succ->index]);
206 sbitmap_difference (difference, antin[succ->index],
207 avout[pred->index]);
[all...]
/freebsd-9.3-release/sys/dev/hptrr/
H A Dhptrr_os_bsd.c87 int index,
94 hba->pcibar[index].rid = 0x10 + index * 4;
96 if (pci_read_config(hba->pcidev, hba->pcibar[index].rid, 4) & 1)
97 hba->pcibar[index].type = SYS_RES_IOPORT;
99 hba->pcibar[index].type = SYS_RES_MEMORY;
101 hba->pcibar[index].res = bus_alloc_resource(hba->pcidev,
102 hba->pcibar[index].type, &hba->pcibar[index].rid, 0, ~0, length, RF_ACTIVE);
104 hba->pcibar[index]
85 os_map_pci_bar( void *osext, int index, HPT_U32 offset, HPT_U32 length ) argument
111 int index; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.index.d41 trace(index((char *)rand(), (char *)(rand() ^ vtimestamp)));
54 trace(index((char *)arg0, (char *)arg1, rand()));
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dbacktrace.h88 isc_backtrace_getsymbolfromindex(int index, const void **addrp,
91 * Returns the content of the internal symbol table of the given index.
93 * the 'index'th entry of the table, respectively. If 'index' is not in the
/freebsd-9.3-release/contrib/dtc/scripts/
H A Dsetlocalversion19 if git diff-index HEAD | read dummy; then
/freebsd-9.3-release/contrib/gperf/src/
H A Dbool-array.h53 bool set_bit (unsigned int index);
63 /* For each index, we store in storage_array[index] the iteration_number at
64 the time set_bit(index) was last called. */
/freebsd-9.3-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_al.h164 IN const uint8_t index)
166 return (p_ca_info->p_attr->p_port_attr[index].port_guid);
174 * index
175 * [in] Port "index" for which to retrieve the port GUID.
176 * The index is the offset into the ca's internal array
199 IN const uint8_t index)
201 return (p_ca_info->p_attr->p_port_attr[index].port_num);
209 * index
210 * [in] Port "index" for which to retrieve the port GUID.
211 * The index i
163 osm_ca_info_get_port_guid(IN const osm_ca_info_t * const p_ca_info, IN const uint8_t index) argument
198 osm_ca_info_get_port_num(IN const osm_ca_info_t * const p_ca_info, IN const uint8_t index) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dheim_err.et21 index 64
29 index 128
/freebsd-9.3-release/crypto/heimdal/tests/ldap/
H A Dslapd.conf27 index objectClass eq
28 index uid eq
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dkwset.h27 int index; /* Index number of matching keyword. */ member in struct:kwsmatch
41 Return NULL for success, or an error message. Remember an index
53 if foundindex is non-NULL, store the index of the particular
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dconfig.h19 /* Define if the system uses strchr instead of index
24 #define index strchr macro
/freebsd-9.3-release/lib/libc/string/
H A Dindex.c31 static char sccsid[] = "@(#)index.c 8.1 (Berkeley) 6/4/93";
47 index
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Ddiag.h35 u_int index; member in struct:diagif
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscif_sas_high_priority_request_queue.c118 U32 index; local
132 for (index = 0; index < element_count; index++)
/freebsd-9.3-release/sys/dev/usb/storage/
H A Drio500_usb.h39 int index; member in struct:RioCommand
/freebsd-9.3-release/sys/libkern/
H A Dindex.c37 * index() is also present as the strchr() in the kernel; it does exactly the
41 index(p, ch) function

Completed in 142 milliseconds

1234567891011>>