Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 566) sorted by path

12345678910>>...23

/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dstart.S56 call self_reloc
61 call efi_main
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dmultiboot_tramp.S74 call *%eax
H A Dstart.S49 call 0f
56 call self_reloc
59 call efi_main
/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th49 \ called by the read function. You need not call it directly. NOTE: arrow keys
H A Dloader.4th512 \ If the user defined a post-initialize hook, call it now
544 \ If the user defined a post-initialize hook, call it now
H A Dmenu.4th198 \ call it directly.
333 \ menu-display function. You need not call it directly.
580 \ function. You need not call it directly.
H A Dmenusets.4th470 2swap unsetenv \ don't want later menu-create to re-call this
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S82 .set V86F_CALLF,0x20000 # Emulate far call
229 call sio_init # setup the serial console
373 call dump # buffer
375 call putstr # display
535 intusr.4: testl $V86F_CALLF,%edx # Far call?
539 call putstr # VM86 call
696 intx30: cmpl $SYS_EXEC,%eax # Exec system call?
/illumos-gate/usr/src/boot/i386/btx/btxldr/
H A Dbtxldr.S75 call putstr # ourselves
81 call hexout # amount of
82 call putstr # base memory
91 call hexout # stack
92 call putstr # pointer
98 call hexout # Display it
100 call putstr # End message
270 call hex32 # To hex
281 call putstr # Display hex
/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxcsu.S43 call main # Invoke client main()
44 call exit # Invoke client exit()
H A Dbtxsys.s32 # System call: exit
35 int $INT_SYS # call 0x0
37 # System call: exec
40 int $INT_SYS # call 0x1
H A Dbtxv86.s53 call __v86_swap # Load V86 registers
55 call __v86_swap # Load user registers
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S519 call hex8.1 # 4
544 push %eax # Emulate a near call
545 mov $0x1,%eax # 'exec' system call
546 int $INT_SYS # BTX system call
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dsio.S52 sio_flush.1: call sio_ischar # Check for character
76 sio_getc: call sio_ischar # Character available?
/illumos-gate/usr/src/boot/i386/libi386/
H A Dmultiboot_tramp.S48 call *%ecx
H A Dpxetramp.s28 .byte 0x9a # far call
35 .byte 0x9a # far call
H A Drelocater_tramp.S193 call a20_check_state
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s113 call read
/illumos-gate/usr/src/boot/i386/pxeldr/
H A Dpxeldr.S273 pushl %eax # Emulate a near call
274 movl $0x1, %eax # 'exec' system call
275 int $INT_SYS # BTX system call
/illumos-gate/usr/src/boot/libsa/
H A Drpc.c115 struct rpc_call *call; in rpc_call() local
156 send_head -= sizeof(*call); in rpc_call()
157 call = (struct rpc_call *)send_head; in rpc_call()
159 call->rp_xid = htonl(rpc_xid); in rpc_call()
160 call->rp_direction = htonl(RPC_CALL); in rpc_call()
161 call->rp_rpcvers = htonl(RPC_VER2); in rpc_call()
162 call->rp_prog = htonl(prog); in rpc_call()
163 call->rp_vers = htonl(vers); in rpc_call()
164 call->rp_proc = htonl(proc); in rpc_call()
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasm.h66 call PIC_PLT(HIDENAME(mcount)); \
71 call PIC_PLT(HIDENAME(mcount)); \
H A Dasmacros.h108 #define FAKE_MCOUNT(caller) pushq caller ; call __mcount ; popq %rcx
109 #define MCOUNT call __mcount
112 #define MEXITCOUNT call .mexitcount
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dasm.h44 call 1f; \
80 call PIC_PLT(HIDENAME(mcount)); \
85 call PIC_PLT(HIDENAME(mcount)); \
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.warn.in70 WARNING:fork1_forkall:gettext("non-POSIX libthread fork call"):MATCH dump=~/NEEDED\s*libthread\.so\…
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dsignal161 "Bad system call",
163 "Alarm call",

12345678910>>...23