Searched refs:offset (Results 126 - 150 of 550) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.h66 off_t offset; member in struct:file_loc
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DTime.pm61 my $offset = 0 | 0;
74 $offset = (4 * 31536000) | 0;
79 $offset = (70 * 31536000 + 17 * 86400) | 0;
82 $time - $offset;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dcmdarg.h69 int offset; /* post arg offset */ member in struct:__anon1108
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcfilter.c115 static Sfoff_t filterseek(Sfio_t* f, Sfoff_t addr, int offset, Sfdisc_t* disc) argument
117 static Sfoff_t filterseek(f, addr, offset, disc)
120 int offset;
125 offset = 0;
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dcmdarg.h69 int offset; /* post arg offset */ member in struct:__anon1202
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dcmdarg.h69 int offset; /* post arg offset */ member in struct:__anon1224
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dcmdarg.h69 int offset; /* post arg offset */ member in struct:__anon1246
/osnet-11/usr/src/lib/pam_modules/unix_session/
H A Dunix_session.c97 offset_t offset; local
136 offset = (offset_t)pwd.pw_uid *
139 if (llseek(fdl, offset, SEEK_SET) != offset) {
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c663 int i, ch, invert, offset; local
668 offset = cursorY * ROWBYTES + fontx;
673 mem = (unsigned char*)VIDEOMEM + offset;
680 chr[i ] = ((unsigned char*)VSHADOW1)[offset];
681 chr[16 + i] = ((unsigned char*)VSHADOW2)[offset];
682 chr[32 + i] = ((unsigned char*)VSHADOW4)[offset];
683 chr[48 + i] = ((unsigned char*)VSHADOW8)[offset];
718 offset += ROWBYTES;
738 offset = 0;
739 for (i = 1; i < 16; i <<= 1, offset
[all...]
H A Dfsys_fat.c96 /* FAT offset and length */
101 /* Rootdir offset and length for FAT12/16 */
106 /* Data offset and number of clusters */
202 int offset; local
219 offset = (filepos & ((1 << FAT_SUPER->clustsize_bits) - 1));
272 size = (1 << FAT_SUPER->clustsize_bits) - offset;
278 devread(sector, offset, size, buf);
287 offset = 0;
385 * part) of the long filename, and also at which offset this
391 int i, offset; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/file/
H A Dktfile.h60 offset_t offset; /* current offset into the data buffer */ member in struct:_krb5_ktfile_data
76 #define KTOFFSET(id) (((krb5_ktfile_data *)(id)->data)->offset)
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs_lzjb.c79 int offset = ((src[0] << NBBY) | src[1]) & OFFSET_MASK; local
81 cpy = dst - offset;
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dalloca.s34 ! o1: %sp-relative offset of tmp area
35 ! o2: %sp-relative offset of end of tmp area
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s33 ! o1: %sp-relative offset of tmp area
34 ! o2: %sp-relative offset of end of tmp area
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dgetopts.c104 opt_info.offset = shp->st.optchar;
142 if (opt_info.offset != 0 && !argv[opt_info.index][opt_info.offset])
144 opt_info.offset = 0;
165 opt_info.offset = 0;
174 shp->st.optchar = opt_info.offset;
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/ieee1275/
H A Dofnet.c119 int offset; member in struct:__anon630
124 { .name = "bootp-response", .offset = 0},
125 { .name = "dhcp-response", .offset = 0},
126 { .name = "bootpreply-packet", .offset = 0x2a},
179 + bootp_response_properties[i].offset,
180 size - bootp_response_properties[i].offset,
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dfseek.c70 ** offset -- seek offset based on 'whence'
79 sm_io_seek(fp, timeout, offset, whence)
82 long SM_NONVOLATILE offset;
141 ** In order to seek relative to the current stream offset,
142 ** we have to first find the current stream offset a la
146 /* may adjust seek offset on append stream */
169 offset += curoff;
218 target = offset;
223 target = st.st_size + offset;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dencoding.t104 my $offset = tell(RUSSKI);
107 $offset == 2) {
112 join(" ", unpack("H*", $buf2)), $offset;
/osnet-11/usr/src/lib/libsqlite/src/
H A Dbtree.h83 int (*Key)(BtCursor*, int offset, int amt, char *zBuf);
87 int (*Data)(BtCursor*, int offset, int amt, char *zBuf);
134 #define sqliteBtreeKey(pCur, offset, amt, zBuf)\
135 (btCOps(pCur)->Key(pCur, offset, amt, zBuf))
139 #define sqliteBtreeData(pCur, offset, amt, zBuf)\
140 (btCOps(pCur)->Data(pCur, offset, amt, zBuf))
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBAList.cc101 string::size_type offset = name.find_last_of("-"); local
102 if (offset >= 0) {
103 string indexString = name.substr(offset+1);
140 string::size_type offset = name.find_last_of("-"); local
141 if (offset >= 0) {
142 string indexString = name.substr(offset+1);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_block_relocator.c391 int offset; local
402 offset = i * EXT2_SUPER_INODES_PER_GROUP(fs->sb) + 1;
407 if (!doinode(fs, state, offset + j))
611 int offset; local
614 offset = i * EXT2_SUPER_BLOCKS_PER_GROUP(fs->sb)
622 state->block[ptr++].dest = offset + j;
839 blk_t offset; local
844 offset = i * EXT2_SUPER_BLOCKS_PER_GROUP(fs->sb)
848 if (newsize >= offset + EXT2_SUPER_BLOCKS_PER_GROUP(fs->sb))
853 if (newsize <= offset)
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c576 Idx offset;
579 offset = idx - pstr->raw_mbs_idx;
597 offset = idx;
600 if (BE (offset != 0, 1))
603 if (BE (offset < pstr->valid_raw_len, 1))
613 if (pstr->offsets[mid] > offset)
615 else if (pstr->offsets[mid] < offset)
621 if (pstr->offsets[mid] < offset)
628 case is present at or after offset. */
629 if (pstr->valid_len > offset
575 Idx offset; local
[all...]
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c55 int term_names; /* string table offset - current terminal */
60 long offset; member in struct:use_item
76 * | | | | | | offset
140 fseek(stdin, ptr->offset, 0);
143 ptr, ptr->offset, ptr->bptr, ptr->fptr, line);
179 * Put a record of the given offset onto the use-list.
182 enqueue(offset)
183 long offset;
192 item->offset = offset;
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c1133 static int ntfs_fek_decrypt_sector(ntfs_fek *fek, u8 *data, const u64 offset) argument
1156 ((le64*)data)[0] ^= cpu_to_le64(0x5816657be9161312ULL + offset);
1157 ((le64*)data)[1] ^= cpu_to_le64(0x1989adbe44918961ULL + offset);
1160 ((le64*)data)[0] ^= cpu_to_le64(0x169119629891ad13ULL + offset);
1411 s64 bytes_read, offset, total, length; local
1434 offset = ROUND_DOWN(pos, 9);
1435 while (total < count && offset < na->data_size) {
1438 if (offset + length > pos + count)
1439 length = pos + count - offset;
1440 if (offset
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfat.c458 unsigned offset, unsigned length),
459 grub_off_t offset, grub_size_t len, char *buf)
472 size = (data->num_root_sectors << GRUB_DISK_SECTOR_BITS) - offset;
476 if (grub_disk_read (disk, data->root_sector, offset, size, buf))
483 /* Calculate the logical cluster number and offset. */
487 logical_cluster = offset >> logical_cluster_bits;
488 offset &= (1ULL << logical_cluster_bits) - 1;
560 size = (1 << logical_cluster_bits) - offset;
565 grub_disk_read (disk, sector, offset, size, buf);
574 offset
456 grub_fat_read_data(grub_disk_t disk, struct grub_fat_data *data, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t offset, grub_size_t len, char *buf) argument
587 grub_ssize_t offset = -sizeof(dir); local
693 grub_ssize_t offset = -sizeof(dir); local
1021 grub_ssize_t offset = -sizeof(dir); local
[all...]

Completed in 38 milliseconds

1234567891011>>