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

1 2 3 4 5 6 7 8 91011>>

  /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/sys/
vuid_store.h 65 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] &
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
42_offset.t 3 # 2003-04-09 Tels: test the offset method from 0.94
36 is ($o->offset(0), 0, 'first one always there');
37 is ($o->offset(1), undef, 'no offsets yet');
40 is ($o->offset(0), 0, 'first is ok');
41 is ($o->offset(1), 8, 'and second ok');
42 is ($o->offset(2), undef, 'third undef');
45 is ($o->offset(0), 0, 'first is ok');
46 is ($o->offset(1), 8, 'and second ok');
47 is ($o->offset(2), 14, 'and third ok');
48 is ($o->offset(3), undef, 'fourth undef')
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/log/
log_compare.c 38 if (lsn0->offset != lsn1->offset)
39 return (lsn0->offset < lsn1->offset ? -1 : 1);
  /onnv/onnv-gate/usr/src/uts/common/io/nxge/npi/
npi_rx_rd32.h 47 * offset The offset into the DMA CSR (the register).
65 * offset += ((channel << 1) + 1) << DMA_CSR_SLL;
72 * offset = 0x600070
73 * offset &= 0xff = 0x70
74 * offset += ((3 << 1) + 1) << 9
78 * offset += 0xe00 = 0xe70
87 * channel number by 512 bytes, and get the correct offset to
90 * is offset 512 bytes from the previous channel (count 16 step 512).
92 * offset += (channel << DMA_CSR_SLL); // channel<<9 = channel*51
    [all...]
npi_rx_rd64.h 51 * #define NXGE_REG_RD64(handle, offset, val_p) { \
52 * *(val_p) = NXGE_NPI_PIO_READ64(handle, offset); \
53 * npi_rtrace_update(handle, B_FALSE, &npi_rtracebuf, (uint32_t)offset, \
57 * #define NXGE_REG_RD64(handle, offset, val_p) {\
58 * *(val_p) = NXGE_NPI_PIO_READ64(handle, offset);\
59 * rt_show_reg(0xbadbad, B_FALSE, (uint32_t)offset, (uint64_t)(*(val_p)));\
62 * #define NXGE_REG_RD64(handle, offset, val_p) {\
66 * *(val_p) = NXGE_NPI_PIO_READ64(handle, offset);\
74 * n, offset, *val_p);\
78 * cmn_err(CE_WARN, "(FATAL)NXGE_REG_RD64 on offset 0x%x "
    [all...]
npi_rx_wr64.h 51 * #define NXGE_REG_WR64(handle, offset, val) { \
52 * NXGE_NPI_PIO_WRITE64(handle, (offset), (val)); \
53 * npi_rtrace_update(handle, B_TRUE, &npi_rtracebuf, (uint32_t)offset, \
57 * #define NXGE_REG_WR64(handle, offset, val) {\
58 * NXGE_NPI_PIO_WRITE64(handle, offset, (val));\
59 * rt_show_reg(0xbadbad, B_TRUE, (uint32_t)offset, (uint64_t)(val));\
62 * #define NXGE_REG_WR64(handle, offset, val) {\
63 * NXGE_NPI_PIO_WRITE64(handle, (offset), (val));\
70 * #define NXGE_NPI_PIO_WRITE64(npi_handle, offset, data) \
72 * (uint64_t *)(NPI_REGP(npi_handle) + (uint32_t)offset), data)
    [all...]
npi_tx_rd64.h 47 * offset The offset into the DMA CSR (the register).
72 * offset += ((channel << 1) << DMA_CSR_SLL);
79 * offset = 0x640028
80 * offset &= 0xff = 0x28
81 * offset += ((3 << 1) << 9)
84 * offset += 0xc00 = 0xc28
93 * channel number by 512 bytes, and get the correct offset to
96 * is offset 512 bytes from the previous channel (count 16 step 512).
98 * offset += (channel << DMA_CSR_SLL); // channel<<9 = channel*51
    [all...]
npi_tx_wr64.h 47 * offset The offset into the DMA CSR (the register).
72 * offset += ((channel << 1) << DMA_CSR_SLL);
79 * offset = 0x640028
80 * offset &= 0xff = 0x28
81 * offset += ((3 << 1) << 9)
84 * offset += 0xc00 = 0xc28
93 * channel number by 512 bytes, and get the correct offset to
96 * is offset 512 bytes from the previous channel (count 16 step 512).
98 * offset += (channel << DMA_CSR_SLL); // channel<<9 = channel*51
    [all...]
  /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/auditstat/
auditstat.c 124 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[8])
    [all...]
  /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/lib/libdscfg/common/
cfg_local.h 33 char *readcfline(cfp_t *cfp, char *buf, int table_index, int offset);
35 int replacecfline(cfp_t *cfp, char *line, int table_index, int offset);
36 int remcfline(cfp_t *cfp, int table_index, int 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);
  /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/uts/common/io/xge/hal/include/
xge-os-pal.h 54 volatile int offset; /* offset within the tracebuf */ member in struct:xge_os_tracebuf_t
69 int offset = tb->offset; \
71 int leftsize = tb->size - offset; \
73 xge_os_memzero(tb->data + offset, leftsize); \
74 offset = 0; \
77 xge_os_memcpy(tb->data + offset, tb->msg, msgsize-1); \
78 *(tb->data + offset + msgsize-1) = '\n'; \
79 *(tb->data + offset + msgsize) = 0;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
buffer.c 40 buffer->offset = 0;
64 buffer->offset = 0;
85 if (buffer->offset > MIN(buffer->alloc, BUFFER_MAX_CHUNK)) {
86 memmove(buffer->buf, buffer->buf + buffer->offset,
87 buffer->end - buffer->offset);
88 buffer->end -= buffer->offset;
89 buffer->offset = 0;
111 if (buffer->offset == buffer->end) {
112 buffer->offset = 0;
145 if (buffer->offset == buffer->end)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsocket/inet/
inet6_opt.c 71 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, uint8_t type,
94 remainder = (offset + 2 + len) % align;
101 endlen = offset + padbytes + 2 + len;
110 p = (uint8_t *)extbuf + offset;
143 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset)
158 padbytes = 8 - (offset % 8);
162 if ((offset + padbytes > extlen) || !extbuf) {
166 return (offset + padbytes);
170 p = (uint8_t *)extbuf + offset;
189 return (offset + padbytes)
298 memcpy(val, (uint8_t *)databuf + offset, vallen); local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
fcoei_lv.c 841 int offset; local
876 offset = 0;
877 FCOE_V2B_1(ct->ct_rev, FPLD + offset);
879 offset = 1;
880 FCOE_V2B_3(ct->ct_inid, FPLD + offset);
882 offset = 4;
883 FCOE_V2B_1(ct->ct_fcstype, FPLD + offset);
885 offset = 5;
886 FCOE_V2B_1(ct->ct_fcssubtype, FPLD + offset);
888 offset = 6
1042 int offset = 0; local
1344 int offset; local
1430 int offset = 0; local
1500 int offset; local
1527 int offset; local
1583 int offset; local
1599 int offset; local
1612 int offset; local
1638 int offset; local
1665 int offset; local
1698 int offset; local
    [all...]
  /onnv/onnv-gate/usr/src/common/crypto/modes/
modes.c 38 * and by setting current_offset to an offset within the current iovec or mp.
43 offset_t offset; local
54 offset = out->cd_offset;
56 offset >= uiop->uio_iov[vec_idx].iov_len;
57 offset -= uiop->uio_iov[vec_idx++].iov_len)
60 *current_offset = offset;
68 offset = out->cd_offset;
69 for (mp = out->cd_mp; mp != NULL && offset >= MBLKL(mp);
70 offset -= MBLKL(mp), mp = mp->b_cont)
73 *current_offset = offset;
91 offset_t offset; local
112 offset_t offset; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
OffsetOrderedList.cxx 18 void OffsetOrderedList::append(Offset offset)
20 // At any position in the list there's a current offset.
21 // The offset is initially zero.
22 // A byte of 255 says add 255 to the current offset.
24 // offset is the current offset + B, and that B + 1 should be
25 // added to the current offset.
26 Offset curOffset = blocks_.size() > 0 ? blocks_.back()->offset : 0
    [all...]
  /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/lib/libresolv2/common/bsd/
setenv.c 53 static char *findenv(const char *name, int *offset);
64 int l_value, offset; local
69 if ((c = findenv(name, &offset))) { /*%< find if already exists */
96 offset = cnt;
99 if (!(environ[offset] = /*%< name + `=' + value */
102 for (c = environ[offset]; (*c = *name++) && *c != '='; ++c);
114 int offset; local
116 while (findenv(name, &offset)) /*%< if set multiple times */
117 for (p = &environ[offset];; ++p)
125 * Sets offset to be the offset of the name/value combination in th
    [all...]
  /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/libaio/common/
llib-laio 34 int aioread(int fd, caddr_t buf, int bufsz, off_t offset, int whence,
36 int aiowrite(int fd, caddr_t buf, int bufsz, off_t offset, int whence,
39 int aioread64(int fd, caddr_t buf, int bufsz, off64_t offset, int whence,
41 int aiowrite64(int fd, caddr_t buf, int bufsz, off64_t offset, int whence,

Completed in 720 milliseconds

1 2 3 4 5 6 7 8 91011>>