Searched refs:offset (Results 201 - 225 of 1646) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c98 kobj_read(intptr_t descr, char *buf, unsigned size, unsigned offset) argument
154 kobj_getsymname(uintptr_t value, ulong_t *offset) argument
168 kobj_searchsym(struct module *mp, uintptr_t value, ulong_t *offset) argument
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h161 #define OCE_CSR_READ32(dev, offset) \
163 (uint32_t *)(void *)((dev)->csr_addr + offset))
165 #define OCE_CSR_WRITE32(dev, offset, value) \
167 (uint32_t *)(void *)((dev)->csr_addr + offset), value)
169 #define OCE_DB_READ32(dev, offset) \
171 (uint32_t *)(void *)((dev)->db_addr + offset))
173 #define OCE_DB_WRITE32(dev, offset, value) \
175 (uint32_t *)(void *)((dev)->db_addr + offset), value)
177 #define OCE_CFG_READ32(dev, offset) \
179 (uint32_t *)(void *)((dev)->dev_cfg_addr + offset))
[all...]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_nblk.c109 u_offset_t offset, /* ignore if not I/O */
129 return (nbl_lock_conflict(vp, op, offset, length, svmand, ct));
169 nbl_lock_conflict(vnode_t *vp, nbl_op_t op, u_offset_t offset, argument
107 nbl_conflict(vnode_t *vp, nbl_op_t op, u_offset_t offset, ssize_t length, int svmand, caller_context_t *ct) argument
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DError.java92 "enabledProbeID", "CPU", "action", "offset",
110 private final int offset; field in class:Error
132 * @param errorOffset error offset in compiled DTrace Intermediate
133 * Format (DIF), or a negative number if the offset is not available
152 offset = errorOffset;
227 * Gets the error offset in compiled DTrace Intermediate Format
228 * (DIF), or a negative number if the offset is not available.
230 * @return the error offset in compiled DTrace Intermediate Format
231 * (DIF), or a negative number if the offset is not available
236 return offset;
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsegoff.h2 * Segment:offset types and macros
13 /* Segment:offset structure. Note that the order within the structure
14 * is offset:segment.
17 uint16_t offset; member in struct:__anon2148
24 /* Macros for converting from virtual to segment:offset addresses,
/illumos-gate/usr/src/cmd/refer/
H A Dsortbib.c100 long offset, lastoffset = 0, ftell(); /* byte offsets in file */ local
104 /* measure byte offset, then get new line */
105 while (offset = ftell(fp), fgets(line, BUF, fp)) {
122 length = offset - lastoffset; /* measure rec len */
141 lastoffset = offset; /* save for next time */
146 offset = ftell(fp); /* measure byte offset at EOF */
147 length = offset - lastoffset; /* measure final record length */
171 long int offset; local
182 /* get file pointer, record offset, an
[all...]
/illumos-gate/usr/src/cmd/drd/
H A Ddrd.c268 size_t offset; local
287 offset = osize;
292 * array. Also, update the offset field of each
297 str = (char *)(uintptr_t)rsrcs[idx].offset;
313 str = (char *)(uintptr_t)rsrcs[idx++].offset;
322 off = (char *)orsrcsp + offset;
324 orsrcsp[idx].offset = offset;
332 rsrcs[idx].offset = 0;
334 /* update size and offset */
[all...]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dprint.c188 off_t offset; local
202 offset = 0;
213 wcnt = smb_fh_write(pfd, offset, rcnt, databuf);
224 offset += wcnt;
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_grc3.c205 int32_t *dst, uint32_t sz, uint32_t bufsz, int inc, int offset) \
214 src += offset; \
215 dst += offset; \
248 int32_t *dst, uint32_t sz, uint32_t bufsz, int inc, int offset) \
258 src += offset; \
259 dst += offset; \
298 uint32_t sz, uint32_t bufsz, int inc, int offset) \
302 bufsz, inc, offset); \
305 bufsz, inc, offset); \
320 void *dst, int sz, int bufsz, int inc, int offset)
[all...]
H A Daudio_grc3.h155 int offset );
192 offset - number of interleaved channel currently processing,
269 const void *src, void *dst, int sz, int bufsz, int inc, int offset);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm_linux.h197 u32_t offset,
205 u32_t offset,
212 u32_t offset,
220 u32_t offset,
228 u32_t offset,
236 u32_t offset,
244 u32_t offset,
259 u32_t offset,
267 u32_t offset,
H A Dmm_solaris.h203 u32_t offset,
208 u32_t offset,
213 u32_t offset,
218 u32_t offset,
223 u32_t offset,
228 u32_t offset,
233 u32_t offset,
238 u32_t offset,
243 u32_t offset,
H A Dmm_uefi.h267 u32_t offset,
272 u32_t offset,
277 u32_t offset,
282 u32_t offset,
287 u32_t offset,
292 u32_t offset,
297 u32_t offset,
302 u32_t offset,
308 u32_t offset,
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c953 csx_Put8(acc_handle_t handle, uint32_t offset, uint8_t value) argument
957 ddi_put8(handle, (uint8_t *)(hp->ah_addr + offset), value);
961 csx_Put16(acc_handle_t handle, uint32_t offset, uint16_t value) argument
965 ddi_put16(handle, (uint16_t *)(hp->ah_addr + offset), value);
969 csx_Put32(acc_handle_t handle, uint32_t offset, uint32_t value) argument
973 ddi_put32(handle, (uint32_t *)(hp->ah_addr + offset), value);
977 csx_Put64(acc_handle_t handle, uint32_t offset, uint64_t value) argument
981 ddi_put64(handle, (uint64_t *)(hp->ah_addr + offset), value);
985 csx_Get8(acc_handle_t handle, uint32_t offset) argument
989 return (ddi_get8(handle, (uint8_t *)(hp->ah_addr + offset)));
993 csx_Get16(acc_handle_t handle, uint32_t offset) argument
1001 csx_Get32(acc_handle_t handle, uint32_t offset) argument
1009 csx_Get64(acc_handle_t handle, uint32_t offset) argument
1017 csx_RepPut8(acc_handle_t handle, uint8_t *hostaddr, uint32_t offset, uint32_t rc, uint32_t flags) argument
1027 csx_RepPut16(acc_handle_t handle, uint16_t *hostaddr, uint32_t offset, uint32_t rc, uint32_t flags) argument
1037 csx_RepPut32(acc_handle_t handle, uint32_t *hostaddr, uint32_t offset, uint32_t rc, uint32_t flags) argument
1047 csx_RepPut64(acc_handle_t handle, uint64_t *hostaddr, uint32_t offset, uint32_t rc, uint32_t flags) argument
1057 csx_RepGet8(acc_handle_t handle, uint8_t *hostaddr, uint32_t offset, uint32_t rc, uint32_t flags) argument
1067 csx_RepGet16(acc_handle_t handle, uint16_t *hostaddr, uint32_t offset, uint32_t rc, uint32_t flags) argument
1077 csx_RepGet32(acc_handle_t handle, uint32_t *hostaddr, uint32_t offset, uint32_t rc, uint32_t flags) argument
1087 csx_RepGet64(acc_handle_t handle, uint64_t *hostaddr, uint32_t offset, uint32_t rc, uint32_t flags) argument
1189 csx_GetHandleOffset(acc_handle_t handle, uint32_t *offset) argument
1204 csx_SetHandleOffset(acc_handle_t handle, uint32_t offset) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs_opreg.h81 int offset; /* byte offset within ops vector */ member in struct:fs_operation_trans_def
/illumos-gate/usr/src/uts/common/syscall/
H A Dioctl.c85 * offset is int32_t because that is what FIONREAD
89 int32_t offset; local
97 offset = MIN(vattr.va_size - fp->f_offset, INT_MAX);
98 if (copyout(&offset, (caddr_t)arg, sizeof (offset))) {
/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Dcommon.h78 #define SBP2_OFFSET_HI(offset) (((offset) & SBP2_ADDR_OFFSET) >> 32)
79 #define SBP2_OFFSET_LO(offset) (((offset) & SBP2_ADDR_OFFSET))
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_wr.h93 #define TAVOR_SPECIAL_QP_DRMAD_GET_MGMTCLASS(mgmtclass, offset, va, len) \
94 if (((mgmtclass) == NULL) && ((offset) + (len) > 1)) { \
95 (mgmtclass) = &((uint8_t *)(uintptr_t)(va))[1 - (offset)]; \
97 #define TAVOR_SPECIAL_QP_DRMAD_GET_HOPPOINTER(hp, offset, va, len) \
99 ((offset) + (len) > 6)) { \
100 (hp) = &((uint8_t *)(uintptr_t)(va))[6 - (offset)]; \
102 #define TAVOR_SPECIAL_QP_DRMAD_GET_HOPCOUNT(hc, offset, va, len) \
104 ((offset) + (len) > 7)) { \
105 (hc) = &((uint8_t *)(uintptr_t)(va))[7 - (offset)]; \
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_delete.c162 indx_t *ip, cnt, offset; local
190 offset = h->linp[idx];
192 if (ip[0] < offset)
195 ip[0] = ip[1] < offset ? ip[1] + nbytes : ip[1];
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcsubstr.c36 Sfoff_t offset; /* starting offset */ member in struct:_subfile_s
68 here = su->here + su->offset;
141 else here -= su->offset;
172 Sfio_t* sfdcsubstream(Sfio_t* f, Sfio_t* parent, Sfoff_t offset, Sfoff_t extent) argument
174 Sfio_t* sfdcsubstream(f, parent, offset, extent)
177 Sfoff_t offset; /* offset in f */
185 /* establish that we can seek to offset */
186 if((here = sfseek(parent,(Sfoff_t)0,SEEK_CUR)) < 0 || sfseek(parent,offset,SEEK_SE
[all...]
/illumos-gate/usr/src/lib/libast/common/include/
H A Dcmdarg.h60 int offset; /* post arg offset */ member in struct:__anon2623
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodm5819.h167 #define RTC_GET8(offset) (M5819_ADDR_REG = (offset), M5819_DATA_REG)
168 #define RTC_PUT8(offset, value) ( \
169 M5819_ADDR_REG = (offset), \
/illumos-gate/usr/src/uts/sparc/os/
H A Dobpsym_1275.c122 u_int offset; local
134 * Otherwise, try to translate the value to a symbol-name/offset.
137 offset = (u_int)-1;
140 offset = value_to_name(value, name);
161 cif[3 + nargs] = p1275_int2cell((int)offset);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_signing.c165 int offset, resid, tlen, rc; local
180 offset = mbc->chain_offset;
181 resid = mbc->max_bytes - offset;
182 if (smb_mbc_peek(mbc, offset, "#c", tlen, tmp_hdr) != 0)
187 offset += tlen;
197 while (mbuf != NULL && (offset >= mbuf->m_len)) {
198 offset -= mbuf->m_len;
207 * residual count, and starting at the current offset.
210 tlen = mbuf->m_len - offset;
213 rc = smb2_hmac_update(ctx, (uint8_t *)mbuf->m_data + offset, tle
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h63 void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value);
87 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data);
88 s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data);
89 s32 e1000_write_8bit_ctrl_reg(struct e1000_hw *hw, u32 reg, u32 offset,
105 s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
106 s32 e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data);
107 s32 e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data);
108 s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
115 u16 offset, u8 *sum);

Completed in 278 milliseconds

1234567891011>>