Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 1203) sorted by path

12345678910>>...49

/illumos-gate/usr/src/boot/
H A DREADME.loader34 start
57 The start command also loads your kernel for you, so don't
206 chiefly used to source in a forth file, and start the
/illumos-gate/usr/src/boot/common/
H A Ddisk.c119 partsize = part->end - part->start + 1; in ptable_print()
288 dev->d_offset = part.start; in disk_open()
289 od->entrysize = part.end - part.start + 1; in disk_open()
302 dev->d_offset = part.start; 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()
360 dev->d_offset += part.start; in disk_open()
361 od->entrysize = part.end - part.start + 1; in disk_open()
H A Dgpt.c167 dskp->start = ent->ent_lba_start; in gptfind()
333 dskp->start = 0; in gptread()
H A Dhelp.common216 Instructs the kernel to start in the kmdb debugger, rather than
225 Instructs the kernel to start the kmdb debugger and then continue
H A Dmd.c54 u_char start[MD_IMAGE_SIZE]; member
57 .start = "MFS Filesystem goes here",
111 bcopy(md_image.start + ofs, buf, size); in md_strategy()
114 bcopy(buf, md_image.start + ofs, size); in md_strategy()
H A Dpart.c413 uint32_t start, end, offset; in ptable_ebrread() local
425 offset = e1->part.start; in ptable_ebrread()
443 offset = e1->part.start + start; in ptable_ebrread()
450 entry->part.start = offset + start; in ptable_ebrread()
613 entry->part.start - 1; in ptable_vtoc8read()
699 entry->part.start - 1; in ptable_dklabelread()
738 entry->part.start = 0; in ptable_iso9660read()
760 uint32_t start, end; in ptable_open() local
863 if (start == 0 || end == 0) in ptable_open()
866 if (start + end - 1 >= sectors) in ptable_open()
[all …]
H A Dpart.h71 uint64_t start; 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()
2148 tem_copy_area(tem, 0, start + count, in tem_scroll()
2149 tems.ts_c_dimension.width - 1, end, 0, start); in tem_scroll()
2158 tem_copy_area(tem, 0, start, in tem_scroll()
2160 end - count, 0, start + count); in tem_scroll()
2162 for (row = start; row < start + count; row++) { in tem_scroll()
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A DMakefile.inc3 start.S \
10 start.o \
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A DMakefile.inc4 start.S
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A DMakefile.inc5 start.S
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A DMakefile.inc3 start.S \
8 start.o \
H A Dbootinfo.c90 bi_copyenv(vm_offset_t start) in bi_copyenv() argument
96 addr = last = start; in bi_copyenv()
119 last = start; in bi_copyenv()
/illumos-gate/usr/src/boot/efi/loader/
H A Dbootinfo.c115 bi_copyenv(vm_offset_t start) in bi_copyenv() argument
121 addr = last = start; in bi_copyenv()
145 last = start; in bi_copyenv()
H A Dcopy.c48 vm_offset_t start, end; in addr_verify() local
54 start = module->mb_mod_start; in addr_verify()
58 if (start == 0) in addr_verify()
61 if ((start <= addr) && (end >= addr)) { in addr_verify()
64 if ((start >= addr) && (start <= addr + size)) { in addr_verify()
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th253 start \ load config, kernel and modules
262 \ running start to load configuration.
H A Dbeastie.4th89 : beastie-start ( -- ) \ starts the menu
H A Dcheck-password.4th39 variable read-start \ Starting X offset (column)(used by read)
70 read-start @ sr at-xy
97 dup 1+ read-start ! \ Store X offset after the prompt
115 3 spaces read-start @ sr at-xy \ Erase the twiddle
120 0= if 3 spaces read-start @ sr at-xy then \ Twiddle
H A Dloader.4th231 \ Unload only if a path was passed. Paths start with /
501 \ ***** start
507 : start ( -- ) ( throws: abort & user-defined )
536 \ everything start one does, short of loading the kernel and
H A Dloader.rc8 \ NOTE: Change to `start' if you disable the below boot menu
10 \ start
20 beastie-start
H A Dmenu-commands.4th258 ." or type `boot' and press ENTER to start illumos." cr
H A Dmenu.4th482 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
932 0 menu_timeout_enabled ! \ start with automatic timeout disabled
1028 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
1121 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
1131 48 \ Iterator start (inner range 48 to 57; ASCII '0' to '9')
H A Dsupport.4th855 dup 0 \ start with an empty string and append the pieces
1189 : insert ( start end -- start )
/illumos-gate/usr/src/boot/i386/btx/btx/
H A DMakefile46 LDFLAGS=-e start -Ttext $(ORG) -N -S --oformat binary $(GLDTARGET)
H A Dbtx.S114 .globl start
116 start: # Start of code label
127 .word break-start # Text size

12345678910>>...49