Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 102) sorted by relevance

12345

/haiku/src/add-ons/kernel/file_systems/nfs/
H A DRPCPendingCalls.c19 RPCPendingCallsInit(struct RPCPendingCalls *calls) in RPCPendingCallsInit() argument
21 SemaphorePoolInit(&calls->fPool); in RPCPendingCallsInit()
23 calls->fFirst=NULL; in RPCPendingCallsInit()
24 calls->fSem=create_sem(1,"RPCPendingCalls"); in RPCPendingCallsInit()
25 set_sem_owner (calls->fSem,B_SYSTEM_TEAM); in RPCPendingCallsInit()
29 RPCPendingCallsDestroy(struct RPCPendingCalls *calls) in RPCPendingCallsDestroy() argument
31 delete_sem(calls->fSem); in RPCPendingCallsDestroy()
33 while (calls->fFirst) in RPCPendingCallsDestroy()
35 struct PendingCall *next=calls->fFirst->next; in RPCPendingCallsDestroy()
37 SemaphorePoolPut (&calls->fPool,calls->fFirst->sem); in RPCPendingCallsDestroy()
[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/docs/user/interface/
H A DSplitLayoutBuilder.dox76 \return The method returns a self reference, so that calls to the builder
89 \return The method returns a self reference, so that calls to the builder
103 \return The method returns a self reference, so that calls to the builder
116 \return The method returns a self reference, so that calls to the builder
130 \return The method returns a self reference, so that calls to the builder
143 \return The method returns a self reference, so that calls to the builder
159 \return The method returns a self reference, so that calls to the builder
H A DGroupLayoutBuilder.dox99 \return The method returns a self reference, so that calls to the builder
126 \return The method returns a self reference, so that calls to the builder
139 \return The method returns a self reference, so that calls to the builder
153 \return The method returns a self reference, so that calls to the builder
166 \return The method returns a self reference, so that calls to the builder
180 \return The method returns a self reference, so that calls to the builder
225 \return The method returns a self reference, so that calls to the builder
238 \return The method returns a self reference, so that calls to the builder
254 \return The method returns a self reference, so that calls to the builder
H A DGridLayoutBuilder.dox86 \return The method returns a self reference, so that calls to the builder
113 \return The method returns a self reference, so that calls to the builder
130 \return The method returns a self reference, so that calls to the builder
147 \return The method returns a self reference, so that calls to the builder
161 \return The method returns a self reference, so that calls to the builder
175 \return The method returns a self reference, so that calls to the builder
191 \return The method returns a self reference, so that calls to the builder
/haiku/docs/apps/mail/Programming Notes/
H A DChainRunner Overview.txt8 The constructor of the producer add-on calls ChainRunner's
10 through the list, passing in those, then calls any registered process
14 process callback that calls ChainRunner::Stop().
/haiku/headers/private/kernel/fs/
H A Ddevfs.h28 status_t devfs_publish_device(const char* path, device_hooks* calls);
/haiku/docs/user/app/
H A DKeyStore.dox37 It is important to note that all calls on this object operate
90 …This is a convenience method that calls \ref GetKey(const char* keyring, BKeyType type, const char…
104 …This is a convenience method that calls \ref GetKey(const char* keyring, BKeyType type, const char…
119 …This is a convenience method that calls \ref GetKey(const char* keyring, BKeyType type, const char…
132 …This is a convenience method that calls \ref GetKey(const char* keyring, BKeyType type, const char…
146 …This is a convenience method that calls \ref GetKey(const char* keyring, BKeyType type, const char…
197 This is a convenience method that calls
236 This is a convenience method that calls
274 This convenience method that calls
288 This convenience method calls
[all …]
H A DMessage.dox878 If consecutive method calls specify a different \a type than the
879 initial, these calls will fail.
895 consecutive calls to this method.
923 This method calls AddData() with the \c B_ALIGNMENT_TYPE \a type.
943 This method calls AddData() with the \c B_RECT_TYPE \a type.
963 This method calls AddData() with the \c B_POINT_TYPE \a type.
983 This method calls AddData() with the \c B_SIZE_TYPE \a type.
1003 This method calls AddData() with the \c B_STRING_TYPE \a type.
1023 This method calls AddData() with the \c B_STRING_TYPE \a type.
1044 This method calls AddData() with the \c B_STRING_TYPE \a type for each
[all …]
/haiku/docs/develop/servers/app_server/
H A DDesktop.rst54 Each of these calls the appropriate method in the Screen class. Add
72 Each of these calls operate on the objects in the Screen list, calling
99 additional calls are made while there is a drag message assigned, the
H A DDisplayDriver.rst194 etc, be sure to call the respective internal call so that calls to
208 These calls handle internal state tracking so that subclasses don't
/haiku/docs/develop/kernel/vm/
H A Dvm_store_vnode14 calls vfs_writepage
H A Dvm47 …Does some safety checking, copies the name and address to kernel space, calls vm_create_anonymous_…
50 …eleases the cache_ref. If wiring is lazy, do nothing. If wiring is wired, calls soft_fault to simu…
65 Convenience function - calls _vm_map_file with a kernel param of true.
68 …Sanity checks the name, address and path. Copies those into kernel space and calls _vm_map_file wi…
71 Sanity checks the name and address. Copies those into kernel space and calls vm_clone_region.
80 Gets the region, calls __vm_delete_region, then puts the region.
152 calls open_hash on the aspace table.
164 …Calls vm_translation_map_module_init_post_sem, creates the vm locking semaphores, and calls heap_i…
H A Dvm_page84 …that are either free or clear. If found, pulls them from their queues and calls vm_page_set_state_…
105 Locks, then calls vm_page_set_state_nolock, then unlocks.
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A Dusb_audio.settings12 ## 0x08 - driver API calls
/haiku/src/bin/debug/strace/
H A Dstrace.cpp528 StatsRefVector calls; in print_stats() local
531 calls.push_back(std::make_pair(&iterator->first, &iterator->second)); in print_stats()
534 std::sort(calls.begin(), calls.end(), compare_stats_by_time); in print_stats()
541 StatsRefVector::const_iterator callIterator = calls.begin(); in print_stats()
542 for (; callIterator != calls.end(); callIterator++) { in print_stats()
/haiku/src/add-ons/kernel/drivers/video/usb_vision/
H A Dusb_vision.settings.sample28 # debug_trace_func_calls - the information about driver functions calls
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A Dusb_serial.settings.sample30 # debug_trace_func_calls - the information about driver functions calls
/haiku/docs/develop/busses/bluetooth/
H A Doverview.rst25 kit calls to them.
/haiku/docs/develop/kernel/arch/
H A Dlong_double.rst20 emulate them. However, gcc short circuits this by default and calls C
/haiku/docs/user/support/
H A DLocker.dox39 \c 1. Then only additional calls from different threads will utilize the
160 Release the internal semaphore. Because of this, any pending Lock() calls
162 those calls.
/haiku/docs/user/net/
H A DDatagramSocket.dox26 sent in a sequence of write calls may not get to the other end of the
105 \param peer the address to which following Write calls will send datagrams
/haiku/src/bin/unzip/
H A Dcryptf.c185 static unsigned calls = 0; /* ensure different random header each time */ local
191 if (++calls == 1) {
H A Dcrypt.c182 static unsigned calls = 0; /* ensure different random header each time */ local
188 if (++calls == 1) {
/haiku/docs/user/storage/
H A DPathFinder.dox56 arguments, subsequent calls to FindPath() will return an error.
85 arguments, subsequent calls to FindPath() will return an error.
159 arguments, this method and subsequent calls to FindPath() will return an
192 arguments, this method and subsequent calls to FindPath() will return an
211 This method converts the given entry_ref \a ref to a path and then calls
212 calls BPathFinder::SetTo(const char*, const char*).

12345