Searched refs:offset (Results 301 - 325 of 550) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h97 extern uint16_t add_ipchksums P((unsigned long offset, uint16_t sum, uint16_t new));
H A De1000.c158 #define E1000_WRITE_REG_ARRAY(a, reg, offset, value) ( \
160 writel((value), ((a)->hw_addr + E1000_##reg + ((offset) << 2))) : \
161 writel((value), ((a)->hw_addr + E1000_82542_##reg + ((offset) << 2))))
163 #define E1000_READ_REG_ARRAY(a, reg, offset) ( \
165 readl((a)->hw_addr + E1000_##reg + ((offset) << 2)) : \
166 readl((a)->hw_addr + E1000_82542_##reg + ((offset) << 2)))
524 * offset - offset of word in the EEPROM to read
530 uint16_t offset,
539 /* A check for invalid values: offset to
529 e1000_read_eeprom(struct e1000_hw *hw, uint16_t offset, uint16_t words, uint16_t *data) argument
643 uint16_t offset; local
711 uint32_t offset; local
723 e1000_write_reg_io(struct e1000_hw *hw, uint32_t offset, uint32_t value) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ext2fs.c333 /* Maps LOGICAL_BLOCK (the file offset divided by the blocksize) into
442 int offset; local
470 offset = filepos & (EXT2_BLOCK_SIZE (SUPERBLOCK) - 1);
479 size -= offset;
489 offset, size, buf);
564 int off; /* offset within block of directory entry (off mod blocksize) */
624 printf ("offset into inode table block=%d\n", (int) raw_inode - (int) INODE);
760 /* if our location/byte offset into the directory exceeds the size,
H A Dxfs.h227 xfs_dfiloff_t br_startoff; /* starting file offset */
252 * Byte offset in data block and shortform entry.
257 * Byte offset in a directory.
325 xfs_dir2_data_off_t offset; /* start of freespace */ member in struct:xfs_dir2_data_free
348 /* variable offset */
349 xfs_dir2_data_off_t tag; /* starting offset of us */
359 /* variable offset */
360 xfs_dir2_data_off_t tag; /* starting offset of us */
433 * Normalized offset (in a data block) of the entry, really xfs_dir2_data_off_t.
434 * Only need 16 bits, this is the byte offset int
454 xfs_dir2_sf_off_t offset; /* saved offset */ member in struct:xfs_dir2_sf_entry
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.c305 Create a new name in the current pad at the specified offset.
328 PADOFFSET offset = pad_alloc(OP_PADSV, SVs_PADMY); local
336 (long)offset, name, (fake ? " FAKE" : "")
352 av_store(PL_comppad_name, offset, namesv);
361 PL_min_intro_pending = offset;
362 PL_max_intro_pending = offset;
364 * av_store with PL_curpad[offset] ? */
366 av_store(PL_comppad, offset, (SV*)newAV());
368 av_store(PL_comppad, offset, (SV*)newHV());
369 SvPADMY_on(PL_curpad[offset]);
[all...]
H A Dpp_sys.c1004 I32 offset; local
1087 for (offset = 0; offset < growsize; offset += masksize) {
1089 fd_sets[i][j+offset] = s[(k % masksize) + offset];
1118 for (offset = 0; offset < growsize; offset += masksize) {
1120 s[(k % masksize) + offset]
1538 int offset; local
1842 IV offset; local
2009 Off_t offset = (Off_t)SvNVx(POPs); local
2011 Off_t offset = (Off_t)SvIVx(POPs); local
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmpool.c137 reg long offset; local
151 offset = -1L;
168 offset = (long)((Vmuchar_t*)addr - (Vmuchar_t*)tp);
175 return offset;
/osnet-11/usr/src/lib/libsqlite/src/
H A Dtest2.c496 off_t offset; local
510 offset = n;
511 offset *= 1024*1024;
512 rc = sqliteOsSeek(&fd, offset);
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c128 short offset; local
195 /* Read in string offset section setting pointers to strings. */
198 if ((offset = getnum(fd)) == SHRT_MIN)
201 if (offset < 0)
204 tp->_str[i] = tp->_str_table + offset;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c148 * offset. All short integers are aligned on a short word boundary.
171 short offset; local
236 /* Read in string offset section setting pointers to strings. */
239 if ((offset = getnum(fd)) == SHRT_MIN)
242 if (offset < 0)
245 tp->_str[i] = tp->_str_table + offset;
/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c93 offset_t offset; local
95 offset = (offset_t)pw_uid * (offset_t)sizeof (struct lastlog);
101 if (llseek(fdl, offset, SEEK_SET) != offset) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h102 cert_attr_t **cert_dest, ulong_t *offset, boolean_t cert);
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_impl.h202 uint32_t offset);
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c196 int offset, int *ret);
197 static uint8_t read_byte(int fd, int bus, int dev, int func, int offset,
199 static uint16_t read_word(int fd, int bus, int dev, int func, int offset,
2311 read_long(int fd, int bus, int dev, int func, int offset, int *ret) argument
2323 prg.offset = offset;
2327 log_printf("%d.%d.%d offset 0x%x\n", bus, dev, func, offset);
2334 read_word(int fd, int bus, int dev, int func, int offset, int *ret) argument
2346 prg.offset
2357 read_byte(int fd, int bus, int dev, int func, int offset, int *ret) argument
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c28 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
974 int offset; member in struct:byte_buffer
1026 if (bytes_to_read <= (b->length - b->offset) ) {
1029 bytes_to_copy = (b->length - b->offset);
1032 *return_buffer = *(b->p+b->offset++);
1038 memcpy(return_buffer,b->p+b->offset,bytes_to_copy);
1039 b->offset += bytes_to_copy;
1206 *Bytes_Scanned = sb.offset;
1214 *Bytes_Scanned = sb.offset;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcount.c370 FatFragment offset = frag % fs_info->cluster_frags; local
382 if (offset > last_frag_used)
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dcache.c121 uint32_t block, uint16_t offset, uint8_t sbb,
160 ext->ref_offset = offset;
120 hfsc_cache_add_extent(HfsCPrivateCache* cache, uint32_t start, uint32_t length, uint32_t block, uint16_t offset, uint8_t sbb, uint8_t where, uint8_t ref_index) argument
H A Dfile.c112 unsigned int offset = sector % sect_by_block; local
166 + offset;
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c68 /* The offset at which the data starts in the underlying file. */
101 /* The original offset value. */
1164 file->offset = 0;
1218 grub_gzio_read_real (grub_gzio_t gzio, grub_off_t offset, argument
1224 if (gzio->saved_offset > offset + WSIZE)
1239 while (offset >= gzio->saved_offset)
1242 srcaddr = (char *) ((offset & (WSIZE - 1)) + gzio->slide);
1243 size = gzio->saved_offset - offset;
1255 offset += size;
1267 return grub_gzio_read_real (file->data, file->offset, bu
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c175 unsigned offset,
178 unsigned offset,
182 unsigned offset,
186 sector, offset, length);
188 if (offset != 0 || length != GRUB_DISK_SECTOR_SIZE)
195 unsigned offset,
200 grub_util_info ("saving <%llu,%u,%u>", sector, offset, length);
202 if (offset != 0 || last_length != GRUB_DISK_SECTOR_SIZE)
181 save_first_sector(grub_disk_addr_t sector, unsigned offset, unsigned length) argument
194 save_blocklists(grub_disk_addr_t sector, unsigned offset, unsigned length) argument
/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c190 short offset = (short)get_short(env); local
192 branch_common(env, offset, 0, 1);
198 short offset = (short)get_short(env); local
200 branch_common(env, offset, 1, 0);
738 short offset = get_short(env); local
739 branch_common(env, offset, 2, 0);
765 short offset = get_short(env); local
766 branch_common(env, offset, 0, 1);
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_auto.c129 (u_long)lsnp->offset,
133 (u_long)argp->prev_lsn.offset);
/osnet-11/usr/src/cmd/sendmail/db/txn/
H A Dtxn_rec.c195 argp->ckp_lsn.offset == lsnp->offset)
/osnet-11/usr/src/cmd/hal/utils/
H A Dfsutils.c183 find_dos_drive(int fd, int num, uint_t secsz, off_t *offset) argument
192 *offset = (off_t)p.r_relsect * secsz;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm56 POS is an offset from the current position. (Seek relative to current)
60 POS is an offset from the end of the file. (Seek relative to end)

Completed in 60 milliseconds

<<11121314151617181920>>