Searched refs:offset (Results 401 - 425 of 550) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c1075 * is put onto the stack at the current offset.
1084 int c,offset = staktell(); local
1117 cp = stakptr(offset) + (cp-name);
1122 nq=nv_open(stakptr(offset),0,NV_VARNAME|NV_NOASSIGN|NV_NOADD|NV_NOFAIL);
1143 stakseek(offset);
1161 int offset=staktell(); local
1163 path = name = stakptr(offset);
1430 int offset = stktell(stkp); local
1433 fname = stkptr(stkp,offset);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_as.c144 * xltab index reflects the offset 'xi' of the assigned dtdo_xlmtab[] location.
188 dt_as_undef(const dt_ident_t *idp, uint_t offset) argument
202 xyerror(D_ASRELO, "relocation remains against %s symbol %s%s%s (offset "
203 "0x%x)\n", kind, dts->dts_object, mark, dts->dts_name, offset);
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dluks.c281 newdev->offset = grub_be_to_cpu32 (header.payloadOffset);
291 newdev->total_length = grub_disk_get_size (disk) - newdev->offset;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Daffs.c83 /* The offset in both the rootblock and the file header block for the
433 file->offset = 0;
470 file->offset, len, buf, grub_affs_read_block,
H A Dminix.c181 /* Read the block pointer in ZONE, on the offset NUM. */
243 unsigned offset, unsigned length),
631 return grub_minix_read_file (data, file->read_hook, file->offset, len, buf);
240 grub_minix_read_file(struct grub_minix_data *data, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_disk_addr_t len, char *buf) argument
H A Dromfs.c388 (data->data_addr + file->offset) >> GRUB_DISK_SECTOR_BITS,
389 (data->data_addr + file->offset) & (GRUB_DISK_SECTOR_SIZE - 1),
H A Dfshelp.c229 unsigned offset,
227 grub_fshelp_read_file(grub_disk_t disk, 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, grub_disk_addr_t (*get_block) (grub_fshelp_node_t node, grub_disk_addr_t block), grub_off_t filesize, int log2blocksize) argument
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c44 * "buflen"). If it is not found, "write_offset" has the offset in "buf" where
46 * "write_offset" has its offset in "buf"
54 * - It is the offset in buf where srch_str is or should be
65 * Zero - "srch_str" found in "buf"... "write_offset" has offset in "buf"
66 * > 0 - "srch_str" NOT found in "buf" ... "write_offset" has offset in "buf"
69 * < 0 - "srch_str" NOT found in "buf" ... "write_offset" has offset in "buf"
141 lock_register(int fd, int cmd, int type, off_t offset, int whence, off_t len) argument
146 lock.l_start = offset;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c670 printf("\t\tName offset:\t%u (0x%x)\n",
1113 (unsigned long long)le64_to_cpu(sds->offset),
1114 (unsigned long long)le64_to_cpu(sds->offset));
1158 le64_to_cpu(sd->offset) < (u64)data_size &&
1160 le64_to_cpu(sd->offset) +
1232 ntfs_log_verbose("\tName offset:\t\t %u (0x%x)\n",
1260 ntfs_log_verbose("\tData offset:\t\t %u (0x%x)\n",
1278 ntfs_log_verbose("\tMapping pairs offset:\t %u (0x%x)\n",
1437 le64_to_cpu(data->sii.offset),
1439 le64_to_cpu(data->sii.offset));
[all...]
/osnet-11/usr/src/cmd/parted/
H A Dstrlist.c433 str_list_print_wrap (const StrList* list, int line_length, int offset, argument
447 line_left = line_length - offset;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c2247 struct tg3 *tp __unused, uint32_t offset, uint32_t *val)
2252 if (offset > EEPROM_ADDR_ADDR_MASK ||
2253 (offset % 4) != 0) {
2263 ((offset << EEPROM_ADDR_ADDR_SHIFT) &
2282 static int tg3_nvram_read(struct tg3 *tp, uint32_t offset, uint32_t *val) argument
2287 return tg3_nvram_read_using_eeprom(tp, offset, val);
2290 offset = ((offset / NVRAM_BUFFERED_PAGE_SIZE) <<
2292 (offset % NVRAM_BUFFERED_PAGE_SIZE);
2294 if (offset > NVRAM_ADDR_MS
2246 tg3_nvram_read_using_eeprom( struct tg3 *tp __unused, uint32_t offset, uint32_t *val) argument
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dwhence.c56 opt_info.index = opt_info.offset = 0;
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dio.c2 * -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
288 int offset; member in struct:byte_buffer
/osnet-11/usr/src/lib/libmalloc/common/
H A Dmalloc.c661 ssize_t offset; /* choice of header lists */ local
675 offset = holdblk->blksz / grain;
676 oldhead = holdhead[offset];
679 holdhead[offset] = holdblk;
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_accept.c263 strfdinsert.offset = (int)sizeof (t_scalar_t);
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dchainloader.c216 grub_disk_read (disk, p->offset, 446, 64, ptable);
/osnet-11/usr/src/grub/grub2/include/
H A Dmultiboot2.h303 multiboot_uint32_t offset; member in struct:multiboot_tag_apm
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmime.c113 off_t offset; local
442 offset = sm_io_tell(e->e_dfp, SM_TIME_DEFAULT);
443 if (offset == -1)
472 /* return to the original offset for processing */
474 if (sm_io_seek(e->e_dfp, SM_TIME_DEFAULT, offset, SEEK_SET) < 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.h68 int fseeko(FILE *stream, off_t offset, int whence);
/osnet-11/usr/src/lib/libc/inc/
H A Dasyncio.h78 offset_t offset; member in struct:aio_args
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c423 vn_rdwr(int uio, vnode_t *vp, void *addr, ssize_t len, offset_t offset, argument
429 iolen = pread64(vp->v_fd, addr, len, offset);
436 iolen = pwrite64(vp->v_fd, addr, split, offset);
438 len - split, offset + split);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_tkr.c323 uint_t sliceno, offset; local
374 offset = (i * dbsize + 16);
377 if (lseek(fd, (off_t)dbtob(offset), SEEK_SET) < 0)
447 if (lseek(fd, (off_t)dbtob(offset), SEEK_SET)
H A Dmeta_sp.c40 * each having an offset and a length. The extents are logically
42 * picks up. Which extent a given "virtual offset" belongs to is
55 * require the list be sorted by offset to work, and that's the typical
102 sp_ext_offset_t ext_offset; /* starting offset */
137 sp_ext_node_t **head, sp_ext_offset_t offset, sp_ext_length_t length,
144 sp_ext_offset_t offset);
189 mp_watermark_t *wm, sp_ext_offset_t offset, md_error_t *ep);
361 * make sure block offset does not overflow 2^64 bytes.
753 * slblk - the starting offset of the device to check
846 * PURPOSE: used for sorted list inserts to build a list sorted by offset
882 meta_sp_list_insert( mdsetname_t *sp, mdname_t *np, sp_ext_node_t **head, sp_ext_offset_t offset, sp_ext_length_t length, sp_ext_type_t type, uint_t seq, uint_t flags, ext_cmpfunc_t compare ) argument
2599 meta_sp_read_wm( mdsetname_t *sp, mdname_t *compnp, mp_watermark_t *wm, sp_ext_offset_t offset, md_error_t *ep ) argument
3854 sp_ext_offset_t offset; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c753 loff_t offset, result; local
759 offset = (loff_t) off;
760 if (_llseek (fd, offset >> 32, offset & 0xffffffff, &result, SEEK_SET))
770 off_t offset = (off_t) off; local
772 if (lseek (fd, offset, SEEK_SET) != offset)
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dasm.S76 * These MUST be at byte offset 6 and 7 of the executable
295 andw $0xf,%cx /* get offset */
344 .word 0 /* offset */
450 /* copy the original int13 handler segment:offset */
488 .word 0 /* offset */
887 * chain_stage1(segment, offset, part_table_addr)
889 * This starts another stage1 loader, at segment:offset.
898 /* store new offset */
900 movl %eax, offset
913 DATA32 ADDR32 ljmp (offset)
2710 offset: label
[all...]

Completed in 79 milliseconds

<<11121314151617181920>>