Searched refs:start (Results 226 - 250 of 580) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dbsd.c142 unsigned short *start, *end; local
146 start = (u_short*) lp;
149 while (start < end)
150 sum ^= *start++;
294 PedSector start; local
301 start = PED_LE32_TO_CPU(label->d_partitions[i - 1].p_offset);
305 NULL, start, end);
374 = PED_CPU_TO_LE32 (part->geom.start);
398 PedSector start, PedSector end)
403 part = _ped_partition_alloc (disk, part_type, fs_type, start, en
396 bsd_partition_new(const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dutils.c149 * utils_valid_device - Perform some safety checks on the device, before start
324 * @start: The beginning of the range will be stored here
329 * string cannot be parsed correctly, @start and @finish will not be changed.
334 int utils_parse_range(const char *string, s64 *start, s64 *finish, BOOL scale) argument
339 if (!string || !start || !finish) {
367 *start = a;
825 * @start: Offset into @buf to start from
836 void utils_dump_mem(void *buf, int start, int length, int flags) argument
841 s = start
[all...]
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c415 /* Doesn't look like the start of a triple, */
417 char *start = p; local
418 p = strpbrk(start, " \t");
421 p = start + strlen(start);
423 ngt_insert(ngt, start, (size_t)(p - start));
431 char *start; local
442 start = p;
443 limit = strpbrk(start, terminator
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL1030 ($start, $length) = ($2, $3);
1052 $_ = &sdecl($name, $_, $start+$offset);
1054 $start = $start{$name};
1086 $whatis, $pdecl, $upper,$lower, $start,$length) = ();
1101 $_ = &sdecl("$prefix.$fieldname", $_, $start+$offset);
1102 $start = $start{$name};
1104 #print "done with anon, start is $start, offse
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c719 * The returned alignment describes the alignment for the start sector of the
893 * (1) it must start and end on a "disk" block, determined by the disk label
897 * Eg: if an ext2 file system has 4k blocks, then we can only move the start
900 * (3) we need to keep the start and end within the device's physical
1043 last_end = extended_part->geom.start;
1047 if (walk->geom.start > last_end + 1) {
1053 last_end + 1, walk->geom.start - 1);
1094 if (walk->geom.start > last_end + 1) {
1097 last_end + 1, walk->geom.start - 1);
1188 PedSector start, PedSecto
1186 _ped_partition_alloc(const PedDisk* disk, PedPartitionType type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
1267 ped_partition_new(const PedDisk* disk, PedPartitionType type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
2167 ped_disk_set_partition_geom(PedDisk* disk, PedPartition* part, const PedConstraint* constraint, PedSector start, PedSector end) argument
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DPermSARegTable.java65 start();
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Damiga.c306 PedSector start, end; local
338 start = ((PedSector) PED_BE32_TO_CPU (part->de_LowCyl)) * cylblocks;
342 if (start == geom->start && end == geom->end) {
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs.c60 return ped_geometry_new (geom->dev, geom->start,
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ufs/
H A Dufs.c194 return ped_geometry_new (geom->dev, geom->start,
200 return ped_geometry_new (geom->dev, geom->start,
228 return ped_geometry_new (geom->dev, geom->start,
239 return ped_geometry_new (geom->dev, geom->start,
/osnet-11/usr/src/lib/libpool/common/
H A Ddict.c202 uchar_t *start = (uchar_t *)buf; local
203 uchar_t *end = start + len;
206 while (start < end) {
208 hash ^= (uint64_t)*start++;
/osnet-11/usr/src/lib/libeti/panel/inc/
H A Dpanel.h37 int start, end; member in struct:_obscured_list
/osnet-11/usr/src/lib/libadm/common/
H A Dckdate.c265 case '%': /* previous state must be start or letter */
285 case TAB: /* previous state must be start or letter */
423 start:
434 goto start;
437 goto start;
442 goto start;
H A Dckpath.c283 start:
297 goto start;
301 goto start;
312 goto start;
H A Dcktime.c309 case '%': /* previous state must be start or letter */
328 case TAB: /* previous state must be start or letter */
357 start:
368 goto start;
372 goto start;
379 goto start;
/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Dbsdlabel.c96 p.start = grub_le_to_cpu32 (be.offset);
103 if (p.start < delta)
117 p.start -= delta;
169 err = iterate_real (dsk, partition->start
/osnet-11/usr/src/grub/grub2/grub-core/tests/boot/
H A Dkernel-i386.S40 .global start
/osnet-11/usr/src/grub/grub2/grub-core/video/emu/
H A Dsdl.c37 grub_video_sdl_set_palette (unsigned int start, unsigned int count,
163 grub_video_sdl_set_palette (unsigned int start, unsigned int count, argument
177 SDL_SetColors (window, tmp, start, count);
181 return grub_video_fb_set_palette (start, count, palette_data);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmsdos_partition.h69 /* The head of the start. */
72 /* (S | ((C >> 2) & 0xC0)) where S is the sector of the start and C
73 is the cylinder of the start. Note that S is counted from one. */
76 /* (C & 0xFF) where C is the cylinder of the start. */
88 /* The start sector. Note that this is counted from zero. */
89 grub_uint32_t start; member in struct:grub_msdos_partition_entry
H A Dmultiboot.h50 grub_err_t grub_multiboot_add_module (grub_addr_t start, grub_size_t size,
/osnet-11/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c48 time_t start; local
55 time(&start);
69 scan_for_stale_devices(ctx, start);
140 time_t start, stop; local
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.s67 sethi %hi(0x01010101), %o5 ! start loading Mycroft's magic2
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBAPort.cc123 char *start = strstr(content, "/devices"); local
125 if (start == NULL ||
126 strncmp(start, warg->path, warg->len) != 0 ||
128 start[warg->len] != ':')
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dutf8decode.t71 3.2 Lonely start characters
72 3.2.1 n "\xc0 \xc1 \xc2 \xc3 \xc4 \xc5 \xc6 \xc7 \xc8 \xc9 \xca \xcb \xcc \xcd \xce \xcf \xd0 \xd1 \xd2 \xd3 \xd4 \xd5 \xd6 \xd7 \xd8 \xd9 \xda \xdb \xdc \xdd \xde \xdf " - 64 c0:20:c1:20:c2:20:c3:20:c4:20:c5:20:c6:20:c7:20:c8:20:c9:20:ca:20:cb:20:cc:20:cd:20:ce:20:cf:20:d0:20:d1:20:d2:20:d3:20:d4:20:d5:20:d6:20:d7:20:d8:20:d9:20:da:20:db:20:dc:20:dd:20:de:20:df:20 - unexpected non-continuation byte 0x20 after start byte 0xc0
73 3.2.2 n "\xe0 \xe1 \xe2 \xe3 \xe4 \xe5 \xe6 \xe7 \xe8 \xe9 \xea \xeb \xec \xed \xee \xef " - 32 e0:20:e1:20:e2:20:e3:20:e4:20:e5:20:e6:20:e7:20:e8:20:e9:20:ea:20:eb:20:ec:20:ed:20:ee:20:ef:20 - unexpected non-continuation byte 0x20 after start byte 0xe0
74 3.2.3 n "\xf0 \xf1 \xf2 \xf3 \xf4 \xf5 \xf6 \xf7 " - 16 f0:20:f1:20:f2:20:f3:20:f4:20:f5:20:f6:20:f7:20 - unexpected non-continuation byte 0x20 after start byte 0xf0
75 3.2.4 n "\xf8 \xf9 \xfa \xfb " - 8 f8:20:f9:20:fa:20:fb:20 - unexpected non-continuation byte 0x20 after start byte 0xf8
76 3.2.5 n "\xfc \xfd " - 4 fc:20:fd:20 - unexpected non-continuation byte 0x20 after start byte 0xfc
89 3.4.1 n "\xc0\xe0\x80\xf0\x80\x80\xf8\x80\x80\x80\xfc\x80\x80\x80\x80\xdf\xef\xbf\xf7\xbf\xbf\xfb\xbf\xbf\xbf\xfd\xbf\xbf\xbf\xbf" - 30 c0:e0:80:f0:80:80:f8:80:80:80:fc:80:80:80:80:df:ef:bf:f7:bf:bf:fb:bf:bf:bf:fd:bf:bf:bf:bf - unexpected non-continuation byte 0xe0 after start byte 0xc0
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_appinit.c303 /* If leading slash, start over. */ \
305 p = start; \
340 char *p, *start; local
480 __os_malloc(len + sizeof(DB_TRAIL) + 10, NULL, &start)) != 0) {
487 p = start;
503 if (data_entry != -1 && __os_exists(start, NULL) != 0) {
504 __os_freestr(start);
511 (ret = __db_tmp_open(dbenv, tmp_oflags, start, fdp)) != 0) {
512 __os_freestr(start);
517 __os_freestr(start);
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Dmm.c320 grub_efi_physical_address_t start; local
323 start = desc->physical_start;
327 start += PAGES_TO_BYTES (pages - required_pages);
331 addr = grub_efi_allocate_pages (start, pages);
334 (void *) ((grub_addr_t) start),

Completed in 865 milliseconds

1234567891011>>