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

12

/haiku/build/scripts/
H A Dbootstrap_daemon.py36 exitCode = subprocess.call(commandToRun, stdin=stdioConnection,
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex47 themselves is the same. We call it the resources format.
/haiku/headers/tools/cppunit/cppunit/extensions/
H A DOrthodox.h47 ClassUnderTest call (ClassUnderTest object);
76 CPPUNIT_ASSERT (c == call (a));
79 CPPUNIT_ASSERT (c == call (b));
84 // Exercise a call
86 ClassUnderTest Orthodox<ClassUnderTest>::call (ClassUnderTest object) function in class:CppUnit::Orthodox
/haiku/src/add-ons/kernel/file_systems/nfs/
H A DRPCPendingCalls.c7 PendingCallInit(struct PendingCall *call) argument
9 call->buffer=NULL;
13 PendingCallDestroy(struct PendingCall *call) argument
15 free (call->buffer);
51 struct PendingCall *call=(struct PendingCall *)malloc(sizeof(struct PendingCall)); local
52 PendingCallInit (call);
54 call->sem=SemaphorePoolGet(&calls->fPool);
56 memcpy(&call->addr,addr,sizeof(struct sockaddr_in));
57 call->xid=xid;
61 call
[all...]
H A DRPCPendingCalls.h33 void PendingCallInit (struct PendingCall *call);
34 void PendingCallDestroy (struct PendingCall *call);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCall.cpp32 Call* call = new(std::nothrow) Call; local
33 if (call == NULL)
37 call->fXIDPosition = call->fStream.Current();
38 call->fStream.AddUInt(0);
40 call->fStream.AddInt(CALL);
41 call->fStream.AddUInt(VERSION);
42 call->fStream.AddUInt(PROGRAM_NFS);
43 call->fStream.AddUInt(NFS_VERSION);
44 call
[all...]
H A DRPCServer.cpp140 Server::SendCallAsync(Call* call, Reply** reply, Request** request) argument
142 ASSERT(call != NULL);
154 call->SetXID(xid);
165 status_t error = ResendCallAsync(call, req);
173 Server::ResendCallAsync(Call* call, Request* request) argument
175 ASSERT(call != NULL);
183 XDR::WriteStream& stream = call->Stream();
H A DRPCServer.h66 status_t SendCallAsync(Call* call, Reply** reply,
68 status_t ResendCallAsync(Call* call,
/haiku/src/bin/debug/ltrace/arch/x86/
H A Darch_ltrace_stub.S13 call 1f
19 // call the wrapper function
21 call *%eax
58 call memcpy
/haiku/src/bin/debug/ltrace/arch/x86_64/
H A Darch_ltrace_stub.S23 // call the wrapper function
25 call *%rax
62 call memcpy@plt
/haiku/src/bin/network/telnet/
H A Dcommands.c108 static int call(intrtn_t, ...);
1430 (void) call(bye, "bye", "fromquit", 0);
2099 (void) call(status, "status", "notmuch", 0);
2507 (void) call(status, "status", "notmuch", 0);
2596 call(intrtn_t routine, ...)
2588 call(intrtn_t routine, ...) function
/haiku/src/bin/unzip/
H A Dcrc_i386.S149 call _get_crc_table
/haiku/src/bin/writembr/
H A Dmbr.S219 call read
232 call read
250 call read
330 call read
398 call putstr
404 call putstr
410 call putstr
/haiku/src/system/boot/platform/bios_ia32/
H A Dbios_asm.S7 /*! This file contains code to call BIOS functions out of a protected
9 to real mode, make the BIOS call, and switch back to protected
162 Does a BIOS call by triggering a software interrupt in real
192 call switch_to_real_mode
200 // call the interrupt (will be dynamically changed above)
208 // save %eax from the call
211 // save flags from the call
216 call switch_to_protected_mode
251 call switch_to_real_mode
278 call switch_to_protected_mod
[all...]
H A Dinterrupts_asm.S21 call handle_exception;
29 call handle_exception;
41 call handle_exception_exception;
H A Dshell.S13 * This code will then switch to protected mode and will directly call
81 call load_sectors
87 call disable_floppy_motor
170 call print_string
207 call print_string
270 call enable_a20 // enable a20 gate
300 call _start
362 call _a20_loop1 // empty the keyboard buffer
366 call _a20_loop1 // empty the keyboard buffer
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_bios.S8 /** This file contains code to call PXE BIOS functions out of a protected
10 * to real mode, make the BIOS call, and switch back to protected
33 * Does a call to the PXE BIOS functions in real mode.
58 call switch_to_real_mode
74 // call PXE entry point
89 call switch_to_protected_mode
H A Dpxe_stage2.S44 call puts
48 call enable_a20
49 call go_unreal
52 call puts
101 call _start
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S326 // call the function
330 call *%eax
343 call longjmp
H A Dinterrupts.S28 call acquire_spinlock;
34 call release_spinlock; \
56 call system_time; \
61 call system_time; \
79 call system_time; \
133 call x86_exit_user_debug_at_kernel_entry; \
171 call trace_pre_syscall; \
183 call trace_post_syscall; \
238 call x86_double_fault_exception
502 call x86_page_fault_exception_double_faul
[all...]
H A Dsignals_asm.S42 call *%eax
51 // call the signal handler
53 call *%eax
63 call *%eax
66 // call the _kern_restore_signal_frame() syscall -- does not return (here)
/haiku/src/system/libroot/posix/arch/x86/
H A Dsiglongjmp.S35 call __longjmp_return
H A Dsigsetjmp.S55 call sigsetjmp_setjmp_entry
/haiku/src/system/libroot/posix/arch/x86_64/
H A Dsiglongjmp.S27 call __longjmp_return@PLT
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h48 call _mcount \
101 call _C_LABEL(panic); \
106 call _C_LABEL(printf); \

Completed in 153 milliseconds

12