Searched refs:offset (Results 251 - 275 of 1646) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/avs/ns/unistat/
H A Dspcs_s_impl.h63 * to be of type SU_BYTESTREAM and offset is a tdata index.
91 * to be of type SU_BYTESTREAM and offset is a tdata index.
111 * In both cases the reference simply contains an offset into the
120 unsigned short offset: 16; /* the sudata array offset of the */ member in struct:__anon4535
122 /* or the tdata array offset for */
127 unsigned short offset: 16; /* the sudata array offset of the */ member in struct:__anon4536
129 /* or the tdata array offset for */
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h168 uint32_t offset; /* byte offset into CIS space */ member in struct:cisptr_t
196 * NEXT_CIS_ADDR(cisptr_t *) increments the offset to point to the
200 * otherwise the adjusted offset value is returned. Note that
202 * mapped in window size and an "offset" member value of zero
217 (((ptr->flags&CISTPLF_AM_SPACE)?(ptr->offset += 2): \
218 (ptr->offset++)), \
219 ((ptr->offset > ptr->size)?(NULL):ptr->offset))
220 #define GET_CIS_DATA(ptr) csx_Get8(ptr->handle, ptr->offset)
264 uint32_t offset; /* CIS address offset of start of tuple */ member in struct:cistpl_t
[all...]
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_buf.c229 ushort_t offset; local
237 offset = pos->tnfw_w_write_off;
241 if (block == NULL || offset + size > TNF_BLOCK_SIZE) {
258 if (block->bytes_valid == offset &&
267 p = (ulong_t *)((char *)block + offset);
284 offset = sizeof (tnf_block_header_t);
285 /* ASSERT(new_block->bytes_valid == offset); */
288 destp = (char *)block + offset;
290 pos->tnfw_w_write_off = offset + size;
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.h52 offset_t offset; /* starting offset */ member in struct:segdev_crargs
78 * offset
83 offset_t offset; /* device offset for start of mapping */ member in struct:segdev_data
/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dnetif.h70 uint16_t offset; /* Offset within buffer page */ member in struct:netif_tx_request
176 uint16_t offset; /* Offset in page of start of received packet */ member in struct:netif_rx_response
201 * c-basic-offset: 4
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_vir.c86 uint32_t offset; local
96 offset = LDSV0 + LDSV_OFFSET(ldg);
100 offset = LDSV1 + LDSV_OFFSET(ldg);
109 HXGE_REG_RD32(handle, offset, ldf_p);
120 uint32_t offset; local
129 offset = LDSV_OFFSET_MASK(ld);
132 "hpi_intr_mask_set: ld %d offset 0x%0x mask 0x%x",
133 ld, offset, ldf_mask));
135 HXGE_REG_WR32(handle, offset, (uint32_t)ldf_mask);
173 " hpi_intr_ldg_mgmt_set: ldg %d reg offset
[all...]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_vendor.h117 uint_t reg_set, uint_t offset, uint32_t data);
119 uint_t reg_set, uint_t offset, uint32_t *data);
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Ddimm_addr.c46 uint64_t offset; local
52 &offset) != 0 && nvlist_lookup_uint64(hcsp,
53 FM_FMRI_HC_SPECIFIC_OFFSET, &offset) != 0) ||
94 uint64_t offset; local
104 offset = pa - rp->base;
105 if (offset > rp->hole)
106 offset -= rp->hole_size;
107 unump->unum_offset = offset / rp->interleave;
/illumos-gate/usr/src/uts/common/nfs/
H A Dlm.h109 u_offset_t offset, struct cred *cr,
122 u_offset_t offset, struct cred *cr,
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_signing.c234 int offset = mbc->chain_offset; local
252 uint8_t hdr[SMB_SIG_OFFS]; /* sig. offset (14) */
275 if (smb_mbc_peek(mbc, offset, "#c", size, hdrp) != 0)
288 offset += size;
289 while (mbuf != NULL && (offset >= mbuf->m_len)) {
290 offset -= mbuf->m_len;
293 if (mbuf != NULL && (size = (mbuf->m_len - offset)) > 0) {
294 rc = smb_md5_update(ctx, &mbuf->m_data[offset], size);
297 offset = 0;
342 /* Reset the offset t
[all...]
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h121 #define E1000_WRITE_REG_ARRAY(hw, reg, offset, value) \
123 (uint32_t *)((uintptr_t)(hw)->hw_addr + reg + ((offset) << 2)), \
126 #define E1000_READ_REG_ARRAY(hw, reg, offset) \
128 (uint32_t *)((uintptr_t)(hw)->hw_addr + reg + ((offset) << 2)))
130 #define E1000_WRITE_REG_ARRAY_DWORD(a, reg, offset, value) \
131 E1000_WRITE_REG_ARRAY(a, reg, offset, value)
132 #define E1000_READ_REG_ARRAY_DWORD(a, reg, offset) \
133 E1000_READ_REG_ARRAY(a, reg, offset)
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxetramp.s29 __bangpxeoff: .word 0x0000 # offset
36 __pxenvoff: .word 0x0000 # offset
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c64 uint64_t offset; local
67 offset = 0;
70 offset = object << DNODE_SHIFT;
74 &offset, 2, DNODES_PER_BLOCK >> 2, 0);
76 object = offset >> DNODE_SHIFT;
174 uint64_t offset = (*objectp + 1) << DNODE_SHIFT; local
178 (hole ? DNODE_FIND_HOLE : 0), &offset, 0, DNODES_PER_BLOCK, txg);
180 *objectp = offset >> DNODE_SHIFT;
H A Dspace_map.c59 uint64_t bufsize, size, offset, end, space; local
84 for (offset = 0; offset < end; offset += bufsize) {
85 size = MIN(end - offset, bufsize);
90 dprintf("object=%llu offset=%llx size=%llx\n",
91 space_map_object(sm), offset, size);
94 error = dmu_read(sm->sm_os, space_map_object(sm), offset, size,
103 uint64_t offset, size; local
108 offset
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_access.c51 first, and allocates offset 0 in the NIG for it's own MAC address,
188 * @param offset the index of the NIG entry
196 u8_t offset,
199 lm_nig_mirror_entry_t* entry = &pdev->vars.nig_mirror.entries[offset];
265 u8_t offset = 0; local
268 offset = lm_find_nig_entry_for_addr(pdev, addr);
270 if (offset == INVALID_NIG_OFFSET)
273 offset = lm_get_available_nig_entry(pdev);
274 if (offset == INVALID_NIG_OFFSET)
279 lm_status = lm_initialize_nig_entry(pdev, offset, add
194 lm_initialize_nig_entry( lm_device_t *pdev, u8_t offset, u8_t *addr) argument
309 u8_t offset = 0; local
343 u32 offset = 0; local
1391 lm_set_mac_in_nig(lm_device_t * pdev, u8_t * mac_addr, lm_cli_idx_t lm_cli_idx, u8_t offset) argument
1750 lm_reg_rd_ind_imp( lm_device_t *pdev, u32_t offset, u32_t *ret) argument
1760 lm_reg_wr_ind_imp( lm_device_t *pdev, u32_t offset, u32_t val) argument
1782 lm_reg_rd_ind( lm_device_t *pdev, u32_t offset, u32_t *ret) argument
1802 lm_reg_wr_ind( lm_device_t *pdev, u32_t offset, u32_t val) argument
[all...]
H A Dlm_power.c53 u32_t offset = 0 ; local
155 for(offset = 0; offset <= LM_NWUF_PATTERN_SIZE; offset++)
157 mod = offset%8 ;
158 if ( ( 0 == mod ) && ( offset!= 0 ) )
161 reg_offset = ( offset / 8 ) - 1 ; // 0 - 15
180 if( LM_NWUF_PATTERN_SIZE == offset )
187 if(nwuf->size == 0 || offset > nwuf->size * 8)
191 mask = nwuf->mask[(offset/
230 u32_t offset = 0; local
297 u32_t offset = 0 ; local
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c222 int offset = 0; local
264 if ((buflen - offset) < buf_incre) {
288 bytes = read(sock, buf + offset, buf_incre);
299 search_offset = (offset - marklen) > 0 ?
300 offset - marklen : 0;
301 offset += bytes;
302 *(buf + offset) = '\0'; /* NULL termination */
409 offset = offset - (int)(headerEnd - (const char *)buf) - marklen;
410 if (offset) {
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_get.c162 int offset = Pline == numbline ? 8 : 0; local
166 if (offset) {
176 gotab(lastin + offset);
183 gotab(lastin + offset);
198 gotab(offset);
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dhdr_misc.c44 * Note that the byte count is not the same as the offset in an audio file,
58 * is not the same as the offset in an audio file, since the size of the
64 unsigned offset; local
66 offset = (unsigned)(0.5 + (sec *
71 offset -= (offset % (hp->bytes_per_unit * hp->channels));
72 return (offset);
/illumos-gate/usr/src/cmd/troff/
H A Dn3.c77 oldoff = offset;
78 offset = 0;
80 offset = oldoff;
225 if ((offset = finds(i)) == 0)
240 savoff = offset;
241 offset = apptr;
243 offset = savoff;
245 offset = dip->op;
318 return(offset = 0);
331 return(offset
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_reloc_stream.c66 Dwarf_Unsigned offset, /* r_offset of reloc */
100 elf64_reloc->r_offset = offset;
115 Dwarf_Unsigned offset, /* r_offset of reloc */
146 elf32_reloc->r_offset = (Elf32_Addr) offset;
164 Dwarf_Unsigned offset, /* r_offset of reloc */
64 _dwarf_pro_reloc_name_stream64(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, Dwarf_Unsigned symidx, enum Dwarf_Rel_Type type, int reltarget_length) argument
114 _dwarf_pro_reloc_name_stream32(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, Dwarf_Unsigned symidx, enum Dwarf_Rel_Type type, int reltarget_length) argument
162 _dwarf_pro_reloc_length_stream(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, Dwarf_Unsigned start_symidx, Dwarf_Unsigned end_symidx, enum Dwarf_Rel_Type type, int reltarget_length) argument
H A Dpro_reloc_symbolic.c56 Dwarf_Unsigned offset, /* r_offset of reloc */
73 slotp->drd_offset = offset;
87 Dwarf_Unsigned offset, /* r_offset of reloc */
113 slotp1->drd_offset = offset;
118 slotp2->drd_offset = offset;
54 _dwarf_pro_reloc_name_symbolic(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, Dwarf_Unsigned symidx, enum Dwarf_Rel_Type type, int reltarget_length) argument
85 _dwarf_pro_reloc_length_symbolic(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, Dwarf_Unsigned start_symidx, Dwarf_Unsigned end_symidx, enum Dwarf_Rel_Type type, int reltarget_length) argument
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_i210.c41 static s32 e1000_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words,
228 * @offset: offset of word in the Shadow Ram to read
235 s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset, u16 words, argument
250 status = e1000_read_nvm_eerd(hw, offset, count,
267 * @offset: offset within the Shadow RAM to be written to
271 * Writes data to Shadow RAM at offset using EEWR register.
280 s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset, u16 words, argument
295 status = e1000_write_nvm_srwr(hw, offset, coun
321 e1000_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
418 e1000_read_invm_i210(struct e1000_hw *hw, u16 offset, u16 E1000_UNUSEDARG words, u16 *data) argument
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsess_mgr.c770 CK_ULONG offset; local
797 offset = sizeof (OP_STATE_DATA);
799 (void) (void) memcpy((CK_BYTE *)op_data + offset,
803 offset += sizeof (ENCR_DECR_CONTEXT);
806 (void) memcpy((CK_BYTE *)op_data + offset,
810 offset += sess->encr_ctx.context_len;
814 (void) memcpy((CK_BYTE *)op_data + offset,
838 offset = sizeof (OP_STATE_DATA);
840 (void) memcpy((CK_BYTE *)op_data + offset,
844 offset
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c450 sec_hash_obj->u.sec_obj->section.offset = 0;
551 section->offset = sec_hash->u.sec_obj->section.offset;
600 segment->offset = seg_hash->u.seg_obj->segment.offset;
921 seghdr->offset = seg_layout->offset;
977 if (offset_tbl[cntx].offset >
978 offset_tbl[cnty].offset) {
994 * back to the new segment offset
1652 int offset; local
2105 get_packet(int device_fd, void *buffer, int size, int offset, format_t *format) argument
2120 int offset = 0; local
2159 get_packets(hash_obj_t *seg_hash, int device_fd, int offset, int length) argument
2301 uint16_t offset; local
[all...]

Completed in 168 milliseconds

<<11121314151617181920>>