HomeSort by relevance Sort by last modified time
    Searched defs:offset (Results 1 - 25 of 917) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/audio/include/
AudioRawPipe.h 42 off_t offset; /* offset to start read/write */ member in class:AudioRawPipe
50 const off_t offset = 0
59 AudioError SetOffset(off_t val); // set offset
60 off_t GetOffset() const; // set offset
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/os/
os_seek.c 26 * Seek to a page/byte offset in the file.
38 off_t offset; local
45 offset = (off_t)pgsize * pageno + relative;
47 offset = -offset;
49 ret = lseek(fd, offset, whence);
os_rw.c 94 size_t offset; local
99 offset = 0; offset < len; taddr += nr, offset += nr) {
101 __db_jump.j_read(fd, taddr, len - offset) :
102 read(fd, taddr, len - offset)) < 0)
124 size_t offset; local
129 offset = 0; offset < len; taddr += nw, offset += nw
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
tmweek.c 32 static unsigned char offset[7][3] = variable
63 week = (tm->tm_yday + offset[day][type]) / 7;
79 tm->tm_mday = week * 7 - offset[d][type] + ((day || type != 2) ? day : 7);
  /onnv/onnv-gate/usr/src/lib/libgen/common/
strfind.c 35 * If `s2' is a substring of `s1' return the offset of the first
45 ptrdiff_t offset; local
53 offset = s1 - as1 - 1;
58 return ((int)offset);
59 s1 = offset + as1 + 1;
  /onnv/onnv-gate/usr/src/cmd/mdb/sun4u/modules/serengeti/sgsbbc/
sgsbbc.c 55 uint_t offset = 0; /* offset into soft state structure */ local
73 offset = (int)(uintptr_t)&softp.dip - (int)(uintptr_t)&softp;
74 mdb_printf("%p: dip: %31ll#r\n", addr + offset, softp.dip);
76 offset = (int)(uintptr_t)&softp.sram - (int)(uintptr_t)&softp;
77 mdb_printf("%p: sram: %30ll#r\n", addr + offset, softp.sram);
79 offset = (int)(uintptr_t)&softp.sbbc_regs - (int)(uintptr_t)&softp;
80 mdb_printf("%p: sbbc_regs: %25ll#r\n", addr + offset, softp.sbbc_regs);
82 offset = (int)(uintptr_t)&softp.port_int_regs - (int)(uintptr_t)&softp;
83 mdb_printf("%p: port_int_regs: %21ll#r\n", addr + offset,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
buffer.h 29 u_int offset; /* Offset of first byte containing data. */ member in struct:__anon1776
30 u_int end; /* Offset of last byte containing data. */
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
pr_to_salt.c 42 unsigned int size = 0, offset=0; local
65 offset = krb5_princ_realm(context, pr)->length;
66 memcpy(ret->data, krb5_princ_realm(context, pr)->data, offset);
70 memcpy(&ret->data[offset], krb5_princ_component(context, pr, i)->data,
72 offset += krb5_princ_component(context, pr, i)->length;
  /onnv/onnv-gate/usr/src/tools/stabs/
squander.c 47 unsigned long offset; local
54 offset = 0;
56 if (offset != (mlp->offset / 8)) {
58 (mlp->offset / 8) - offset,
61 offset, mlp->offset / 8);
64 offset = (mlp->offset / 8) + (mlp->size / 8)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libparted/common/include/parted/
natmath.h 43 * (align->offset)
47 * * align->offset < 0 Note: this gets "normalized"
55 PedSector offset; member in struct:_PedAlignment
64 extern int ped_alignment_init (PedAlignment* align, PedSector offset,
66 extern PedAlignment* ped_alignment_new (PedSector offset, PedSector grain_size);
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
segoff.h 2 * 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:__anon2469
24 /* Macros for converting from virtual to segment:offset addresses,
39 #define OFFSET(x) ( virt_to_phys ( x ) & 0xf )
40 #define SEGOFF(x) { OFFSET(x), SEGMENT(x) }
  /onnv/onnv-gate/usr/src/lib/efcode/engine/
instance.c 40 alloc_instance_data(fcode_env_t *env, int init, int n, int *offset)
44 *offset = ptr = MYSELF->device->data_size[init];
57 token_t offset; local
61 offset = *ptr;
62 if (offset < 0) {
63 offset = -offset;
68 return (&MYSELF->data[which][offset]);
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/et/
error_message.c 34 int offset; local
41 offset = (int) l_offset;
45 cp = strerror(offset);
51 if (offset < sys_nerr)
52 return(sys_errlist[offset]);
62 return(ggss_error_table(offset));
64 return(kadm_error_table(offset));
66 return(kdb5_error_table(offset));
68 return(kdc5_error_table(offset));
70 return(kpws_error_table(offset));
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/syscall/
ioctl.c 85 * 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))) {
  /onnv/onnv-gate/usr/src/uts/sparc/io/
devfm_machdep.c 43 uint64_t offset; local
58 * scheme FMRI. One way is to use the "offset" and "serial"
63 * If the "offset" member is not present, then the address is
66 if (nvlist_lookup_uint64(nvl, FM_FMRI_MEM_OFFSET, &offset) != 0) {
76 err = cpu_get_mem_addr(unum, serids[0], offset, &pa);
  /onnv/onnv-gate/usr/src/uts/sun4u/sys/
sbbcio.h 41 /* offset 0x000000 to 0x07FFFF - read write sbbc internal registers */
43 uint32_t offset; /* provided by SSC application SW */ member in struct:ssc_sbbc_regio
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
revlib.c 33 * copy the lines starting at offset <start> from in <in> to <out>
41 off_t offset; local
54 if((offset = sfseek(in,(off_t)0,SEEK_END)) <= start)
56 offset = rounddown(offset,BUFSIZE);
60 if(offset < start)
62 n -= (start-offset);
63 offset = start;
65 sfseek(in, offset, SEEK_SET);
101 if(offset <= start
    [all...]
  /onnv/onnv-gate/usr/src/cmd/adbgen/common/
adbsub.c 43 * User claims offset is ok.
53 * Get adb.s dot to the right offset.
56 offset(off_t off) function
197 * Get the value at offset based on base.
200 indirect(off_t offset, size_t size, char *base, char *member)
203 if (offset == 0) {
206 printf("*(%s+0t%ld)", base, offset);
209 if (offset == 2) {
212 printf("(*(%s+0t%ld)&0xffff)", base, offset - 2);
215 if (offset == 3)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/audio/utilities/
AudioHdr.cc 138 // or offset does not span a sample frame.
143 off_t offset; local
148 offset = (off_t)(0.5 + (sec *
153 offset -= (offset % (bytes_per_unit * channels));
154 return (offset);
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
readfile.c 79 unsigned offset; local
81 offset = tptr - text;
85 tptr = text + offset;
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
MessageReporterMessages.h 28 static const MessageFragment offset; member in struct:SP_NAMESPACE::MessageReporterMessages
129 const MessageFragment MessageReporterMessages::offset(
137 ,"offset "
OffsetOrderedList.h 19 Offset offset; // next Offset member in struct:SP_NAMESPACE::OffsetOrderedListBlock
30 // off must be > the last offset added.
31 void append(Offset off);
32 // Find the last offset in the list <= off.
33 Boolean findPreceding(Offset off, size_t &foundIndex, Offset &foundOffset)
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/md/
set_io_cnt.c 57 size_t offset = 0; local
117 setiosym.st_value + offset) == -1) {
119 setiosym.st_value + offset);
126 setiosym.st_value + offset + sizeof (kmutex_t) +
131 offset += sizeof (md_set_io_t);
  /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
setenv.c 47 * Sets offset to be the offset of the name/value combination in the
54 __findenv(name, offset)
56 int *offset;
73 *offset = p - environ;
94 int l_value, offset; local
100 if ((C = __findenv(name, &offset))) { /* find if already exists */
130 offset = cnt;
133 if (!(environ[offset] = /* name + `=' + value */
137 for (C = environ[offset]; (*C = *name++) && *C != '='; ++C
154 int offset; local
    [all...]
  /onnv/onnv-gate/usr/src/common/crypto/modes/
ecb.c 52 offset_t offset; local
69 crypto_init_ptrs(out, &iov_or_mp, &offset);
101 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1,
110 /* update offset */

Completed in 2340 milliseconds

1 2 3 4 5 6 7 8 91011>>