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

12

/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...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dinterrupts_asm.S21 call handle_exception;
29 call handle_exception;
41 call handle_exception_exception;
/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/system/boot/platform/efi/arch/x86/
H A Dcrt0-efi-x86.S47 call 0f
56 call _relocate
62 call efi_main # call app with "image" and "systab" argument
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c44 /* timeout when waiting for an answer to a call */
47 /* number of retries when waiting for an anwser to a call */
220 struct PendingCall *call; local
223 call=RPCPendingCallsFindAndRemovePendingCall(&ns->pendingCalls, xid,
226 if (call) {
227 call->buffer=(uint8 *)malloc(bytes);
228 memcpy(call->buffer, buffer, bytes);
230 while (release_sem (call->sem) == B_INTERRUPTED);
232 dprintf("nfs: postoffice: can't find pending call to remove "
253 struct PendingCall *call; local
419 struct XDROutPacket call; local
459 struct XDROutPacket call; local
507 struct XDROutPacket call; local
563 struct XDROutPacket call; local
607 struct XDROutPacket call; local
971 struct XDROutPacket call; local
1377 struct XDROutPacket call; local
1517 struct XDROutPacket call; local
1598 struct XDROutPacket call; local
1659 struct XDROutPacket call; local
1778 struct XDROutPacket call; local
1885 struct XDROutPacket call; local
2004 struct XDROutPacket call; local
2099 struct XDROutPacket call; local
2182 struct XDROutPacket call; local
2275 struct XDROutPacket call; local
2335 struct XDROutPacket call; local
[all...]
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/system/boot/platform/efi/arch/x86_64/
H A Dcrt0-efi-x86_64.S54 call _relocate
59 call efi_main
H A Dentry.S52 // Get arguments and call the kernel entry point.
56 call *%rax
/haiku/src/tests/system/libroot/posix/
H A Dsetjmp_test2.S6 call setjmp
/haiku/src/system/boot/platform/riscv/
H A Dcrt0.S19 call _start
H A Dtraps_asm.S20 call MTrap
48 call MTrap
/haiku/src/system/kernel/arch/x86/32/
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)
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...]
/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/boot/platform/efi/arch/riscv64/
H A Darch_traps_asm.S20 call STrap
H A Dcrt0-efi-riscv64.S157 call _relocate
163 call efi_main
/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/system/kernel/arch/x86/64/
H A Dinterrupts.S67 // to be obtained once. R13 is used to store the system call start time, will
72 call acquire_spinlock;
76 call release_spinlock; \
81 call system_time; \
101 call system_time; \
120 call x86_exit_user_debug_at_kernel_entry; \
242 call *gInterruptHandlerTable(, %rax, 8)
304 call *gInterruptHandlerTable(, %rax, 8)
342 call thread_at_kernel_exit_no_signals
349 call x86_init_user_debug_at_kernel_exi
[all...]
H A Dentry_compat.S69 // to be obtained once. R13 is used to store the system call start time, will
74 call acquire_spinlock;
78 call release_spinlock; \
83 call system_time; \
103 call system_time; \
122 call x86_exit_user_debug_at_kernel_entry; \
184 // Preserve call number (R14 is callee-save), get thread pointer.
198 // Get the system call table entry. Note I'm hardcoding the shift because
225 // Get the extended system call table entry.
277 call *SYSCALL_INFO_functio
[all...]
/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/bin/debug/ltrace/arch/x86_64/
H A Darch_ltrace_stub.S23 // call the wrapper function
25 call *%rax
62 call memcpy@plt

Completed in 304 milliseconds

12