Searched defs:index (Results 51 - 75 of 945) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmem_cache_ioctl.h48 uint32_t index; member in struct:cache_info32
/illumos-gate/usr/src/uts/i86pc/os/
H A Ddvma.c60 dvma_kaddr_load(ddi_dma_handle_t h, caddr_t a, u_int len, u_int index, argument
/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootiic/
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...]
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4500/common/
H A Dloki.c51 * class index, so when a device is removed we have no way of knowing
86 uint64_t type, index; local
105 &index) == 0);
178 if (index == i &&
204 if (index == i &&
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pq.c65 dt_pq_getvalue(dt_pq_t *p, uint_t index) argument
67 void *item = p->dtpq_items[index];
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinet6_rthdr.c166 * This uses the C convention for index [0, size-1].
169 inet6_rth_getaddr(const void *bp, int index) argument
175 if (index >= rthdr->ip6r0_len/2 || index < 0)
179 return (&rv[index]);
H A Dinterface_id.c45 * index value. Returns index value if successful, zero otherwise.
102 * Given an index, this function returns the associated interface
113 uint32_t index; local
124 /* A interface index of 0 is invalid */
184 * Obtain the index value of each interface, and
185 * match to see if the retrived index value matches
191 index = if_nametoindex(lifrp->lifr_name);
192 if (index == 0)
195 if (index
227 int index; local
[all...]
/illumos-gate/usr/src/lib/libtnf/
H A Daccess.c51 tnf_get_block_absolute(TNF *tnf, unsigned index) argument
53 if (index >= tnf->block_count)
65 (caddr_t)_GET_INDEX_BLOCK(tnf, index)));
73 unsigned index; local
79 index = _GET_BLOCK_INDEX(tnf, bhdr);
81 return (tnf_get_block_absolute(tnf, index + adjust));
H A Darray.c116 tnf_get_element(tnf_datum_t datum, unsigned index) argument
133 if (index >= count)
136 offset = hdr_size + (index * elt_size);
H A Dstruct.c77 get_slot_indexed(struct slotinfo *slotinfo, unsigned index) argument
82 if (index >= count)
85 return (&slotinfo->slots[index]);
169 tnf_get_slot_name(tnf_datum_t datum, unsigned index) argument
177 slot = get_slot_indexed(slotinfo, index);
209 tnf_get_slot_indexed(tnf_datum_t datum, unsigned index) argument
217 slot = get_slot_indexed(slotinfo, index);
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_args.c67 tnf_probe_get_arg_indexed(tnf_probe_control_t *probe_p, int index, void *buffer) argument
80 while (count <= index) {
108 tnf_probe_get_type_indexed(tnf_probe_control_t *probe_p, int index) argument
113 tag_ppp = probe_p->slot_types + index;
/illumos-gate/usr/src/common/crypto/arcfour/
H A Darcfour_crypt.c128 int index; local
131 index = (((uint64_t)(uintptr_t)in) & 0x7);
134 if (index > 0) {
137 for (index = 8 - (uint64_t)(uintptr_t)in & 0x7;
138 (index-- > 0) && len > 0;
/illumos-gate/usr/src/common/crypto/arcfour/sun4v/
H A Darcfour_crypt.c69 int index; local
73 index = (((uintptr_t)in) & 0x7);
76 if (index > 0) {
80 for (index = 8 - index; (index-- > 0) && len > 0;
/illumos-gate/usr/src/cmd/msgfmt/
H A Dcheck_header.c93 size_t bufsize, index; local
204 index = 0;
210 buf[index] = '\0';
234 buf[index++] = '\b';
237 buf[index++] = '\f';
240 buf[index++] = '\n';
243 buf[index++] = '\r';
246 buf[index++] = '\t';
249 buf[index++] = '\v';
252 buf[index
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Ddfn.c176 int index; local
249 for (index = cycletop + 1; index <= dfn_depth; index += 1) {
251 childp = dfn_stack[index].nlentryp;
/illumos-gate/usr/src/cmd/fs.d/ufs/labelit/
H A Dlabelit.c58 #define index(s, r) strchr(s, r) macro
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_exacct.c47 ok(int argc, char *argv[], int index, uid_t uid, dev_t tty, char *command) argument
51 for (j = index; j < argc; j++)
60 disp_group(ea_file_t *ef, uint_t nobjs, int argc, char *argv[], int index) argument
122 argc, argv, index);
145 if (argc > index && !ok(argc, argv, index, uid, tty, command))
159 lc_exacct(char *filename, int argc, char *argv[], int index) argument
199 argc, argv, index);
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c130 uint_t index; local
194 for (index = 0; index < TLABEL_RANGE; index++) {
438 int index; local
470 for (index = 0; index <= tlabel_handle->tb_max_node; index++) {
471 tlabel_handle->tb_free[index] = (uint64_t)0xFFFFFFFFFFFFFFFF;
472 tlabel_handle->tb_bad[index]
[all...]
H A Dhci1394_vendor.c164 uint_t index; local
170 for (index = 0; index < (*vendor_handle)->ve_reg_count; index++) {
172 ve_reg_array[index]->vr_reg_handle);
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBAList.cc105 int index = -1; local
110 index = atoi(indexString.c_str());
116 if (index < 0 || index > hbas.size()) {
120 HBA *tmp = hbas[index];
144 int index = -1; local
149 index = atoi(indexString.c_str());
155 if (index < 0 || index > tgthbas.size()) {
159 HBA *tmp = tgthbas[index];
175 getHBAName(int index) argument
201 getTgtHBAName(int index) argument
[all...]
H A DHandlePort.cc55 * @memo Reset the state tracking values for stale index detection
56 * @postcondition The first subsequent call to any index based routine
106 * @memo Verify this port is the stated index
109 * @param index The index value to compare against this port
111 bool HandlePort::match(int index) { argument
112 Trace log("HandlePort::match(index)");
113 return (*port == *(hba->getPortByIndex(index)));
153 * @param discoveredport The index of the discovered port
160 Trace log("HandlePort::getDiscoveredAttributes(index)");
192 getHandleNPIVPortByIndex(int index) argument
[all...]
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasScsiReportLUNs.c73 int index = 0, domainPortFound = 0; local
107 index = RetrieveIndex(handle);
109 if ((hba_ptr = RetrieveHandle(index)) == NULL) {
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cookie.c51 * head index : index of next unallocated cookie
52 * tail index : index of last unallocated cookie
54 * Each cookie store its index in this memory pool.
56 * When an event is received, the index stored in the event's cookie will be
158 buffer->pool[i].index = i;
200 int index; local
225 index = 0;
227 new_buffer->pool[index]
[all...]
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_rs.c79 uint_t index; local
109 for (index = 0; index < array_size; index++) {
110 rstruct->rs_free[index] = (uint64_t)0xFFFFFFFFFFFFFFFF;
153 uint_t index; local
173 for (index = min; index <= max; index++) {
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_osdep.c113 e1000_rar_clear(struct e1000_hw *hw, uint32_t index) argument
121 E1000_WRITE_REG_ARRAY(hw, E1000_RA, ((index << 1) + 1), rar_high);
129 e1000_rar_set_vmdq(struct e1000_hw *hw, const uint8_t *addr, uint32_t index, argument
162 E1000_WRITE_REG_ARRAY(hw, E1000_RA, (index << 1), rar_low);
163 E1000_WRITE_REG_ARRAY(hw, E1000_RA, ((index << 1) + 1), rar_high);

Completed in 97 milliseconds

1234567891011>>