Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 1694) sorted by relevance

12345678910>>...68

/openbsd-src/regress/sys/arch/m88k/usertrap/
H A Danswer129 Bad system call
130 Bad system call
134 Bad system call
135 Bad system call
136 Bad system call
137 Bad system call
138 Bad system call
139 Bad system call
140 Bad system call
141 Bad system call
[all …]
/openbsd-src/lib/libcurses/base/
H A DMKlib_gen.sh296 call = "@@T((T_CALLED(\""
327 call = call "%s"
329 call = call "%s"
333 call = call "%p"
335 call = call "%s"
340 call = call "%p"
345 call = call "%d"
348 call = call "%s"
354 call = call "%#lx"
369 call = call ch
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/autodie/lib/
H A DFatal.pm410 # "Promote" the call to autodie from here on. This is
770 my ($core, $call, $name, $void, @args) = @_;
773 $core, $call, $name, $void,
782 # recommended you call it from external code, as the interface WILL
787 my ($class, $core, $call, $name, $void, $lexical, $sub, $sref, @argvs) = @_;
794 return $class->_one_invocation($core,$call,$name,$void,$sub,! $lexical, $sref, @argv);
816 push @out, $class->_one_invocation($core,$call,$name,$void,$sub,! $lexical, $sref, @argv);
832 my ($core, $call, $name, $void, @argv) = @_;
835 $core, $call, $name, $void,
846 # call thi
[all...]
/openbsd-src/gnu/usr.bin/perl/os2/
H A Dperlrexx.cmd6 call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
7 call SysLoadFuncs
23 call addperl('PERL')
24 call addperl('PERLTERM')
25 call addperl('PERLEXIT')
26 call addperl('PERLEVAL')
27 call addperl('PERLLASTERROR')
35 call RxFuncDrop 'PERL'
36 call RxFuncDrop 'PERLLASTERROR'
37 call RxFuncDrop 'PERLTERM'
[all …]
/openbsd-src/sys/arch/i386/stand/cdbr/
H A Dcdbr.S131 call display_string
133 call hex_byte
135 call display_string
145 call read /* Read it in */
163 call lookup /* Try to find file */
210 call read /* Read it in */
244 call find_file /* Lookup first path item */
249 call display_string
251 call display_string
253 call display_string
[all …]
/openbsd-src/sys/arch/amd64/stand/cdbr/
H A Dcdbr.S128 call display_string
130 call hex_byte
132 call display_string
142 call read /* Read it in */
160 call lookup /* Try to find file */
207 call read /* Read it in */
241 call find_file /* Lookup first path item */
246 call display_string
248 call display_string
250 call display_string
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_neon.td17 def OP_ADDL : Op<(op "+", (call "vmovl", $p0), (call "vmovl", $p1))>;
18 def OP_ADDLHi : Op<(op "+", (call "vmovl_high", $p0),
19 (call "vmovl_high", $p1))>;
20 def OP_ADDW : Op<(op "+", $p0, (call "vmovl", $p1))>;
21 def OP_ADDWHi : Op<(op "+", $p0, (call "vmovl_high", $p1))>;
23 def OP_SUBL : Op<(op "-", (call "vmovl", $p0), (call "vmovl", $p1))>;
24 def OP_SUBLHi : Op<(op "-", (call "vmovl_high", $p0),
25 (call "vmovl_high", $p1))>;
26 def OP_SUBW : Op<(op "-", $p0, (call "vmovl", $p1))>;
27 def OP_SUBWHi : Op<(op "-", $p0, (call "vmovl_high", $p1))>;
[all …]
/openbsd-src/sys/arch/amd64/amd64/
H A Daes_intel.S200 call _key_expansion_256a
202 call _key_expansion_256b
204 call _key_expansion_256a
206 call _key_expansion_256b
208 call _key_expansion_256a
210 call _key_expansion_256b
212 call _key_expansion_256a
214 call _key_expansion_256b
216 call _key_expansion_256a
218 call _key_expansion_256b
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Memoize/t/
H A Dexpmod.t38 INSTALL => 'call';
40 is call($_), 1, "$_ gets new val" for 0..3;
45 is call(1), 1, '1 expires';
46 is call(1), 2, '1 gets new val';
47 is call(2), 1, '2 expires';
52 is call(0), 1, '0 expires';
53 is call(1), 2, '1 expires';
54 is call(2), 3, '2 gets new val';
55 is call(3), 1, '3 expires';
/openbsd-src/lib/libcrypto/aes/asm/
H A Dvpaes-x86.pl377 &call ("_vpaes_schedule_transform");
412 &call ("_vpaes_schedule_round");
415 &call ("_vpaes_schedule_mangle"); # write output
435 &call ("_vpaes_schedule_transform"); # input transform
442 &call ("_vpaes_schedule_round");
444 &call ("_vpaes_schedule_mangle"); # save key n
445 &call ("_vpaes_schedule_192_smear");
446 &call ("_vpaes_schedule_mangle"); # save key n+1
447 &call ("_vpaes_schedule_round");
450 &call ("_vpaes_schedule_mangle"); # save key n+2
[all …]
H A Daesni-x86.pl172 { &call ("_aesni_encrypt1"); }
188 { &call ("_aesni_decrypt1"); }
402 &call ("_aesni_encrypt6");
432 &call ("_aesni_encrypt6");
444 { &call ("_aesni_encrypt1"); }
450 &call ("_aesni_encrypt3");
456 &call ("_aesni_encrypt3");
463 &call ("_aesni_encrypt4");
503 &call ("_aesni_decrypt6");
533 &call ("_aesni_decrypt6");
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DManagedStatic.h23 static void *call() { return new C(); } in call() function
29 static void call(void *Ptr) { delete (T *)Ptr; } in call() function
32 static void call(void *Ptr) { delete[](T *)Ptr; }
89 RegisterManagedStatic(Creator::call, Deleter::call);
99 RegisterManagedStatic(Creator::call, Deleter::call);
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_i386.inc.S12 call COMMON_INTERCEPTOR_SPILL_AREA
17 call .L0$pb
22 call *_ZN14__interception10real_vforkE@GOTOFF(%eax)
34 call .L1$pb
41 call COMMON_INTERCEPTOR_SPILL_AREA
52 call COMMON_INTERCEPTOR_HANDLE_VFORK@PLT
/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptp_ctrl.c206 pptp_call *call; in pptp_ctrl_timeout() local
217 call = slist_get(&_this->call_list, i); in pptp_ctrl_timeout()
218 if (call->state == PPTP_CALL_STATE_CLEANUP_WAIT && in pptp_ctrl_timeout()
219 curr_time - call->last_io > PPTP_CALL_CLEANUP_WAIT_TIME) { in pptp_ctrl_timeout()
220 pptp_call_stop(call); in pptp_ctrl_timeout()
221 pptp_call_destroy(call); in pptp_ctrl_timeout()
302 pptp_call *call; in pptp_ctrl_stop() local
312 call = slist_get(&_this->call_list, i); in pptp_ctrl_stop()
313 pptp_call_disconnect(call, in pptp_ctrl_stop()
332 pptp_call *call; in pptp_ctrl_fini() local
[all …]
H A Dpptpd.c101 uint16_t call0, call[UINT16_MAX - 1]; in pptpd_init() local
121 for (i = 0; i < countof(call) ; i++) in pptpd_init()
122 call[i] = i + 1; in pptpd_init()
123 for (i = countof(call); i > 1; i--) { in pptpd_init()
125 call0 = call[m]; in pptpd_init()
126 call[m] = call[i - 1]; in pptpd_init()
127 call[i - 1] = call0; in pptpd_init()
130 for (i = 0; i < MINIMUM(PPTP_MAX_CALL, countof(call)); i++) in pptpd_init()
131 slist_add(&_this->call_free_list, (void *)(uintptr_t)call[i]); in pptpd_init()
243 #define CALL_KEY(call) \ argument
[all …]
/openbsd-src/libexec/ld.so/sparc64/
H A Dldasm.S105 call 0f
107 call _DYNAMIC+8 ! not executed (no delay needed)
108 0: ld [%o7+8], %o2 ! load stub call instruction
114 call _dl_boot_bind ! _dl_boot_bind(sp,dl_data,dynamicp)
127 call _dl_boot ! _dl_boot(argv,envp,loff,dl_data)
132 1: call 2f
195 call _dl_bind /* Call _dl_bind(obj, offset) */
207 call _dl_bind /* Call _dl_bind(obj, offset) */
/openbsd-src/gnu/usr.bin/perl/cpan/Params-Check/t/
H A D01_Params-Check.t52 ok( $args, "check() call with empty args" );
60 ok( $args, "check() call with defined args" );
67 ok( $args, "check() call with alternate case" );
77 ok( $args, "check() call with leading dashes" );
91 ok( $rv, "check() call using PRESERVE_CASE: $_" );
103 is_deeply( $rv, {}, "check() call with unknown arguments" );
114 "check call() with unknown args allowed" );
131 ok( $rv, "check() call with store key, no_dup: $_" );
143 ok( $rv, "check() call with no_override key" );
164 ok( $rv, "check() call with strict_type enabled" );
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dtree-profile.c141 tree args, call, val; in tree_gen_interval_profiler() local
154 call = build_function_call_expr (tree_interval_profiler_fn, args); in tree_gen_interval_profiler()
155 bsi_insert_before (&bsi, call, BSI_SAME_STMT); in tree_gen_interval_profiler()
168 tree args, call, val; in tree_gen_pow2_profiler() local
177 call = build_function_call_expr (tree_pow2_profiler_fn, args); in tree_gen_pow2_profiler()
178 bsi_insert_before (&bsi, call, BSI_SAME_STMT); in tree_gen_pow2_profiler()
191 tree args, call, val; in tree_gen_one_value_profiler() local
200 call = build_function_call_expr (tree_one_value_profiler_fn, args); in tree_gen_one_value_profiler()
201 bsi_insert_before (&bsi, call, BSI_SAME_STMT); in tree_gen_one_value_profiler()
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq77 call clear_target_state;
112 mov ALLZEROS call get_free_or_disc_scb;
124 mov ARG_1 call dma_scb;
136 mvi SCB_MISMATCH call set_seqint;
152 call start_selection;
204 mvi SHARED_DATA_ADDR call set_32byte_addr;
208 mvi SHARED_DATA_ADDR call set_32byte_addr;
246 call target_inb;
267 call target_inb;
296 call target_inb;
[all …]
/openbsd-src/gnu/llvm/clang/docs/
H A DShadowCallStack.rst14 to a separately allocated 'shadow call stack' in the function prolog in
15 non-leaf functions and loading the return address from the shadow call stack
32 To optimize for memory consumption and cache locality, the shadow call
38 `Return Flow Guard`_ is a pure software implementation of shadow call stacks
45 return addresses at call/return time. Being a hardware implementation, it
69 leaking the shadow call stack address.
95 call stack, meaning that references to the shadow call stack do not have
97 avoids exposing the address of the shadow call stack to attackers that can
100 to discover the address of the shadow call stack.
106 Unless care is taken when allocating the shadow call stack, it may be
[all …]
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp35 if (auto *call = dyn_cast<CallExpr>(E)) { in tryToFindPtrOrigin() local
36 if (auto *memberCall = dyn_cast<CXXMemberCallExpr>(call)) { in tryToFindPtrOrigin()
54 if (auto *callee = call->getDirectCallee()) { in tryToFindPtrOrigin()
59 E = call->getArg(0); in tryToFindPtrOrigin()
64 E = call->getArg(0); in tryToFindPtrOrigin()
/openbsd-src/sys/arch/i386/stand/biosboot/
H A Dbiosboot.S132 #define putc(c) movb $c, %al; call Lchr
135 #define puts(s) movw $s, %si; call Lmessage
239 call Lmessage /* Print pretty message */
346 call *load_fsblock /* This will crash'n'burn on errs */
440 call *load_fsblock /* This will crash'n'burn on errs */
502 call *load_fsblock /* This will crash'n'burn on errs */
539 call Lmessage
609 call fsbtosector
667 call do_int_13 /* saves us 1 byte :-) */
717 call fsbtosector /* Set up lba_sector & lba_sector+4 */
[all …]
/openbsd-src/sys/arch/amd64/stand/biosboot/
H A Dbiosboot.S132 #define putc(c) movb $c, %al; call Lchr
135 #define puts(s) movw $s, %si; call Lmessage
239 call Lmessage /* Print pretty message */
346 call *load_fsblock /* This will crash'n'burn on errs */
440 call *load_fsblock /* This will crash'n'burn on errs */
502 call *load_fsblock /* This will crash'n'burn on errs */
539 call Lmessage
609 call fsbtosector
667 call do_int_13 /* saves us 1 byte :-) */
717 call fsbtosector /* Set up lba_sector & lba_sector+4 */
[all …]
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dbench.t612 call::sub::empty
613 function call with no args or body
642 call::sub::empty
643 function call with no args or body
672 call::sub::empty
673 function call with no args or body
685 call::sub::empty
686 function call with no args or body
738 call::sub::empty
739 function call with no args or body
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A DInAlloca.rst18 the call. Unfortunately, this complicated feature comes with a large
20 memory around the call.
53 %base = call i8* @llvm.stacksave()
56 call void @Foo_ctor(%struct.Foo* %b)
64 call void @g(<{ %struct.Foo, %struct.Foo }>* inalloca %memargs)
65 call void @llvm.stackrestore(i8* %base)
69 call void @Foo_dtor(%struct.Foo* %b)
70 call void @llvm.stackrestore(i8* %base)
75 a call to :ref:`llvm.stacksave <int_stacksave>`. Then, it allocates the
96 The rule against allocas between argument allocations and the call site
[all …]

12345678910>>...68