Searched refs:call (Results 1 - 25 of 318) sorted by path

1234567891011>>

/illumos-gate/usr/src/boot/lib/libstand/
H A Drpc.c79 int32_t rp_direction; /* call direction (0) */
88 int32_t rp_direction; /* call direction (1) */
107 * Make a rpc call; return length of answer
116 struct rpc_call *call; local
164 /* RPC call structure. */
165 send_head -= sizeof(*call);
166 call = (struct rpc_call *)send_head;
168 call->rp_xid = htonl(rpc_xid);
169 call->rp_direction = htonl(RPC_CALL);
170 call
[all...]
/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.h66 * stack. gcc should eventually generate code to call __mcount in most
76 * call [.]mexitcount at the end of a function like the MEXITCOUNT macro does,
80 * [.]mcount and __mcount may clobber the call-used registers and %ef.
91 * have to be counted as ordinary entries for gprof to get the call times
108 #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/boot/efi/loader/arch/amd64/
H A Dstart.S56 call self_reloc
61 call efi_main
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Dstart.S49 call 0f
56 call self_reloc
59 call efi_main
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S252 call putkey
362 call bioscom
394 call bioscom
463 * Around the call, save the partition pointer to %bx and
/illumos-gate/usr/src/boot/sys/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
433 * Invoke real mode interrupt/function call from user mode with arguments.
437 * Invoke real mode interrupt/function call from protected mode.
535 intusr.4: testl $V86F_CALLF,%edx # Far call?
539 call putstr # VM86 call
554 * If this is a v86 call, cop
[all...]
/illumos-gate/usr/src/boot/sys/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
115 call hexout # relocation
116 call putstr # message
130 call hexou
[all...]
/illumos-gate/usr/src/boot/sys/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/sys/boot/i386/cdboot/
H A Dcdboot.S124 call putstr # display the welcome message
129 call putstr # display the message
148 call read # Read it in
164 call lookup # Try to find file
188 call error
201 call read # Read it in
211 call seta20 # Turn A20 on
216 call putstr # relocation message
294 call putstr # jump message
307 call putst
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dsio.S49 sio_flush.1: call sio_ischar # Check for character
72 sio_getc: call sio_ischar # Character available?
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot_tramp.S51 call *%ecx
H A Dpxetramp.s28 .byte 0x9a # far call
35 .byte 0x9a # far call
H A Drelocater_tramp.S22 * to this area. __exec will set the pointer to %eax and call *%eax,
193 call a20_check_state
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s113 call read
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/
H A Dpxeldr.S231 int $0x10 # call BIOS, print char in %al
273 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/sys/boot/sparc64/boot1/
H A D_start.s6 call ofw_init
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dlocore.S38 call main
/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/avs/rdc/
H A Dsndrd.c1057 struct t_call *call; local
1077 call = conn->conn_call;
1096 call->udata.len = 0;
1097 (void) t_snddis(fd, call);
1098 (void) t_free((char *)call, T_CALL);
1107 call->udata.len = 0;
1108 (void) t_snddis(fd, call);
1109 (void) t_free((char *)call, T_CALL);
1114 while (t_accept(fd, new_fd, call) == -1) {
1117 call
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h361 extern Cell *call(Node **, int);
H A Drun.c168 int nargs; /* number of arguments in this call */
182 call(Node **a, int n) function
203 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
217 /* get call args */
277 tempfree(fcn, "call.fcn");
295 y->csub = CCOPY; /* prevents freeing until call is over */
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c76 * conn - place a telephone call to system and login, etc.
151 int tries = 0; /* count of call attempts - for limit purposes */
298 * SS_TIME_WRONG - wrong time to call
1070 * as a "wrong time to call" in the status file. sorry.
1131 DEBUG(4, "No work of grade %c -- no call\n", MaxGrade);
1248 /* This version uses the select system call */
1306 * altconn - place a telephone call to system
1315 altconn(call)
1316 struct call *call;
[all...]

Completed in 151 milliseconds

1234567891011>>