Searched refs:offset (Results 326 - 350 of 550) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.xs169 int offset = myopcode >> 3;
175 myopcode, offset, bit, opname, (on)?"on":"off");
177 bitmap[offset] |= 1 << bit;
179 bitmap[offset] &= ~(1 << bit);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileCache.pm68 FileCache does not store the current file offset if it finds it necessary to
69 close a file. When the file is reopened, the offset will be as specified by the
/osnet-11/usr/src/lib/libc/port/threads/
H A Dscalls.c893 pread(int fildes, void *buf, size_t nbyte, off_t offset) argument
898 PERFORM(__pread(fildes, buf, nbyte, offset))
903 pread64(int fildes, void *buf, size_t nbyte, off64_t offset) argument
908 PERFORM(__pread64(fildes, buf, nbyte, offset))
913 pwrite(int fildes, const void *buf, size_t nbyte, off_t offset) argument
918 PERFORM(__pwrite(fildes, buf, nbyte, offset))
923 pwrite64(int fildes, const void *buf, size_t nbyte, off64_t offset) argument
928 PERFORM(__pwrite64(fildes, buf, nbyte, offset))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c304 IV offset = RExC_parse - RExC_precomp; \
306 m, (int)offset, RExC_precomp, RExC_precomp + offset); \
322 IV offset = RExC_parse - RExC_precomp; \
324 (int)offset, RExC_precomp, RExC_precomp + offset); \
341 IV offset = RExC_parse - RExC_precomp; \
343 (int)offset, RExC_precomp, RExC_precomp + offset); \
359 IV offset
4408 register int offset = regarglen[(U8)op]; local
5024 register I32 offset; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_resize.c281 blk_t offset; local
283 offset = EXT2_SUPER_FIRST_DATA_BLOCK(fs->sb) +
288 if (ext2_is_data_block(fs, offset+i) &&
289 ext2_get_block_state(fs, offset+i))
295 offset+i);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
92 off_t d_off; /* offset to this dirent */
99 short offset; /* offset into directory */ member in struct:__anon1056
121 dp->offset = 0;
146 if (dp->offset != 0) {
152 dp->offset++;
157 dp->dent.d_off = dp->offset;
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dmultiboot_mbi.c111 int offset = ((char *) header - buffer - local
113 int load_size = ((header->load_end_addr == 0) ? file->size - offset :
135 if ((grub_file_seek (file, offset)) == (grub_off_t) -1)
492 mbinfo->offset = info.offset;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dutils.c465 int i, len, offset = 0; local
549 len = snprintf(buffer + offset, bufsize - offset, "%c%s", PATH_SEP, names[i]);
550 if (len >= (bufsize - offset)) {
555 offset += len;
644 * refreshed. @bmplcn stores offset to the first bit (in bits) stored in the
772 * They can be identified by their inode number (offset in MFT/$DATA) or by
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c323 base + SWAP(p, m[i-1].offset) :
324 p->mchunk + p->d_msg[MSGID][i-num_of_str-1].offset;
352 p->mchunk + p->d_msg[v][x].offset);
367 ms = base + SWAP(p, m[x].offset);
386 ms = p->mchunk + p->d_msg[MSGID][x].offset;
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_avl.c142 uintptr_t offset = (uintptr_t)np - (uintptr_t)base; local
143 if (offset + sizeof (*np) > pp->uap_objsize) {
145 "offset %ld doesn't fit in object (size %ld)\n",
147 (long)offset, (long)pp->uap_objsize);
149 if (offset != pp->uap_nodeoffset) {
151 "offset %ld doesn't match pool's offset (%ld)\n",
153 (long)offset, (long)pp->uap_objsize);
H A Duu_list.c138 uintptr_t offset = (uintptr_t)np - (uintptr_t)base; local
139 if (offset + sizeof (*np) > pp->ulp_objsize) {
141 "offset %ld doesn't fit in object (size %ld)\n",
143 (long)offset, (long)pp->ulp_objsize);
145 if (offset != pp->ulp_nodeoffset) {
147 "offset %ld doesn't match pool's offset (%ld)\n",
149 (long)offset, (long)pp->ulp_objsize);
/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c447 uintptr_t offset; local
489 * madvise(addr+offset, big->size - offset, MADV_FREE);
509 * The value of offset is in bytes but there is a 1-1 correlation
513 offset = mem - cacheptr->mt_arena;
516 * i is total number of bits to offset into freelist bitmask.
519 i = offset / cacheptr->mt_size;
524 * which_bit is the bit offset into the byte in the freelist.
556 uintptr_t offset; local
594 if ((offset
1293 size_t offset; local
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c702 /* Serial number offset depends on boot sector type. */
1325 grub_size_t offset = sizeof (LVM_DEV_MAPPER_STRING) - 1; local
1327 len = strlen (os_dev) - offset + 1;
1331 grub_memcpy (grub_dev + sizeof ("lvm/") - 1, os_dev + offset, len);
1656 uintptr_t offset = 0; local
1682 /* This loop sets offset to the number of chars of the root
1701 /* offset == 0 means path given is the mount point.
1706 if (offset == 0)
1730 offset = p - buf;
1731 /* offset
[all...]
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c80 size_t offset; /* offset of double-linked element (raid_list_el_t) */ member in struct:__anon2383
148 ((void *)((char *)(obj) + (list)->offset))
714 dst->offset = src->offset;
1230 uint64_t offset, capacity; local
1244 arraypart_attrs[i].offset = 0;
1251 arraypart_attrs[i].offset = 0;
1252 arraypart_attrs[i].size = diskseg_attr->offset;
1253 offset
4237 raid_list_create(raid_list_t *list, size_t offset) argument
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c4205 state.poffset = opt_info.offset;
4209 opt_info.offset = 0;
4279 if (!opt_info.offset)
4323 opt_info.offset--;
4414 opt_info.offset = 0;
4418 opt_info.offset++;
4422 if (c = argv[opt_info.index][opt_info.offset++])
4431 opt_info.offset = 0;
4505 if (*(opt_info.arg = &argv[opt_info.index++][opt_info.offset]))
4509 opt_info.offset
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c108 * to pass a null pointer. Each line begins with the offset. If nbytes is
109 * 0, the line will be blank except for the offset. Example output:
120 int offset; local
130 offset = *start;
138 smb_tracef("%06X %s %s", offset, hexbuf, ascbuf);
142 offset += 16;
154 smb_tracef("%06X %-48s %s", offset, hexbuf, ascbuf);
155 offset += count;
158 *start = offset;
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c70 DVA_OFFSET_TO_PHYS_SECTOR (grub_disk_addr_t offset) argument
72 return ((offset + VDEV_LABEL_START_SIZE) >> SPA_MINBLOCKSHIFT);
502 uberblock_verify (struct grub_zfs_device_desc *dev_desc, uberblock_t * uber, grub_uint64_t offset) argument
525 zc.zc_word[0] = grub_cpu_to_zfs64 (offset, endian);
544 grub_disk_addr_t offset; local
549 offset = (sector << SPA_MINBLOCKSHIFT) + VDEV_PHYS_SIZE + i;
551 err = uberblock_verify (dev_desc, (uberblock_t *)&ub_array[i], offset);
1614 read_device (grub_uint64_t offset, struct grub_zfs_device_desc *desc, argument
1622 sector = DVA_OFFSET_TO_PHYS_SECTOR (offset);
1643 err = read_device (offset,
1842 grub_uint64_t offset; local
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dos.c1082 int sqliteOsSeek(OsFile *id, off_t offset){ argument
1083 SEEK(offset/1024 + 1);
1085 lseek(id->fd, offset, SEEK_SET);
1090 LONG upperBits = offset>>32;
1091 LONG lowerBits = offset & 0xffffffff;
1104 if( offset >= curSize ){
1105 if( sqliteOsTruncate(id, offset+1) != SQLITE_OK ){
1110 if( FSSetForkPosition(id->refNum, fsFromStart, offset) != noErr ){
1112 if( SetFPos(id->refNum, fsFromStart, offset) != noErr ){
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dparse.c663 register int offset; local
684 offset = stktell(stkp)-1;
688 while(offset>ARGVAL && ((c= *stkptr(stkp,offset-1)),isspace(c)))
689 offset--;
691 if(offset==ARGVAL && n==0)
693 stkseek(stkp,offset);
695 if(offset==ARGVAL)
704 while((offset=fcpeek(0)) && isspace(offset))
2012 long offset = stktell(stkp); local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c1669 * We offset the threshold and generic sensor reading types by 0x100
1789 uint32_t offset, nparams; local
1800 if ((ret = nvlist_lookup_uint32(args, "offset", &offset)) != 0) {
1801 topo_mod_dprintf(mod, "Failed to lookup 'offset' arg (%s)\n",
1830 (topo_node_instance(refnode) + offset));
1834 + offset;
1835 inst2 = topo_node_instance(refnode) + offset;
1874 uint32_t offset; local
1882 if ((ret = nvlist_lookup_uint32(args, "offset",
1937 uint32_t offset; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
368 off_t offset = 0; local
377 * First, we save the offset of "old". Then, we close and remove
392 offset = lseek(old->fd, 0, SEEK_CUR);
415 if (lseek(new1->fd, offset, SEEK_SET) == -1) {
/osnet-11/usr/src/grub/grub2/grub-core/disk/i386/pc/
H A Dbiosdisk.c528 grub_uint64_t offset; local
533 grub_divmod64 (sector, sectors, &offset);
535 size = sectors - offset;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsfs.c255 unsigned offset, unsigned length),
493 file->offset = 0;
531 file->offset, len, buf);
251 grub_sfs_read_file(grub_fshelp_node_t node, 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/grub-0.97/netboot/
H A D3c595.c341 get_e(offset)
342 int offset;
346 outw(EEPROM_CMD_RD | offset, BASE + VX_W0_EEPROM_COMMAND);
547 * c-basic-offset: 8
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm259 =item SPLICE this, offset, length, LIST
263 I<offset> is optional and defaults to zero, negative values count back
270 Returns a list of the original I<length> elements at I<offset>.

Completed in 79 milliseconds

<<11121314151617181920>>