Searched defs:putstr (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s145 jmp putstr # boot loader"
148 jmp putstr # loader"
152 putstr.0: movw $0x7,%bx # Page:attribute
155 putstr: lodsb # Get character label
157 jnz putstr.0 # No
158 putstr.1: jmp putstr.1 # Await reset
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/
H A Dpxeldr.S102 callw putstr # display the welcome message
107 callw putstr # display the message
142 callw putstr # relocation message
219 callw putstr # jump message
225 putstr: lodsb # load %al from %ds:(%si) label
232 jmp putstr # keep looping
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S75 call putstr # ourselves
82 call putstr # base memory
92 call putstr # pointer
100 call putstr # End message
116 call putstr # message
131 call putstr # message
139 call putstr # version message
154 call putstr # End message
178 call putstr # message
185 call putstr # addres
295 putstr: lodsb # Load char label
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S375 call putstr # display
539 call putstr # VM86 call
807 putstr.0: call putchr # Output char
808 putstr: lodsb # Load char label
810 jnz putstr.0 # No
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S333 callw putstr # prompt
504 * putstr: print the string at %si
517 callw putstr # Display string
520 jmp putstr
530 putstr.1: callw putchr # Display char
531 putstr: lodsb # Get byte label
533 jz putstr.1 # No
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S124 call putstr # display the welcome message
129 call putstr # display the message
216 call putstr # relocation message
294 call putstr # jump message
307 call putstr
310 call putstr
312 call putstr
323 call putstr
328 call putstr
446 error: call putstr # Displa
455 putstr: push %bx # Save label
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c193 putstr(const char *str) function
637 putstr("cfprintregs: regs error ");
640 putstr(", count ");
643 putstr(", sect ");
646 putstr(", cyl low ");
649 putstr(", cyl high ");
652 putstr(", drv head ");
655 putstr(", status ");
658 putstr("\n");
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c105 static void putstr(const char *str) function
145 #define putf(FMT,X) (sprintf(tmpbuf,FMT,X),putstr(tmpbuf))
164 putstr(tmpbuf);
166 putstr(p);
181 putstr(p);
197 putstr("r");
199 putstr("w");
201 putstr("x");
204 putstr(" ");
209 putstr(
[all...]
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c579 putstr(char *infoname, char *newvalue) function
632 putstr(infostr, tempbuffer);
636 putstr(infostr, tempbuffer);
727 putstr(ko_map[j].keyedinfoname, capstr);
842 putstr(ma_map[j].keyedinfoname, cap);
891 putstr("cr", "\r");
893 putstr("cr", cap);
898 putstr("cud1", ostrval[uselevel][cap_nl]);
900 putstr("cud1", "\n");
906 putstr("in
[all...]

Completed in 106 milliseconds