Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 1234) sorted by path

12345678910>>...50

/illumos-gate/usr/src/
H A DOPENSOLARIS.LICENSE300 all end user licenses that have been validly granted by You or any
/illumos-gate/usr/src/boot/
H A DREADME.loader45 [See the section at the end on loader.conf syntax]
63 See the section on loader.conf syntax at the end of this
/illumos-gate/usr/src/boot/common/
H A Ddisk.c119 partsize = part->end - part->start + 1; in ptable_print()
289 od->entrysize = part.end - part.start + 1; in disk_open()
303 od->entrysize = part.end - part.start + 1; in disk_open()
339 table = ptable_open(dev, part.end - part.start + 1, in disk_open()
361 od->entrysize = part.end - part.start + 1; in disk_open()
H A Dgfx_fb.c178 char *p, *end; in gfx_parse_mode_str() local
182 *x = strtoul(p, &end, 0); in gfx_parse_mode_str()
185 if (*end != 'x') in gfx_parse_mode_str()
187 p = end + 1; in gfx_parse_mode_str()
188 *y = strtoul(p, &end, 0); in gfx_parse_mode_str()
191 if (*end != 'x') { in gfx_parse_mode_str()
194 p = end + 1; in gfx_parse_mode_str()
195 *depth = strtoul(p, &end, 0); in gfx_parse_mode_str()
264 char *end; in gfx_set_colors() local
267 val = (int)strtol(value, &end, 0); in gfx_set_colors()
[all …]
H A Dhelp.common74 device names. Disk name must end with colon.
H A Dinterp_forth.c127 for (; cp != vm->tib.end && *cp != 0 && *cp != '\n'; cp++) in bf_command()
H A Dmd.c55 u_char end[128]; member
58 .end = "MFS Filesystem had better STOP here",
H A Dpart.c365 entry->part.end = ent->ent_lba_end; in ptable_gptread()
413 uint32_t start, end, offset; in ptable_ebrread() local
446 end = le32toh(dp[0].dp_size); in ptable_ebrread()
451 entry->part.end = entry->part.start + end - 1; in ptable_ebrread()
532 entry->part.end = entry->part.start + in ptable_bsdread()
739 entry->part.end = table->sectors; in ptable_iso9660read()
760 uint32_t start, end; in ptable_open() local
862 end = le32dec(&(dp[i].dp_size)); in ptable_open()
863 if (start == 0 || end == 0) in ptable_open()
866 if (start + end - 1 >= sectors) in ptable_open()
[all …]
H A Dpart.h72 uint64_t end; member
H A Dtem.c2133 tem_scroll(struct tem_vt_state *tem, int start, int end, int count, in tem_scroll() argument
2139 lines_affected = end - start + 1; in tem_scroll()
2149 tems.ts_c_dimension.width - 1, end, 0, start); in tem_scroll()
2151 for (row = (end - count) + 1; row <= end; row++) { in tem_scroll()
2160 end - count, 0, start + count); in tem_scroll()
H A Dvdisk.c195 char *end; in command_unmapvd() local
208 unit = strtol(argv[1] + len, &end, 10); in command_unmapvd()
209 if (errno != 0 || (*end != '\0' && strcmp(end, ":") != 0)) { in command_unmapvd()
/illumos-gate/usr/src/boot/efi/loader/
H A Dcopy.c48 vm_offset_t start, end; in addr_verify() local
55 end = module->mb_mod_end; in addr_verify()
61 if ((start <= addr) && (end >= addr)) { in addr_verify()
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th133 1 to end_of_file? \ mark end of file to skip the rest
162 [char] : swap c! \ save ':' at the end of the string
200 colon- \ remove : at the end of the dev name
337 end-locals
H A Dloader.4th323 \ its 3 cases now: end of string, -switch, or option list
325 over 0= if \ end of string, remove trailing -B
368 \ addr' points to acpi options, find its end [',' or ' ' or 0 ]
489 dup c@ 0= if \ end of string
505 \ read to the end, loads kernel and modules.
H A Dmenu.4th617 \ We've reached the end of the timeout
H A Dpnp.4th58 \ end of pnp support
148 : premature-end? ( addr -- addr flag )
164 skip-space premature-end?
166 \ Search for end of filename
167 skip-to-space premature-end?
170 skip-space premature-end?
172 skip-to-space premature-end?
176 skip-space premature-end?
H A Dscreen.4th35 \ Clear from current position to end of display ( Esc-[J )
50 \ Mode end (clear attributes)
H A Dsupport.4th164 \ end of structures
1189 : insert ( start end -- start )
1236 \ built-in prefix directory name; it must end with /, so we don't
1733 end-locals
1778 end-locals
1863 end-locals
1889 end-locals
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S534 # %ds:(%esi) -> end
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dgptldr.S78 mov $end,%bx # BTX
93 mov %ds,%ax # the end of the next 32k to
97 mov %es,%ax # the end of the next 32k into
107 mov $end,%bx # BTX
109 mov %bx,%si # %si to end of BTX
110 mov $MEM_BTX,%di # %di -> end of BTX at
146 end:
H A Dzfsboot.c586 char *end; in parse_cmd() local
589 i = strtol(arg, &end, 10); in parse_cmd()
592 *end == '\0' && in parse_cmd()
601 arg = end; in parse_cmd()
744 table = ptable_open(&pa, part->end - part->start + 1, in probe_partition()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Dcd9660read.c73 char *p, *end; in susp_lookup_record() local
80 end = (char *)dp + isonum_711(dp->length); in susp_lookup_record()
81 while (p + 3 < end) { in susp_lookup_record()
96 end = p + isonum_733(shc->length); in susp_lookup_record()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dlinux.c125 goto end; in linux_loadkernel()
131 goto end; in linux_loadkernel()
141 goto end; in linux_loadkernel()
147 goto end; in linux_loadkernel()
164 goto end; in linux_loadkernel()
198 goto end; in linux_loadkernel()
210 goto end; in linux_loadkernel()
225 goto end; in linux_loadkernel()
270 end: in linux_loadkernel()
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s171 # this is the end of the code block we can use, next is space for
/illumos-gate/usr/src/boot/i386/pxeldr/
H A Dpxeldr.S263 # %ds:(%esi) -> end
301 end:

12345678910>>...50