Home
last modified time | relevance | path

Searched refs:call (Results 126 – 150 of 566) sorted by relevance

12345678910>>...23

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_fresh_alloc.c85 static int fresh_from_db(struct expression *call) in fresh_from_db() argument
90 if (call->fn->type != EXPR_SYMBOL) in fresh_from_db()
95 get_static_filter(call->fn->symbol), FRESH_ALLOC); in fresh_from_db()
H A Dsmatch_kernel_user_data.c862 static int we_pass_user_data(struct expression *call) in we_pass_user_data() argument
867 FOR_EACH_PTR(call->args, arg) { in we_pass_user_data()
883 if (is_fake_call(call)) in db_returned_user_rl()
885 snprintf(buf, sizeof(buf), "return %p", call); in db_returned_user_rl()
1084 type = get_arg_type(call->fn, param); in struct_member_callback()
1283 struct expression *call; in returns_param_user_data() local
1285 call = expr; in returns_param_user_data()
1286 while (call->type == EXPR_ASSIGNMENT) in returns_param_user_data()
1287 call = strip_expr(call->right); in returns_param_user_data()
1288 if (call->type != EXPR_CALL) in returns_param_user_data()
[all …]
H A Dsmatch_ranges.c210 struct expression *call, int *comparison, in str_to_comparison_arg_helper() argument
267 if (!call) in str_to_comparison_arg_helper()
269 *arg = get_argument_from_call_expr(call->args, param); in str_to_comparison_arg_helper()
411 if (!call || call->type != EXPR_CALL) in filter_by_comparison_call()
492 get_val_from_key(1, type, start, call, &c, &ret); in parse_val()
526 arg = get_argument_from_call_expr(call->args, param); in get_param_return_rl()
553 min = parse_val(0, call, type, c, &c); in str_to_rl_helper()
583 max = parse_val(1, call, type, c, &c); in str_to_rl_helper()
629 str_to_rl_helper(call, type, value, &c, &rl); in str_to_dinfo()
635 math_rl = get_param_return_rl(call, call_math); in str_to_dinfo()
[all …]
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Ddoor.S107 call door_depletion_cb
120 call _thrp_terminate
138 call getpid
/illumos-gate/usr/src/cmd/ast/libast/i386/
H A Dconftab.h77 short call; member
86 short call; member
/illumos-gate/usr/src/cmd/ast/libast/sparc/
H A Dconftab.h77 short call; member
86 short call; member
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/
H A Dconftab.h77 short call; member
86 short call; member
/illumos-gate/usr/src/cmd/ast/libast/amd64/
H A Dconftab.h77 short call; member
86 short call; member
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4ext.c54 struct call *callst; /* stack */
55 struct call *Cp = NULL; /* position */
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.S68 call waiting
74 call test
/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/uts/sparc/sys/
H A Dasm_linkage.h69 call _mcount; \
91 call _mcount; \
104 call _mcount; \
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/
H A Dstyle1-main.s33 call printf
35 call func
/illumos-gate/usr/src/test/elf-tests/tests/relocs/i386/got32x/
H A Dgot32x.s23 call .LPR0
30 call puts@PLT
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_srt0.S110 call main ! main(prom-cookie)
115 call prom_enter_mon ! can't happen .. :-)
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c592 struct t_call call; in smb_nbst_connect() local
610 bzero(&call, sizeof (call)); in smb_nbst_connect()
611 call.addr.buf = (char *)sap; in smb_nbst_connect()
612 call.addr.len = alen; in smb_nbst_connect()
613 call.addr.maxlen = alen; in smb_nbst_connect()
615 err = t_kconnect(tiptr, &call, NULL); in smb_nbst_connect()
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.S104 call xpv_die
114 call xpv_do_panic
124 call xpv_interrupt
138 call xpv_timer_tick
H A Dhyperevent.S125 call trap /* trap(rp, addr, cpuid) handles all trap */
148 call xen_callback_handler
/illumos-gate/usr/src/lib/libc/port/stdio/
H A DREADME.design130 first used, the buffer will be assigned by a call to _findbuf() in
136 someone can call fungetc(3C) regardless of whether a buffering mode is
161 fgetc(3C) will not call read() directly but will instead try to fill the
176 ultimately call _xwrite().
238 call to a corresponding function such as _xread(), _xwrite(), xseek(),
240 call into the corresponding operation vector. If not, it will perform
241 the traditional system call. This design choice consolidates all of the
247 * The stream code should obtain a stream normally through a call to
252 * The stream code must call _xassoc() to set the file operations vector
260 * In the stream's close entry point it should call _xunassoc().
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh53 call __dtrace_test___fire
61 call test
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasm.h66 call PIC_PLT(HIDENAME(mcount)); \
71 call PIC_PLT(HIDENAME(mcount)); \
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.S38 call _thrp_terminate ! %o0 contains the return value
45 ! All we need to do now is (carefully) call lwp_exit().
172 call __csigsetjmp
/illumos-gate/usr/src/uts/intel/sys/
H A Dasm_linkage.h128 call _mcount; \
142 call _mcount; \
322 #define INDIRECT_CALL_REG(reg) call __x86_indirect_thunk_##reg;
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_grub.S222 call startup_kernel
296 call *%esi
314 call *%rsi
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dasm_subr.S40 call _thrp_terminate
91 call *%rcx
167 call __csigsetjmp

12345678910>>...23