Searched defs:offset (Results 151 - 175 of 1250) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/crypt/
H A Dcrypt.c107 long offset; member in struct:__anon347
161 n1 = (int)(header.offset&MASK);
162 n2 = (int)((header.offset >> 8) &MASK);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Davl.c47 avl_leftmostchild(uintptr_t addr, void *buff, size_t offset, size_t size, argument
50 avl_node_t *node = (avl_node_t *)((uintptr_t)buff + offset);
53 addr -= offset;
181 size_t offset; local
201 offset = aw->aw_tree.avl_offset;
202 node = (avl_node_t *)((uintptr_t)aw->aw_buff + offset);
239 addr = avl_leftmostchild(addr, aw->aw_buff, offset, size,
254 addr -= offset;
/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/abi/spectrans/parser/
H A Dextends.c314 off_t offset; local
320 offset = ftello(fp);
321 if (offset == -1) {
368 if (fseeko(fp, offset, SEEK_SET) < 0) {
387 if (fseeko(fp, offset, SEEK_SET) < 0) {
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioUnixfile.cc317 off_t offset; local
334 err = seekread(pos, offset);
390 pos = GetHeader().Bytes_to_Time(offset + len);
407 off_t offset; local
431 err = seekwrite(pos, offset);
465 pos = GetHeader().Bytes_to_Time(offset + len);
485 off_t& offset) // returned byte offset
495 offset = GetHeader().Time_to_Bytes(pos);
551 off_t& offset) // returne
483 seekread( Double pos, off_t& offset) argument
549 seekwrite( Double pos, off_t& offset) argument
[all...]
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/boot/fiocompress/
H A Dfiocompress.c176 off_t offset; local
182 hlen = offset = sizeof (struct comphdr) + blks * sizeof (uint64_t);
202 if (lseek(dstfd, offset, SEEK_SET) == (off_t)-1) {
204 offset, dstfile, strerror(errno));
212 hdr->ch_blkmap[i] = offset;
227 offset += dlen;
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dfstyp.c60 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle);
68 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle) argument
72 if (offset != 0) {
/illumos-gate/usr/src/cmd/sort/common/
H A Doptions.c126 int offset = 0; local
142 offset = (10 * offset) + (C[i] - '0');
184 F->f_start_offset = offset;
193 F->f_end_offset = offset;
195 offset_seen && offset != 0)
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A Dktutil_funcs.c521 int offset = 0; local
523 offset = 128;
525 #define M(X) (((X) + offset) % 256)
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c206 off_t offset = 0; local
379 offset += nbytes;
387 a_srcFd, offset);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c64 u_offset_t offset,
75 u_offset_t offset1 = offset; /* Initial offset */
150 fdb_add_hole(fdbp, offset1 - offset, nbytes);
163 bp = fdb_iosetup(fdbp, offset1 - offset, contig, vnodep, flags);
226 * space for the specified offset and length.
236 u_offset_t offset,
290 uoff = offset;
291 io_off = offset;
310 DEBUGF((CE_CONT, "?ufs_alloc_data: offset
62 ufs_rdwr_data( vnode_t *vnodep, u_offset_t offset, size_t len, fdbuffer_t *fdbp, int flags, cred_t *credp) argument
234 ufs_alloc_data( vnode_t *vnodep, u_offset_t offset, size_t *len, fdbuffer_t *fdbp, int flags, cred_t *credp) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmultilist.c40 * - 'offset' denotes the byte offset of the mutlilist_node_t within
63 multilist_create(multilist_t *ml, size_t size, size_t offset, unsigned int num, argument
68 ASSERT3U(size, >=, offset + sizeof (multilist_node_t));
72 ml->ml_offset = offset;
84 list_create(&mls->mls_list, size, offset);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.h74 short offset; /* offset in this logical block */ member in struct:__anon4456
81 long lineoffset; /* source line database offset */
82 long fcnoffset; /* function name database offset */
H A Dmouse.c190 mouseselection(MOUSEEVENT *p, int offset, int maxselection) argument
194 i = p->y1 - offset;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_abbrev.c52 Dwarf_Unsigned offset,
80 if (offset >= dbg->de_debug_abbrev.dss_size) {
102 abbrev_ptr = dbg->de_debug_abbrev.dss_data + offset;
143 *length = abbrev_ptr - dbg->de_debug_abbrev.dss_data - offset;
200 Dwarf_Off * offset, Dwarf_Error * error)
254 if (offset != NULL)
255 *offset = mark_abbrev_ptr - abbrev->ab_dbg->de_debug_abbrev.dss_data;
51 dwarf_get_abbrev(Dwarf_Debug dbg, Dwarf_Unsigned offset, Dwarf_Abbrev * returned_abbrev, Dwarf_Unsigned * length, Dwarf_Unsigned * abbr_count, Dwarf_Error * error) argument
196 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, Dwarf_Signed index, Dwarf_Half * returned_attr_num, Dwarf_Signed * form, Dwarf_Off * offset, Dwarf_Error * error) argument
H A Dpro_die.c350 Dwarf_Unsigned offset, Dwarf_Error * error)
377 Dwarf_Unsigned du = offset;
391 Dwarf_Unsigned offset, Dwarf_Error * error)
419 Dwarf_Unsigned du = offset;
348 _dwarf_pro_add_AT_fde(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Unsigned offset, Dwarf_Error * error) argument
389 _dwarf_pro_add_AT_macro_info(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Unsigned offset, Dwarf_Error * error) argument
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/tools/stabs/
H A Dforth.c205 ((mlp->size % 8) != 0 || (mlp->offset % mlp->size) != 0)) {
206 int offset, shift, mask; local
208 offset = (mlp->offset / 32) * 4;
209 shift = 32 - ((mlp->offset % 32) + mlp->size);
212 format, shift, mask, offset, mlp->name);
217 format, mlp->offset / 8, mlp->name);
221 format, mlp->offset / 8, mlp->name);
225 format, mlp->offset / 8, mlp->name);
229 format, mlp->offset /
[all...]
H A Dgenassym.c230 ((mlp->size % 8) != 0 || (mlp->offset % mlp->size) != 0)) {
231 int offset, shift, mask; local
233 offset = (mlp->offset / 32) * 4;
234 shift = 32 - ((mlp->offset % 32) + mlp->size);
239 printf("#define\t%s_OFFSET 0x%x\n", format, offset);
241 printf("#define\t%s 0x%x\n", format, mlp->offset / 8);
264 printf("#define\t%s 0x%x\n", format, mlp->offset / 8);
277 printf("#define\t%s 0x%x\n", format, mlp->offset / 8);
295 printf("#define\t%s 0x%x\n", format, mlp->offset /
[all...]
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_put.c409 int offset; local
412 offset = COLS * (col / COLS);
413 col -= offset;
416 offset = 0;
417 return (col + ts - (col % ts) + offset);
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_gen.h46 int32_t offset; /* Offset into arena */ member in struct:nsc_rmmap_s
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_h323_pxy.c65 int offset; local
71 offset = *off;
75 for (offset = 0; offset <= datlen - 6; offset++, dp++) {
83 *off = offset;
84 return (offset > datlen - 6) ? -1 : 0;
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ioctl.c505 uint_t offset; local
578 for (offset = 0; offset < read_selfid.count; offset++) {
580 hci1394_ohci_selfid_read(soft_state->ohci, offset, &data);
583 status = ddi_copyout(&data, &read_selfid.buf[offset], 4, mode);
606 uint_t offset; local
632 for (offset = 0; offset < read_selfid->count; offset
[all...]

Completed in 546 milliseconds

1234567891011>>