Searched refs:calls (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A DRPCPendingCalls.c19 RPCPendingCallsInit(struct RPCPendingCalls *calls) argument
21 SemaphorePoolInit(&calls->fPool);
23 calls->fFirst=NULL;
24 calls->fSem=create_sem(1,"RPCPendingCalls");
25 set_sem_owner (calls->fSem,B_SYSTEM_TEAM);
29 RPCPendingCallsDestroy(struct RPCPendingCalls *calls) argument
31 delete_sem(calls->fSem);
33 while (calls->fFirst)
35 struct PendingCall *next=calls->fFirst->next;
37 SemaphorePoolPut (&calls
48 RPCPendingCallsAddPendingCall(struct RPCPendingCalls *calls, int32 xid, const struct sockaddr_in *addr) argument
70 RPCPendingCallsFindAndRemovePendingCall(struct RPCPendingCalls *calls, int32 xid, const struct sockaddr_in *addr) argument
[all...]
H A DRPCPendingCalls.h43 void RPCPendingCallsInit (struct RPCPendingCalls *calls);
44 void RPCPendingCallsDestroy (struct RPCPendingCalls *calls);
46 struct PendingCall *RPCPendingCallsAddPendingCall (struct RPCPendingCalls *calls,
49 struct PendingCall *RPCPendingCallsFindAndRemovePendingCall (struct RPCPendingCalls *calls,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server/
H A DRPCPendingCalls.h42 void RPCPendingCallsInit (struct RPCPendingCalls *calls);
43 void RPCPendingCallsDestroy (struct RPCPendingCalls *calls);
45 struct PendingCall *RPCPendingCallsAddPendingCall (struct RPCPendingCalls *calls,
48 struct PendingCall *RPCPendingCallsFindAndRemovePendingCall (struct RPCPendingCalls *calls,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A DRPCPendingCalls.h42 void RPCPendingCallsInit (struct RPCPendingCalls *calls);
43 void RPCPendingCallsDestroy (struct RPCPendingCalls *calls);
45 struct PendingCall *RPCPendingCallsAddPendingCall (struct RPCPendingCalls *calls,
48 struct PendingCall *RPCPendingCallsFindAndRemovePendingCall (struct RPCPendingCalls *calls,
/haiku-fatelf/headers/private/kernel/fs/
H A Ddevfs.h28 status_t devfs_publish_device(const char* path, device_hooks* calls);
/haiku-fatelf/src/bin/unzip/
H A Dcrypt.c182 static unsigned calls = 0; /* ensure different random header each time */ local
188 if (++calls == 1) {
H A Dcryptf.c185 static unsigned calls = 0; /* ensure different random header each time */ local
191 if (++calls == 1) {
/haiku-fatelf/src/bin/zip/
H A Dcrypt.c183 static unsigned calls = 0; /* ensure different random header each time */ local
189 if (++calls == 1) {
/haiku-fatelf/src/bin/writembr/
H A Dmbr.S33 ;BIOS calls
40 ;BIOS calls parameters
227 ; set the carry flag when extended calls are not supported
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstage1.S44 ; BIOS calls
465 ; configuration between calls (see some lines below for the meaning of the
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x678 * m68k-pinsn.c: Replaced many calls to fprintf and fputs with
679 calls to fprintf_filtered and fputs_filtered.
1066 * expread.y [type]: Add second argument to 2 calls to
1075 calls to value_x_unop.
1374 Change all calls to val{,ue}_print to use new parameter.
1557 * symtab.c (list_symbols): Placed header message after all calls
1670 frame specification so that it won't trip in inferior calls to the
1865 * inflow.c (new_tty): Replaced calls to dup2 with calls to dup.
2233 (read_dbx_symtab, read_addl_syms): Modified calls t
[all...]
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex1830 % be used as many times as user calls for columns.
1925 % \doindex just uses \parsearg; it calls \doind for the actual work.
2506 \def\chapteryyy #1{\numhead0{#1}} % normally numhead0 calls chapterzzz
2527 \def\appendixyyy #1{\apphead0{#1}} % normally apphead0 calls appendixzzz
2548 \def\unnumberedyyy #1{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
2577 \def\secyyy #1{\numhead1{#1}} % normally calls seczzz
2592 \def\appendixsecyyy #1{\apphead1{#1}} % normally calls appendixsectionzzz
2606 \def\unnumberedsecyyy #1{\unnmhead1{#1}} % normally calls unnumberedseczzz
2618 \def\numberedsubsecyyy #1{\numhead2{#1}} % normally calls numberedsubseczzz
2632 \def\appendixsubsecyyy #1{\apphead2{#1}} % normally calls appendixsubseczz
[all...]
/haiku-fatelf/src/apps/bootmanager/
H A Dbootman.S15 ; BIOS calls
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex2142 % be used as many times as user calls for columns.
2632 % \doindex just uses \parsearg; it calls \doind for the actual work.
3360 \def\chapteryyy #1{\numhead0{#1}} % normally numhead0 calls chapterzzz
3381 \def\appendixyyy #1{\apphead0{#1}} % normally apphead0 calls appendixzzz
3408 \def\unnumberedyyy #1{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
3438 \def\secyyy #1{\numhead1{#1}} % normally calls seczzz
3452 \def\appendixsecyyy #1{\apphead1{#1}} % normally calls appendixsectionzzz
3465 \def\unnumberedsecyyy #1{\unnmhead1{#1}} % normally calls unnumberedseczzz
3477 \def\numberedsubsecyyy #1{\numhead2{#1}} % normally calls numberedsubseczzz
3490 \def\appendixsubsecyyy #1{\apphead2{#1}} % normally calls appendixsubseczz
[all...]
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex2264 % be used as many times as user calls for columns.
2774 % \doindex just uses \parsearg; it calls \doind for the actual work.
3532 \def\chapteryyy #1{\numhead0{#1}} % normally numhead0 calls chapterzzz
3553 \def\appendixyyy #1{\apphead0{#1}} % normally apphead0 calls appendixzzz
3580 \def\unnumberedyyy #1{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
3610 \def\secyyy #1{\numhead1{#1}} % normally calls seczzz
3624 \def\appendixsecyyy #1{\apphead1{#1}} % normally calls appendixsectionzzz
3637 \def\unnumberedsecyyy #1{\unnmhead1{#1}} % normally calls unnumberedseczzz
3650 \def\numberedsubsecyyy #1{\numhead2{#1}} % normally calls numberedsubseczzz
3663 \def\appendixsubsecyyy #1{\apphead2{#1}} % normally calls appendixsubseczz
[all...]
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex2629 % be used as many times as user calls for columns.
2995 % \doindex just uses \parsearg; it calls \doind for the actual work.
3879 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz
3901 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz
3921 \outer\parseargdef\unnumbered{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
3955 \outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz
3961 \outer\parseargdef\appendixsection{\apphead1{#1}} % normally calls appendixsectionzzz
3968 \outer\parseargdef\unnumberedsec{\unnmhead1{#1}} % normally calls unnumberedseczzz
3975 \outer\parseargdef\numberedsubsec{\numhead2{#1}} % normally calls numberedsubseczzz
3981 \outer\parseargdef\appendixsubsec{\apphead2{#1}} % normally calls appendixsubseczz
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y2677 static int calls = 0;
2683 if (calls++ != 0)
H A Dawkgram.c4516 static int calls = 0;
4522 if (calls++ != 0)
4512 static int calls = 0; local
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex3025 % be used as many times as user calls for columns.
3394 % \doindex just uses \parsearg; it calls \doind for the actual work.
4349 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz
4371 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz
4388 \outer\parseargdef\unnumbered{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
4432 \outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz
4438 \outer\parseargdef\appendixsection{\apphead1{#1}} % normally calls appendixsectionzzz
4445 \outer\parseargdef\unnumberedsec{\unnmhead1{#1}} % normally calls unnumberedseczzz
4452 \outer\parseargdef\numberedsubsec{\numhead2{#1}} % normally calls numberedsubseczzz
4458 \outer\parseargdef\appendixsubsec{\apphead2{#1}} % normally calls appendixsubseczz
[all...]
/haiku-fatelf/src/bin/bash/
H A Dbashline.c1317 unmatched. If it's unmatched, both calls to unclosed_pair will
H A Dconfigure1540 --enable-mem-scramble scramble memory on calls to malloc and free
31450 # configure is writing to config.log, and then calls config.status.
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk356 # calls set_program_name.
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c10194 * calls. This looks uglier but makes the code easier to
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure18508 /* SunOS 4.0.3 has termios.h but not the library calls. */
[all...]

Completed in 373 milliseconds