Searched refs:start (Results 201 - 225 of 580) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasScsiReportLUNs.c78 hrtime_t start, end; local
81 start = gethrtime();
199 duration = end - start;
H A DSun_sasSendSMPPassThru.c96 hrtime_t start, end; local
99 start = gethrtime();
221 duration = end - start;
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddevice.c318 * start.
323 ped_device_read (const PedDevice* dev, void* buffer, PedSector start, argument
331 return (ped_architecture->dev_ops->read) (dev, buffer, start, count);
336 * start.
344 ped_device_write (PedDevice* dev, const void* buffer, PedSector start, argument
352 return (ped_architecture->dev_ops->write) (dev, buffer, start, count);
356 ped_device_check (PedDevice* dev, void* buffer, PedSector start, argument
363 return (ped_architecture->dev_ops->check) (dev, buffer, start, count);
506 * The returned alignment describes the alignment for the start sector of the
510 * \return the minimum alignment of partition start sector
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcheckpw.c419 unsigned start, n; local
446 start = 0;
447 while (start < sizeof(response) - 1) {
448 n = read(s, response+start, sizeof(response) - 1 - start);
450 start += n;
455 if (start > 1 && !strncmp(response, "OK", 2)) {
459 response[start] = '\0';
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DListener.java95 listener.start();
247 rh.start();
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c69 unsigned long start; member in struct:hd_geometry
480 if (strcasecmp (config->lg_name, "start") == 0)
523 grub_uint64_t start, length; local
548 dm_get_next_target (task, NULL, &start, &length, &target_type, &params);
624 grub_dprintf("hostdisk", "DKIOCEXTPARTINFO start is %llu (in %d-byte units: %llu)\n",
630 return hdg.start;
649 /* Cache of partition start sectors for each disk. */
654 unsigned long start; member in struct:linux_partition_cache
697 if (strcmp (cache->dev, dev) == 0 && cache->start == sector)
708 grub_disk_addr_t start; local
1298 uint64_t length, start; local
1901 grub_disk_addr_t start; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/pc/
H A Dstartup.S52 .globl start, _start
53 start: label
101 * Call the start of main body of C code.
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/
H A Dstartup.S28 .globl __start, _start, start
33 start: label
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dbochs.c175 int start = framebuffer.mode_info.height * page; local
177 vbe_write (start, BOCHS_VBE_Y_OFFSET);
182 grub_video_bochs_set_palette (unsigned int start, unsigned int count, argument
188 if (start >= 0x100)
190 if (start + count >= 0x100)
191 count = 0x100 - start;
194 grub_vga_palette_write (start + i, palette_data[i].r, palette_data[i].g,
199 return grub_video_fb_set_palette (start, count, palette_data);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dvideo_fb.h46 grub_video_fb_get_palette (unsigned int start, unsigned int count,
49 grub_video_fb_set_palette (unsigned int start, unsigned int count,
/osnet-11/usr/src/grub/grub-0.97/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
139 # time-stamp-start: "scriptversion="
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
139 # time-stamp-start: "scriptversion="
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_stat.d95 hotspot*:::thread-start
H A Drb_calls.d53 ruby*:::object-create-start
H A Drb_stat.d98 ruby*:::object-create-start
H A Drfileio.d69 io::bdev_strategy:start
H A Dtcl_stat.d110 tcl*:::inst-start
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/FS/
H A Drfileio.d69 io::bdev_strategy:start
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_stat.d95 hotspot*:::thread-start
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/
H A Drb_calls.d53 ruby*:::object-create-start
H A Drb_stat.d98 ruby*:::object-create-start
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Tcl/
H A Dtcl_stat.d110 tcl*:::inst-start
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s75 sll %o1, 8, %g1 ! start spreading c across word
84 sethi %hi(0x01010101), %o4 ! start loading Alan Mycroft's magic1
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.s75 sllx %o1, 8, %g1 ! start spreading c across word
84 sethi %hi(0x80808080), %o5 ! start loading Alan Mycroft's magic1
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_resize.c89 blk_t start; local
91 start = EXT2_SUPER_FIRST_DATA_BLOCK(fs->sb)
94 start + fs->gdblocks + 1, 1, 1);
259 blk_t start; local
261 start = EXT2_SUPER_FIRST_DATA_BLOCK(fs->sb) +
264 start + fs->gdblocks,
598 blk_t start; local
603 start = EXT2_SUPER_FIRST_DATA_BLOCK(fs->sb)
605 it = start + fs->itoffset;
607 /*PED_DEBUG (0x21, "start
[all...]

Completed in 109 milliseconds

1234567891011>>