Searched defs:offset (Results 101 - 125 of 1250) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/auditstat/
H A Dauditstat.c124 int offset[12]; /* used to line the header up correctly */ local
129 s->as_generated, &(offset[0]),
130 s->as_nonattrib, &(offset[1]),
131 s->as_kernel, &(offset[2]),
132 s->as_audit, &(offset[3]),
133 s->as_auditctl, &(offset[4]),
134 s->as_enqueue, &(offset[5]),
135 s->as_written, &(offset[6]),
136 s->as_wblocked, &(offset[7]),
137 s->as_rblocked, &(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/cmd/fs.d/ufs/labelit/
H A Dlabelit.c142 offset_t offset; local
245 offset =
247 if (llseek(f, offset, 0) < 0) {
287 if (llseek(f, offset, 0) < 0) {
/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/
H A Dtavor-MELLANOX.c77 int offset; local
92 * at 0x16 byte offset in Invariant Sector.
94 offset = FLASH_IS_SECTOR_SIZE_OFFSET +
97 sector_sz = 1 << MLXSWAPBITS32(firmware[offset/4]);
317 * we know that we need to read the value at offset FLASH_GUID_PTR
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dmove.c44 Dbg_move_adjexpandreloc(Lm_list *lml, Xword offset, const char *name) argument
52 EC_XWORD(offset));
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Ddis.c149 ulong_t offset, end; local
155 for (offset = addr, end = addr + num_inst * 4; offset < end;
156 offset += 4) {
160 if (ps_pread(ph, offset, (char *)&instr,
165 instr_str = disassemble(instr, offset, print_address, 0, 0,
168 (void) printf("%-30s: %s\n", print_address(offset), instr_str);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlzjb.c57 int mlen, offset, hash; local
77 offset = (intptr_t)(src - *hp) & OFFSET_MASK;
79 cpy = src - offset;
87 (offset >> NBBY);
88 *dst++ = (uchar_t)offset;
115 int offset = ((src[0] << NBBY) | src[1]) & OFFSET_MASK; local
117 if ((cpy = dst - offset) < (uchar_t *)d_start)
/illumos-gate/usr/src/uts/common/exec/elf/
H A Dold_notes.c103 write_old_elfnotes(proc_t *p, int sig, vnode_t *vp, offset_t offset, argument
137 error = elfnote(vp, &offset, NT_PRPSINFO, sizeof (bigwad->psinfo),
142 error = elfnote(vp, &offset, NT_PLATFORM, strlen(platform) + 1,
152 error = elfnote(vp, &offset, NT_AUXV, sizeof (bigwad->auxv),
191 error = elfnote(vp, &offset, NT_PRSTATUS,
199 error = elfnote(vp, &offset, NT_PRFPREG,
218 error = elfnote(vp, &offset, NT_GWINDOWS,
229 error = elfnote(vp, &offset, NT_PRXREG,
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_vnops.c44 offset_t offset, struct cred *cr, caller_context_t *ct);
107 offset_t offset,
103 door_close( struct vnode *vp, int flag, int count, offset_t offset, struct cred *cr, caller_context_t *ct ) argument
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_vendor.c47 * Macro which makes sure vendor register offset is not greater that 0x7FC and
245 * offset is the offset into the vendor specific register space. An offset of
251 uint_t reg_set, uint_t offset, uint32_t data)
272 (uintptr_t)VENDOR_ALIGN_ADDR(offset));
287 * offset is the offset into the vendor specific register space. An offset
293 uint_t offset, uint32_
250 hci1394_vendor_reg_write(hci1394_vendor_handle_t vendor_handle, uint_t reg_set, uint_t offset, uint32_t data) argument
292 hci1394_vendor_reg_read(hci1394_vendor_handle_t vendor_handle, uint_t reg_set, uint_t offset, uint32_t *data) argument
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_nvram.c278 u32_t offset,
288 DbgMessage(pdev, VERBOSEnv, "offset %d flags %d\n",offset,nvram_flags);
297 REG_WR(pdev, MCP_REG_MCPR_NVM_ADDR, offset & MCPR_NVM_ADDR_NVM_ADDR_VALUE);
343 u32_t offset,
368 REG_WR(pdev, MCP_REG_MCPR_NVM_ADDR, offset & MCPR_NVM_ADDR_NVM_ADDR_VALUE);
405 u32_t offset,
414 DbgMessage(pdev, VERBOSEnv, "offset %d size %d\n",offset,buf_size);
416 if((buf_size & 0x03) || (offset
276 nvram_read_dword( lm_device_t *pdev, u32_t offset, u32_t *ret_val, u32_t nvram_flags) argument
341 nvram_write_dword( lm_device_t *pdev, u32_t offset, u32_t val, u32_t nvram_flags) argument
403 lm_nvram_read( lm_device_t *pdev, u32_t offset, u32_t *ret_buf, u32_t buf_size) argument
480 lm_nvram_write( lm_device_t *pdev, u32_t offset, u32_t *data_buf, u32_t buf_size) argument
[all...]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBAList.cc107 string::size_type offset = name.find_last_of("-"); local
108 if (offset >= 0) {
109 string indexString = name.substr(offset+1);
146 string::size_type offset = name.find_last_of("-"); local
147 if (offset >= 0) {
148 string indexString = name.substr(offset+1);
/illumos-gate/usr/src/test/zfs-tests/cmd/file_write/
H A Dfile_write.c58 offset_t noffset, offset = 0; local
78 offset = atoll(optarg);
173 noffset = llseek(bigfd, offset, SEEK_SET);
174 if (noffset != offset) {
176 filename, offset, noffset, strerror(errno), errno);
182 "offset = %lld, data = %s%d\n", filename, block_size,
183 write_count, offset,
222 "\t[-s offset] [-c write_count] [-d data]\n"
/illumos-gate/usr/src/uts/common/sys/
H A Dvuid_store.h65 ushort_t offset; /* Offset of value from seg addr */ member in struct:vuid_value
95 #define vuid_set_boolean_bit(seg, offset) \
96 (seg)->booleans[(offset)/BITSPERBYTE] |= \
97 (1<<((BITSPERBYTE-1)-((offset)%BITSPERBYTE)))
98 #define vuid_clear_boolean_bit(seg, offset) \
99 (seg)->booleans[(offset)/BITSPERBYTE] &= \
100 (~(1<<((BITSPERBYTE-1)-((offset)%BITSPERBYTE))))
101 #define vuid_get_boolean_bit(seg, offset) \
102 ((seg)->booleans[(offset)/BITSPERBYTE] & \
103 (1<<((BITSPERBYTE-1)-((offset)
[all...]
H A Dpci_cfgacc.h60 uint16_t offset; member in struct:pci_cfgacc_req
/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/i86pc/io/ioat/
H A Dioat_rs.c229 uint_t offset; local
242 offset = resource & 0x3F;
243 rstruct->rs_free[array_idx] |= ((uint64_t)1 << offset);
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_vmac.c248 uint64_t offset; local
250 offset = VMAC_RX_STAT;
251 REG_PIO_WRITE64(handle, offset, HXGE_VMAC_RX_STAT_CLEAR);
259 uint64_t offset; local
261 offset = VMAC_TX_STAT;
262 REG_PIO_WRITE64(handle, offset, HXGE_VMAC_TX_STAT_CLEAR);
271 uint64_t offset; local
280 offset = VMAC_RX_MSK;
281 REG_PIO_WRITE64(handle, offset, value);
290 uint64_t offset; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dloop.c117 unsigned long offset)
121 ASSERT(!offset);
115 rdsv3_loop_xmit_cong_map(struct rdsv3_connection *conn, struct rdsv3_cong_map *map, unsigned long offset) argument
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-channel-fp.c112 int offset)
116 /* restore a previously allocated dtrh at current offset and update
121 channel->reserve_arr[channel->reserve_length + offset] = dtrh;
123 "channel %d:%d:%d, offset %d at reserve index %d, ",
125 channel->post_qid, channel->compl_qid, offset,
126 channel->reserve_length + offset);
129 channel->reserve_length += offset;
131 "for offset %d, new reserve_length %d, free length %d",
133 offset, channel->reserve_length, channel->free_length);
111 __hal_channel_dtr_restore(xge_hal_channel_h channelh, xge_hal_dtr_h dtrh, int offset) argument
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dwordexp.c70 int offset; local
72 if(offset=staktell())
181 memcpy((void*)cp,stakptr(offset),c);
191 if(offset)
192 stakset(savebase,offset);
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcfilter.c115 static Sfoff_t filterseek(Sfio_t* f, Sfoff_t addr, int offset, Sfdisc_t* disc) argument
117 static Sfoff_t filterseek(f, addr, offset, disc)
120 int offset;
125 offset = 0;
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/uts/sun4u/serengeti/sys/
H A Dsgsbbc_iosram.h69 uint32_t offset; /* Offset from base of SRAM */ member in struct:iosram_key
/illumos-gate/usr/src/uts/sun4v/os/
H A Dlpad.c219 uint_t offset = 0; local
227 printf("\t0x%02x 0x%016lx\n", offset, *lp);
228 offset += sizeof (uint64_t);

Completed in 100 milliseconds

1234567891011>>