Searched refs:offset (Results 76 - 100 of 550) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dwarnings.pm402 my $offset ;
414 $offset = $Offsets{$category};
416 unless defined $offset;
420 $offset = $Offsets{$category};
422 unless defined $offset ;
444 return ($callers_bitmask, $offset, $i) ;
452 my ($callers_bitmask, $offset, $i) = __chk(@_) ;
455 return vec($callers_bitmask, $offset, 1) ||
466 my ($callers_bitmask, $offset, $i) = __chk(@_) ;
468 if vec($callers_bitmask, $offset
[all...]
H A Dvmsish.t107 $utcval, $vmaval, $offset);
113 gmtime(0); # Force reset of tz offset
117 # what the correct offset was when the file was last revised, we need to
118 # use a file for which the current offset is known to be valid. That's why
142 $offset = $ENV{'SYS$TIMEZONE_DIFFERENTIAL'};
148 ok(abs($utctime - $vmstime + $offset) <= 10,"(time) UTC: $utctime VMS: $vmstime");
154 ok(abs($vmsval - $utcval + $offset) <= 10, "(localtime) UTC: $utcval VMS: $vmsval");
161 ok(abs($vmsval - $utcval + $offset) <= 10, "(gmtime) UTC: $utcval VMS: $vmsval");
164 ok(abs($utcmtime - $vmsmtime + $offset) <= 10,"(stat) UTC: $utcmtime VMS: $vmsmtime");
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddisk.c357 - Normalize offset to be less than the sector size.
361 grub_off_t *offset, grub_size_t size)
364 *sector += *offset >> GRUB_DISK_SECTOR_BITS;
365 *offset &= GRUB_DISK_SECTOR_SIZE - 1;
376 || len - *sector < ((*offset + size + GRUB_DISK_SECTOR_SIZE - 1)
385 || ((*offset + size + GRUB_DISK_SECTOR_SIZE - 1)
405 grub_off_t offset, grub_size_t size, void *buf)
415 grub_memcpy (buf, data + offset, size);
438 grub_memcpy (buf, tmp_buf + offset, size);
454 sector += (offset >> GRUB_DISK_SECTOR_BIT
359 grub_disk_adjust_range(grub_disk_t disk, grub_disk_addr_t *sector, grub_off_t *offset, grub_size_t size) argument
403 grub_disk_read_small(grub_disk_t disk, grub_disk_addr_t sector, grub_off_t offset, grub_size_t size, void *buf) argument
483 grub_disk_read(grub_disk_t disk, grub_disk_addr_t sector, grub_off_t offset, grub_size_t size, void *buf) argument
625 grub_disk_write(grub_disk_t disk, grub_disk_addr_t sector, grub_off_t offset, grub_size_t size, const void *buf) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu_text.c36 int first, offset; member in struct:menu_viewer_data
311 print_entry (GRUB_TERM_FIRST_ENTRY_Y + i, data->offset == i,
327 GRUB_TERM_FIRST_ENTRY_Y + data->offset);
388 GRUB_TERM_FIRST_ENTRY_Y + data->offset);
396 int oldoffset = data->offset;
399 data->offset = entry - data->first;
400 if (data->offset > data->num_entries - 1)
403 data->offset = data->num_entries - 1;
406 if (data->offset < 0)
408 data->offset
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-pe2elf.c99 grub_uint32_t offset; variable
191 shdr[idx].sh_offset = offset;
193 pe_shdr->raw_data_size, offset, fp);
195 offset += pe_shdr->raw_data_size;
260 ofs = pe_rel->offset - pe_sec->virtual_address;
300 shdr[i].sh_offset = offset;
306 grub_util_write_image_at (rel, shdr[i].sh_size, offset, fp);
307 offset += shdr[i].sh_size;
397 shdr[SYMTAB_SECTION].sh_offset = offset;
404 offset, f
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobject.c521 CK_ULONG_32 offset; local
541 offset = 0;
543 (void) memcpy(buf + offset, &obj->class, sizeof (CK_OBJECT_CLASS_32));
544 offset += sizeof (CK_OBJECT_CLASS_32);
546 (void) memcpy(buf + offset, &count, sizeof (CK_ULONG_32));
547 offset += sizeof (CK_ULONG_32);
549 (void) memcpy(buf + offset, &obj->name, sizeof (CK_BYTE) * 8);
550 offset += 8;
551 rc = template_flatten(obj->template, buf + offset);
759 CK_ULONG offset local
[all...]
/osnet-11/usr/src/lib/libsmedia/library/common/
H A Dl_generic.c127 diskaddr_t offset, caddr_t buffer, size_t size)
133 r_p.offset = (uint32_t)offset;
143 diskaddr_t offset, caddr_t buffer, size_t size)
149 r_p.offset = (uint32_t)offset;
126 smedia_raw_read(smedia_handle_t handle, diskaddr_t offset, caddr_t buffer, size_t size) argument
142 smedia_raw_write(smedia_handle_t handle, diskaddr_t offset, caddr_t buffer, size_t size) argument
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dunix_io.c169 * @offset:
176 static s64 ntfs_device_unix_io_seek(struct ntfs_device *dev, s64 offset, argument
179 return lseek(DEV_FD(dev), offset, whence);
224 * @offset:
231 s64 count, s64 offset)
233 return pread(DEV_FD(dev), buf, count, offset);
241 * @offset:
248 s64 count, s64 offset)
255 return pwrite(DEV_FD(dev), buf, count, offset);
230 ntfs_device_unix_io_pread(struct ntfs_device *dev, void *buf, s64 count, s64 offset) argument
247 ntfs_device_unix_io_pwrite(struct ntfs_device *dev, const void *buf, s64 count, s64 offset) argument
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netlogon.c274 int offset, announce_len, data_length, name_lengths; local
292 offset = smb_browser_load_transact_header(buffer,
296 if (offset < 0)
299 smb_msgbuf_init(&mb, buffer + offset, sizeof (buffer) - offset, 0);
316 smb_netlogon_send(server, domain, buffer, offset + announce_len);
355 int offset; local
392 offset = smb_browser_load_transact_header(buffer,
396 if (offset < 0) {
404 smb_msgbuf_init(&mb, buffer + offset, sizeo
[all...]
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dnatmath.h45 * (align->offset)
49 * * align->offset < 0 Note: this gets "normalized"
57 PedSector offset; member in struct:_PedAlignment
66 extern int ped_alignment_init (PedAlignment* align, PedSector offset,
68 extern PedAlignment* ped_alignment_new (PedSector offset, PedSector grain_size);
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dloadenv.c80 grub_off_t offset = 0; local
93 ret = grub_file_read (file, buf + offset, size);
103 offset += ret;
106 envblk = grub_envblk_open (buf, offset);
186 unsigned offset; member in struct:blocklist
251 p->offset, p->length, blockbuf))
279 p->offset, p->length, buf + index))
297 unsigned offset,
300 unsigned offset, unsigned length)
304 if (offset
299 read_hook(grub_disk_addr_t sector, unsigned offset, unsigned length) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dhercules.c48 unsigned offset = herc_y * HERCULES_WIDTH + herc_x; local
52 outb (HERCULES_DATA_REG, offset & 0xFF);
57 outb (HERCULES_DATA_REG, offset >> 8);
H A Dfsys_jfs.c61 isinxt (s64 key, s64 offset, s64 len) argument
63 return (key >= offset) ? (key < offset + len ? 1 : 0) : 0;
110 s64 offset; local
119 offset = offsetXAD (xad);
120 if (isinxt (key, offset, lengthXAD (xad))) {
121 devread ((addressXAD (xad) + key - offset) << jfs.bdlog,
232 s64 offset, xadlen; local
240 offset = offsetXAD (xad);
242 if (isinxt (filepos >> jfs.l2bsize, offset, xadle
[all...]
H A Dfsys_xfs.c30 xfs_fileoff_t offset; member in struct:xad
171 isinxt (xfs_fileoff_t key, xfs_fileoff_t offset, xfs_filblks_t len) argument
173 return (key >= offset) ? (key < offset + len ? 1 : 0) : 0;
208 int offset; local
213 offset = ino2offset (ino);
216 devread (daddr, offset*xfs.isize, xfs.isize, (char *)inode);
280 xad.offset = xt_offset (xfs.xt);
296 xfs_fileoff_t offset;; local
300 offset
490 xfs_fileoff_t endofprev, endofcur, offset; local
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DError.java92 "enabledProbeID", "CPU", "action", "offset",
110 private final int offset; field in class:Error
132 * @param errorOffset error offset in compiled DTrace Intermediate
133 * Format (DIF), or a negative number if the offset is not available
152 offset = errorOffset;
227 * Gets the error offset in compiled DTrace Intermediate Format
228 * (DIF), or a negative number if the offset is not available.
230 * @return the error offset in compiled DTrace Intermediate Format
231 * (DIF), or a negative number if the offset is not available
236 return offset;
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_delete.c160 indx_t *ip, cnt, offset; local
188 offset = h->linp[idx];
190 if (ip[0] < offset)
193 ip[0] = ip[1] < offset ? ip[1] + nbytes : ip[1];
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmacho.c106 macho->offset32 = grub_be_to_cpu32 (archs[i].offset);
107 macho->end32 = grub_be_to_cpu32 (archs[i].offset)
113 macho->offset64 = grub_be_to_cpu32 (archs[i].offset);
114 macho->end64 = grub_be_to_cpu32 (archs[i].offset)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dsegoff.h2 * 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:__anon272
24 /* Macros for converting from virtual to segment:offset addresses,
/osnet-11/usr/src/lib/libast/common/disc/
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...]
/osnet-11/usr/src/lib/libast/common/include/
H A Dcmdarg.h60 int offset; /* post arg offset */ member in struct:__anon1142
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_label.c105 * offset: a numeric offset that we'll number the dimms from. This is to
116 uint32_t offset; local
125 if ((ret = nvlist_lookup_uint32(args, "offset", &offset)) != 0) {
126 topo_mod_dprintf(mod, "Failed to lookup 'offset' arg (%s)\n",
139 (topo_node_instance(node) + offset));
161 * offset: a numeric offset that we'll number the dimms from. This is to
178 uint32_t offset, dimms_per_chi local
263 uint32_t offset; local
341 uint32_t offset; local
398 uint32_t offset; local
672 uint32_t offset; local
719 uint32_t offset; local
[all...]
/osnet-11/usr/src/lib/efcode/gp2/
H A Dgp2.c46 int offset = 0; local
49 * The calculation of the offset, lo and len are left here
53 offset = lo & PAGEOFFSET;
55 len = (len + offset + PAGEOFFSET) & PAGEMASK;
69 mcookie += offset;
84 int offset; local
87 * The calculation of the offset, lo and len are left here
91 offset = mcookie & PAGEOFFSET;
93 len = (len + offset + PAGEOFFSET) & PAGEMASK;
165 off = lo & 0x7fffff; /* build config offset */
181 int agent, offset; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.c52 int offset; local
57 offset = block % EXT2_SUPER_BLOCKS_PER_GROUP(fs->sb);
60 state = bh->data[offset>>3] & _bitmap[offset&7];
74 blk_t offset; local
76 offset = i * EXT2_SUPER_BLOCKS_PER_GROUP(fs->sb)
81 if (ext2_is_data_block(fs, offset + j) &&
82 !ext2_get_block_state(fs, offset + j))
83 return offset + j;
103 ino_t offset; local
166 int offset; local
264 int offset; local
282 int offset; local
317 int offset; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c479 #define MOVE_POS_RET MOVE_POS return offset;
493 #define GET_MATCHES_FOOTER(offset, maxLen) \
494 offset = (UInt32)(GetMatchesSpec1(lenLimit, curMatch, MF_PARAMS(p), \
495 distances + offset, maxLen) - distances); MOVE_POS_RET;
502 UInt32 offset; local
507 offset = 0;
508 GET_MATCHES_FOOTER(offset, 1)
513 UInt32 offset; local
518 offset = 0;
519 GET_MATCHES_FOOTER(offset,
524 UInt32 hash2Value, delta2, maxLen, offset; local
557 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
604 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
653 UInt32 offset; local
[all...]
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_fru.c56 uint16_t sz, offset = 0; local
85 while (offset < sz) {
87 cmd_data_in.ifr_offset_lsb = BITX(offset, 7, 0);
88 cmd_data_in.ifr_offset_msb = BITX(offset, 15, 8);
89 if ((sz - offset) < 128)
90 cmd_data_in.ifr_count = sz - offset;
112 (void) memcpy(tmp+offset, (char *)(resp->ic_data)+1, count);
113 offset += count;
130 * We get the offset to the product info area from the FRU common
133 * The product info area is optional, so if the offset i
[all...]

Completed in 37 milliseconds

1234567891011>>