Searched refs:call (Results 176 - 200 of 318) sorted by relevance

1234567891011>>

/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/sgs/rtld/sparc/
H A Dboot_elf.s47 * We got here because the initial call to a function resolved to a procedure
49 * in turn did a call to elf_rtbndr (refer elf_plt_init()).
58 * Therefore on entry, %i7 has the address of the call, which will be added
61 * save instruction before the call.
99 call elf_bndr ! returns function address in %o0
141 * call elf_rtbndr
166 call 2f
235 1: call 2f
276 call audit_pltenter
287 * stack frame before we call th
[all...]
H A Dboot_a.out.s39 * We got here because the initial call to a function resolved to a procedure
41 * in turn did a call to aout_rtbndr (refer aout_plt_init()).
47 * call .PLT0 ! patched second
50 * Therefore on entry, %i7 has the address of the call, which will be added
53 * save instruction before the call
77 call aout_bndr ! returns function address in %o0
90 * After the first call to a plt, aout_bndr() will have determined the true
H A Dboot.s129 call 2f
173 call _setup ! call it
186 jmpl %l1, %g0 ! call main program
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dlock_prim.s110 call panic
158 call panic
222 call panic
250 call panic
296 call splr /* raise priority level */
324 call splr /* raise priority level */
343 call lock_set_spl_spin
459 movq %rdi, 8(%rsp) /* save lock ptr across splx call */
461 call splx /* lower the priority */
485 call spl
[all...]
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s252 ! call krtld to link the world together
254 call kobj_start
342 call mlsetup
350 ! Now call main. We will return as process 1 (init).
352 call main
359 call panic
730 jmpl %l3, %o7 ! call trap handler
749 ! call trap to do ast processing
753 call trap
760 ! call restore_wbu
[all...]
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s244 ! call krtld to link the world together
246 call kobj_start
334 call mlsetup
342 ! Now call main. We will return as process 1 (init).
344 call main
351 call panic
588 jmpl %l3, %o7 ! call trap handler
608 ! call trap to do ast processing
612 call trap
619 ! call restore_wbu
[all...]
/illumos-gate/usr/src/lib/libc/i386/inc/
H A DSYS.h41 call 9f; \
75 call 8f; \
110 * SYSFASTTRAP provides the fast system call trap sequence. It assumes
182 * SYSCALL provides the standard (i.e.: most common) system call sequence.
195 * SYSCALL64 provides the standard (i.e.: most common) system call sequence
204 * SYSCALL_RESTART provides the most common restartable system call sequence.
219 * SYSCALL2 provides a common system call sequence when the entry name
233 * SYSCALL2_RESTART provides a common restartable system call sequence when the
249 * SYSCALL_NOERROR provides the most common system call sequence for those
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Dhandler.s57 * call number. The table needs the same alignment as the individual
66 call 9f; \
108 * into brand_handler. That offset indicates the system call number
109 * while %eax holds the return address for the system call. We replace
111 * compute the system call number by dividing by the table entry size.
127 /* Look up the system call's entry in the sysent table */
144 * Setup arguments for our emulation call. Our input arguments,
145 * 0 to N, will become emulation call arguments 1 to N+1.
167 call *(%edx) /* call emulatio
[all...]
/illumos-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp.s34 9: call 8f; \
70 call atexit ! yes, register it with atexit()
94 call sbcp_init ! Call our c initalization routine
126 ! with (which the 4.x system call stubs depend on) and to allow
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dinterrupt.s102 call *do_interrupt_common
131 call *do_interrupt_common /* interrupt service routine */
H A Dcpr_wakecode.s295 D16 call cominit
742 call i_cpr_bootcpuid
748 call i_cpr_restore_stack
763 call *ap_mlsetup
766 call *cpr_start_cpu_func
897 D16 call vgainit
898 D16 call kbdinit
899 D16 call cominit
1121 call i_cpr_bootcpuid
1127 call i_cpr_restore_stac
[all...]
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dasm_linkage.h147 call _mcount; \
161 call _mcount; \
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s70 * to handle. We then call _rtld - on return we jump to the entry
124 call .L1 / only way to get IP into a register
131 call _setup@PLT / _setup(&eb[0], _DYNAMIC)
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxv86.s53 call __v86_swap # Load V86 registers
55 call __v86_swap # Load user registers
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c63 int call; /* call level */ member in struct:proto
479 #define CACHE() do{CACHEIN();CACHEOUT();call=proto->call;}while(0)
486 #define SYNC() do{SYNCIN();SYNCOUT();proto->flags&=~(EXTERN|INIT|OTHER|VARIADIC|VARIADIC2);proto->flags|=flags&(EXTERN|INIT|OTHER|VARIADIC|VARIADIC2);proto->call=call;}while(0)
573 int call = 0; local
917 call = 0;
1114 else if (flags & INDIRECT) call++;
1619 call
[all...]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dwschr.s87 jmp wcschr / tail call into wcschr
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlog.s89 call PIC_F(_SVID_libm_err)
H A Dlog10.s89 call PIC_F(_SVID_libm_err)
H A Dremainder.s75 call PIC_F(_SVID_libm_err)
/illumos-gate/usr/src/cmd/mdb/intel/amd64/kmdb/
H A Dkaif_invoke.s32 * Kernel function call invocation
62 * the array to 0(%rsp), 8(%rsp), and so on. Then we can call the
121 /* Arguments are copied. Time to call the function */
122 call *%rax
/illumos-gate/usr/src/uts/sun4/ml/
H A Dlocore.s104 * returns 0 if the call succeeded (i.e. the service name exists) or -1
105 * if the call failed. NOTE: All addresses are in the range 0..2^^32-1
135 ! If anybody tries to trace the call stack of this callback
144 call vx_handler ! vx_handler(void **arg_array)
/illumos-gate/usr/src/common/tsol/
H A Dstol.c226 labeld_data_t call; local
227 labeld_data_t *callp = &call;
331 if (callp != &call) {
/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...]
/illumos-gate/usr/src/boot/sys/amd64/include/
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

Completed in 155 milliseconds

1234567891011>>