/haiku/src/add-ons/kernel/file_systems/nfs4/ |
H A D | RPCCall.cpp | 32 Call* call = new(std::nothrow) Call; in Create() local 33 if (call == NULL) in Create() 37 call->fXIDPosition = call->fStream.Current(); in Create() 38 call->fStream.AddUInt(0); in Create() 40 call->fStream.AddInt(CALL); in Create() 41 call->fStream.AddUInt(VERSION); in Create() 42 call->fStream.AddUInt(PROGRAM_NFS); in Create() 43 call->fStream.AddUInt(NFS_VERSION); in Create() 44 call->fStream.AddUInt(proc); in Create() 46 call->fStream.Append(creds->Stream()); in Create() [all …]
|
/haiku/src/add-ons/kernel/file_systems/nfs/ |
H A D | nfs_add_on.c | 220 struct PendingCall *call; in postoffice_func() local 223 call=RPCPendingCallsFindAndRemovePendingCall(&ns->pendingCalls, xid, in postoffice_func() 226 if (call) { in postoffice_func() 227 call->buffer=(uint8 *)malloc(bytes); in postoffice_func() 228 memcpy(call->buffer, buffer, bytes); in postoffice_func() 230 while (release_sem (call->sem) == B_INTERRUPTED); in postoffice_func() 253 struct PendingCall *call; in send_rpc_call() local 326 call = RPCPendingCallsFindAndRemovePendingCall(&ns->pendingCalls, xid, addr); in send_rpc_call() 331 if (call==NULL) in send_rpc_call() 351 if (call) /* if the call has been found and removed (atomic op), the sem hasn't been released */ in send_rpc_call() [all …]
|
H A D | RPCPendingCalls.c | 7 PendingCallInit(struct PendingCall *call) in PendingCallInit() argument 9 call->buffer=NULL; in PendingCallInit() 13 PendingCallDestroy(struct PendingCall *call) in PendingCallDestroy() argument 15 free (call->buffer); in PendingCallDestroy() 51 struct PendingCall *call=(struct PendingCall *)malloc(sizeof(struct PendingCall)); in RPCPendingCallsAddPendingCall() local 52 PendingCallInit (call); in RPCPendingCallsAddPendingCall() 54 call->sem=SemaphorePoolGet(&calls->fPool); in RPCPendingCallsAddPendingCall() 56 memcpy(&call->addr,addr,sizeof(struct sockaddr_in)); in RPCPendingCallsAddPendingCall() 57 call->xid=xid; in RPCPendingCallsAddPendingCall() 61 call->next=calls->fFirst; in RPCPendingCallsAddPendingCall() [all …]
|
H A D | RPCPendingCalls.h | 33 void PendingCallInit (struct PendingCall *call); 34 void PendingCallDestroy (struct PendingCall *call);
|
/haiku/3rdparty/pulkomandy/ |
H A D | checkstyle.vim | 21 call matchadd('Style', '\%>80v.\+', -1) " line over 80 char 22 call matchadd('Style', '^\s* \s*', -1) " spaces instead of tabs 23 call matchadd('Style', '[\t ]\(for\|if\|select\|switch\|while\|catch\)(', -1) 25 call matchadd('Style', '^\(\(?!\/\/\|\/\*\).\)*//\S', -1) 28 call matchadd('Style', '^\(\(?!\/\/\|\/\*\).\)*\w[,=>+\-*;]\w', -1) 29 call matchadd('Style', '^\(\(?!\/\/\|\/\*\).\)*\w\(<<\|>>\)\w', -1) 32 call matchadd('Style', '^[^#]^\(\(?!\/\/\|\/\*\).\)*[^<]\zs\w*/\w', -1) 35 call matchadd('Style', '^[^/]\{2}.*\zs[^*][=/+\-< ]$', -1) 38 call matchadd('Style', '^[^#].*\zs[^<]>$', -1) 40 call matchadd('Style', '){', -1) " Missing space after method header [all …]
|
/haiku/docs/develop/servers/app_server/ |
H A D | WinBorder.rst | 28 2. Iterate through each BRect in the invalid region and call Decorator::Draw(BRect) for each invali… 58 | CLICK_MOVETOBACK | call MoveToBack() | 60 | CLICK_MOVETOFRONT | call MoveToFront() | 62 | CLICK_CLOSE | 1) call SetCloseButton(true) | 64 | | 2) call decorator->DrawClose | 66 | CLICK_ZOOM | 1) call SetZoomButton(true) | 68 | | 2) call decorator->DrawZoom | 70 | CLICK_MINIMIZE | 1) call SetMinimizeButton(true) | 72 | | 2) call decorator->DrawMinimize | 74 | CLICK_DRAG | 1) call MoveToFront() | [all …]
|
H A D | RGBColor.rst | 64 2. call SetRGBAColor15() 65 3. call SystemPalette::FindClosestColor() 71 2. call SetRGBAColor32() 72 3. call SystemPalette::FindClosestColor() 79 3. call SetRGBAColor16()
|
H A D | Layer.rst | 27 1. if parent is non-NULL, call RemoveSelf() 58 4) if rebuild flag is true, call RebuildRegions 75 9. call RebuildRegions 84 2. call parent->RemoveChild(this) 114 2. if parent is non-NULL, call parent->RebuildRegions() 151 2) if parent is NULL, call this: return (parent->ConvertToTop( 161 2. if parent is NULL, call this: return (parent->ConvertFromTop( 183 Used to update the regions after a call to remove or add a child layer 206 5. call RemoveSelf and then the former parent's AddChild 218 5. call RemoveSelf() with rebuild set to false [all …]
|
/haiku/src/system/kernel/arch/x86/64/ |
H A D | interrupts.S | 71 call acquire_spinlock; 75 call release_spinlock; \ 80 call system_time; \ 98 call system_time; \ 117 call x86_exit_user_debug_at_kernel_entry; \ 239 call *gInterruptHandlerTable(, %rax, 8) 301 call *gInterruptHandlerTable(, %rax, 8) 339 call thread_at_kernel_exit_no_signals 346 call x86_init_user_debug_at_kernel_exit 367 call thread_at_kernel_exit [all …]
|
H A D | entry_compat.S | 74 call acquire_spinlock; 78 call release_spinlock; \ 83 call system_time; \ 101 call system_time; \ 120 call x86_exit_user_debug_at_kernel_entry; \ 275 call *SYSCALL_INFO_function(%rax) 329 call user_debug_pre_syscall 365 call user_debug_post_syscall 374 call thread_at_kernel_exit_no_signals 381 call x86_restart_syscall [all …]
|
/haiku/headers/tools/cppunit/cppunit/extensions/ |
H A D | Orthodox.h | 47 ClassUnderTest call (ClassUnderTest object); 76 CPPUNIT_ASSERT (c == call (a)); in runTest() 79 CPPUNIT_ASSERT (c == call (b)); in runTest() 86 ClassUnderTest Orthodox<ClassUnderTest>::call (ClassUnderTest object) in call() function
|
/haiku/src/system/boot/platform/efi/arch/x86/ |
H A D | crt0-efi-x86.S | 47 call 0f 56 call _relocate 62 call efi_main # call app with "image" and "systab" argument
|
/haiku/src/system/boot/platform/bios_ia32/ |
H A D | interrupts_asm.S | 21 call handle_exception; 29 call handle_exception; 41 call handle_exception_exception;
|
H A D | shell.S | 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
|
/haiku/src/system/kernel/arch/x86/32/ |
H A D | interrupts.S | 28 call acquire_spinlock; 34 call release_spinlock; \ 56 call system_time; \ 63 call system_time; \ 117 call x86_exit_user_debug_at_kernel_entry; \ 155 call trace_pre_syscall; \ 167 call trace_post_syscall; \ 222 call x86_double_fault_exception 486 call x86_page_fault_exception_double_fault 523 call *gInterruptHandlerTable(, %eax, 4) [all …]
|
H A D | signals_asm.S | 42 call *%eax 53 call *%eax 63 call *%eax
|
/haiku/src/system/boot/platform/pxe_ia32/ |
H A D | pxe_stage2.S | 44 call puts 48 call enable_a20 49 call go_unreal 52 call puts 101 call _start
|
H A D | pxe_bios.S | 58 call switch_to_real_mode 89 call switch_to_protected_mode
|
/haiku/src/bin/debug/ltrace/arch/x86/ |
H A D | arch_ltrace_stub.S | 13 call 1f 21 call *%eax 58 call memcpy
|
/haiku/src/apps/bootmanager/ |
H A D | bootman.S | 238 ; address packet as required by the EXTENDED_READ BIOS call 269 call hideCursor 279 call printstr 287 call printstr 298 call showCursor 301 call printstr 399 call printMenu 408 call isTimeoutReached 429 call printMenu 504 call updateMarker [all …]
|
/haiku/src/bin/writembr/ |
H A D | mbr.S | 219 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/efi/arch/x86_64/ |
H A D | crt0-efi-x86_64.S | 54 call _relocate 59 call efi_main
|
/haiku/3rdparty/proposals/khronos/ |
H A D | EGL_KHR_platform_haiku.txt | 72 To obtain an EGLDisplay backed by a Haiku display, call 81 To obtain an on-screen rendering surface from a Wayland window, call 85 It is not valid to call eglCreatePlatformPixmapSurface with a <dpy> that 86 belongs to Haiku. Any such call fails and generates an
|
/haiku/src/bin/debug/ltrace/arch/x86_64/ |
H A D | arch_ltrace_stub.S | 25 call *%rax 62 call memcpy@plt
|
/haiku/src/system/boot/platform/riscv/ |
H A D | traps_asm.S | 20 call MTrap 48 call MTrap
|