Searched refs:offset (Results 426 - 450 of 550) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c1685 int offset; local
1717 offset = sizeof (fma_io_resp_t);
1718 if (resplen < offset) {
1733 if (resplen > offset) {
1734 (void) strncpy(name, (char *)((ptrdiff_t)resp + offset),
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.c1052 int32_t offset; local
1065 offset = head.ax_link.ax_offset;
1073 if (offset < 1) {
1076 p += offset; /* point to next version # */
1083 offset = link.ax_offset;
1870 * calculate the offset to the input data. k points to the next
1876 * the output (see next_token). Calculating the offset to the
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c1360 UInt32 offset = cur + 1 + lenTest2; local
1361 while (lenEnd < offset)
1364 opt = &p->opt[offset];
1439 UInt32 offset = cur + lenTest + 1 + lenTest2; local
1440 while (lenEnd < offset)
1443 opt = &p->opt[offset];
1526 UInt32 offset = cur + lenTest + 1 + lenTest2; local
1529 while (lenEnd < offset)
1532 opt = &p->opt[offset];
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1863 int offset = 0; local
1868 = fill_in_iteration_control_bytes(&(data[offset]), newDef, 0);
1871 offset += newDef->payloadLen;
1879 int offset = 3; local
1882 = fill_in_iteration_control_bytes(&(data[offset]), def, 1);
1885 offset += ((def->payloadLen - 4)/(def->iterationCount));
/osnet-11/usr/src/lib/libsqlite/src/
H A Dparse.y46 int offset; /* The OFFSET. 0 if there is none */
308 A = sqliteSelectNew(W,X,Y,P,Q,Z,D,L.limit,L.offset);
472 limit_opt(A) ::= . {A.limit = -1; A.offset = 0;}
473 limit_opt(A) ::= LIMIT signed(X). {A.limit = X; A.offset = 0;}
475 {A.limit = X; A.offset = Y;}
477 {A.limit = Y; A.offset = X;}
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c412 PedSector offset)
417 return offset + PED_LE32_TO_CPU (raw_part->start);
422 PedSector offset)
427 return (linear_start (disk, raw_part, offset)
1024 const PedPartition* part, PedSector offset)
1038 raw_part->start = PED_CPU_TO_LE32 (part->geom.start - offset);
1060 const PedGeometry* geom, PedSector offset)
1068 raw_part->start = PED_CPU_TO_LE32 (geom->start - offset);
1722 * - start_offset is the offset in the start alignment. "normally",
411 linear_start(const PedDisk* disk, const DosRawPartition* raw_part, PedSector offset) argument
421 linear_end(const PedDisk* disk, const DosRawPartition* raw_part, PedSector offset) argument
1023 fill_raw_part(DosRawPartition* raw_part, const PedPartition* part, PedSector offset) argument
1058 fill_ext_raw_part_geom(DosRawPartition* raw_part, const PedCHSGeometry* bios_geom, const PedGeometry* geom, PedSector offset) argument
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c1845 short offset = get_short(env); local
1926 short offset = (short)get_short(env); local
1933 short offset = (short)get_short(env); local
2295 int offset; local
2298 dptr = alloc_instance_data(env, INIT_DATA, ncells, &offset);
2299 debug_msg(DEBUG_ACTIONS, "Data: %p, offset %d\n", (char *)dptr,
2300 offset);
2301 PUSH(DS, offset);
2304 *dptr++ = MYSELF->data[INIT_DATA][offset++] = POP(DS);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dufs.c88 /* The offset of the inodes in the cylinder group. */
291 unsigned offset, unsigned length),
698 return grub_ufs_read_file (data, file->read_hook, file->offset, len, buf);
288 grub_ufs_read_file(struct grub_ufs_data *data, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
H A Dhfs.c247 unsigned offset, unsigned length),
1257 file->offset = 0;
1270 return grub_hfs_read_file (data, file->read_hook, file->offset, len, buf);
244 grub_hfs_read_file(struct grub_hfs_data *data, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h441 #define re_string_peek_byte(pstr, offset) \
442 ((pstr)->mbs[(pstr)->cur_idx + offset])
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c208 fprintf(fp, "lsn.file: %lu lsn.offset: %lu\n",
209 (u_long)LSN(mp).file, (u_long)LSN(mp).offset);
425 fprintf(fp, " lsn.file: %lu lsn.offset: %lu",
426 (u_long)LSN(h).file, (u_long)LSN(h).offset);
442 fprintf(fp, " offset: %4lu\n", (u_long)HOFFSET(h));
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s94 and %g5, 3, %g1 ! dst<1:0> to examine offset
96 cmp %g1, 1 ! dst offset of 1 or 5
101 cmp %g1, 3 ! dst offset of 3 or 7
156 andcc %o3, 7, %o4 ! dst offset relative to dword boundary
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios.h604 unsigned short offset; member in struct:datagram
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s10 / -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_process.c212 * variable length string, and we don't know the PDU offset for "foo"
1370 ndr_outer_peek_sizing(ndr_ref_t *outer_ref, unsigned offset, argument
1377 pdu_offset = outer_ref->pdu_offset + offset;
1405 ndr_outer_poke_sizing(ndr_ref_t *outer_ref, unsigned offset, argument
1412 pdu_offset = outer_ref->pdu_offset + offset;
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddevice.c439 end_align = ped_alignment_new(start_align->offset - 1,
508 * alignment decrease the returned alignment's offset by 1.
534 * alignment decrease the returned alignment's offset by 1.
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.c1454 * Get the byte `offset' bytes into open file `fd', and store in `bytep'.
1458 getabyte(int fd, off_t offset, uchar_t *bytep) argument
1460 switch (pread(fd, bytep, 1, offset)) {
1473 * Set the byte `offset' bytes into open file `fd' to `byte'. Returns a
1477 setabyte(int fd, off_t offset, uchar_t byte) argument
1479 switch (pwrite(fd, &byte, 1, offset)) {
/osnet-11/usr/src/common/mpi/
H A Dmpi-priv.h222 mp_err s_mp_add_offset(mp_int *a, mp_int *b, mp_size offset);
223 /* a += b * RADIX^offset */
301 /* c += a * b * (MP_RADIX ** offset); */
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_iso9660.c341 rr_ptr.ptr = RRCONT_BUF + ce_ptr->u.ce.offset.l;
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h49 int off; /* re_rhs or match[] offset */
298 off_t offset; member in struct:Stk_pos_s
/osnet-11/usr/src/lib/libpp/common/
H A Dppsearch.c295 ap->offset = strtol(t + 1, &t, 10);
300 if (pp.test & 0x0020) error(1, "VDB#%d %s %s index=%d data=<%lu,%lu>", __LINE__, dp->name, xp->name, index, ap->offset, ap->size);
473 if (pp.test & 0x0010) error(1, "SEARCH#%d file=%s path=%s index=%d data=<%lu,%lu>", __LINE__, fp->name, pp.path, index, pp.member->offset, pp.member->size);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c854 * This function will read @count bytes starting at offset @pos from the ntfs
1324 * previous run, so we need to update offset.
1332 * to update offset
1486 * at offset @pos from the ntfs attribute @na into the data buffer @b.
2622 * Return offset to attribute from the beginning of the mft record on success
2637 int err, offset; local
2689 offset = ((u8*)a - (u8*)m);
2727 return offset;
2744 * Return offset to attribute from the beginning of the mft record on success
2761 int err, offset; local
3044 int err, i, offset; local
[all...]
H A Dgnome-vfs-method.c650 GnomeVFSSeekPosition whence, GnomeVFSFileOffset offset,
667 libntfs_file->pos = offset;
670 libntfs_file->pos += offset;
648 libntfs_gnomevfs_seek(GnomeVFSMethod *method, GnomeVFSMethodHandle *method_handle, GnomeVFSSeekPosition whence, GnomeVFSFileOffset offset, GnomeVFSContext *context __attribute__((unused))) argument
/osnet-11/usr/src/lib/libcmd/common/
H A Dstty.c923 if (!opt_info.offset || !argv[opt_info.index][opt_info.offset])
941 if (!opt_info.offset)
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_provider.c512 const char *fname, const char *rname, uint32_t offset, int isenabled)
591 pvp->pv_desc.dtvd_name, prp->pr_ident->di_name, fname, offset,
595 (*offs)[(*noffs)++] = offset;
511 dt_probe_define(dt_provider_t *pvp, dt_probe_t *prp, const char *fname, const char *rname, uint32_t offset, int isenabled) argument

Completed in 111 milliseconds

<<11121314151617181920>>