Searched refs:context (Results 126 - 150 of 343) sorted by relevance

1234567891011>>

/haiku/src/bin/pkgman/
H A Dcommand_drop_repo.cpp84 BContext context(decisionProvider, listener);
87 DropRepositoryRequest dropRequest(context, repoName);
H A Dcommand_add_repo.cpp87 BContext context(decisionProvider, listener);
98 AddRepositoryRequest addRequest(context, repoURLs[i], asUserRepository);
114 BRefreshRepositoryRequest refreshRequest(context, repoConfig);
/haiku/headers/private/kernel/posix/
H A Drealtime_sem.h23 void delete_realtime_sem_context(struct realtime_sem_context* context);
25 struct realtime_sem_context* context);
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp109 status_t RemoveListeners(io_context *context);
118 status_t AddListener(io_context *context, dev_t device, ino_t node,
120 status_t RemoveListener(io_context *context, dev_t device, ino_t node,
123 status_t RemoveUserListeners(struct io_context *context,
125 status_t UpdateUserListener(io_context *context, dev_t device,
132 status_t _RemoveListener(io_context *context, dev_t device, ino_t node,
137 status_t _GetMonitor(io_context *context, dev_t device, ino_t node,
142 status_t _AddMonitorListener(io_context *context,
145 status_t _UpdateListener(io_context *context, dev_t device, ino_t node,
303 NodeMonitorService::_RemoveListener(io_context *context, dev_ argument
379 _GetMonitor(io_context *context, dev_t device, ino_t node, bool addIfNecessary, node_monitor** _monitor, bool isVolumeListener) argument
442 _AddMonitorListener(io_context *context, node_monitor* monitor, uint32 flags, NotificationListener& notificationListener) argument
469 AddListener(io_context *context, dev_t device, ino_t node, uint32 flags, NotificationListener& notificationListener) argument
490 _UpdateListener(io_context *context, dev_t device, ino_t node, uint32 flags, bool addFlags, NotificationListener& notificationListener) argument
930 RemoveListeners(io_context *context) argument
1000 RemoveListener(io_context *context, dev_t device, ino_t node, NotificationListener& notificationListener) argument
1017 RemoveUserListeners(struct io_context *context, port_id port, uint32 token) argument
1048 UpdateUserListener(io_context *context, dev_t device, ino_t node, uint32 flags, UserNodeListener& userListener) argument
1090 remove_node_monitors(struct io_context *context) argument
1315 io_context *context = get_current_io_context(false); local
1325 io_context *context = get_current_io_context(false); local
1336 io_context *context = get_current_io_context(false); local
[all...]
/haiku/headers/private/package/
H A DRemoveRepositoryJob.h24 const BContext& context,
H A DActivateRepositoryCacheJob.h26 const BContext& context,
H A DActivateRepositoryConfigJob.h26 const BContext& context,
H A DValidateChecksumJob.h27 const BContext& context,
/haiku/src/bin/network/ftpd/
H A Dmd5.h37 /* MD5 context. */
50 void MD5Pad(MD5_CTX *context);
/haiku/headers/private/netservices/
H A DDataRequest.h32 BUrlContext* context = NULL);
H A DUrlProtocolRoster.h30 BUrlContext* context = NULL);
/haiku/src/apps/cortex/Persistence/
H A DImporter.h67 // the Importer takes ownership of the given context!
69 ImportContext* context);
78 // the Importer takes ownership of the given context!
80 ImportContext* context,
86 // the import context
87 const ImportContext& context() const;
93 // context().state() == ImportContext::COMPLETE, or
H A DXML.cpp106 i.context().state() == ImportContext::PARSING) {
159 ImportContext* context) {
161 Importer i(context);
162 status_t err = _DoRead(stream, i, &context->errors());
198 ImportContext* context) {
200 Importer i(context, rootObject, documentType);
201 return _DoRead(stream, i, &context->errors());
216 i.context().state() == ImportContext::PARSING) {
239 if(i.context().state() == ImportContext::COMPLETE)
256 ExportContext context(strea
156 Read( BDataIO* stream, IPersistent** outObject, ImportContext* context) argument
194 Read( BDataIO* stream, IPersistent* rootObject, XML::DocumentType* documentType, ImportContext* context) argument
[all...]
/haiku/src/tests/system/kernel/unit/
H A DTestContext.cpp33 GlobalTestContext* context; member in struct:GlobalTestContext::ThreadCookie
37 ThreadCookie(GlobalTestContext* context, thread_func function, void* arg) argument
39 context(context),
72 if ((*entry)->context == this)
90 return entry->context;
99 GlobalTestContext::SetCurrentContext(TestContext* context) argument
101 fCurrentContext = context;
138 entry->contextNext = entry->context->fThreads;
139 entry->context
[all...]
H A DTestSuite.h28 virtual bool Run(TestContext& context);
29 virtual bool Run(TestContext& context, const char* name);
34 bool _Run(TestContext& context, Test* test,
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliDumpMemoryCommand.cpp61 CliContext& context)
74 if (context.EvaluateExpression(argv[1], fLanguage, address) != B_OK)
78 if (context.GetMemoryBlock(address, block) != B_OK)
60 Execute(int argc, const char* const* argv, CliContext& context) argument
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmidi.cpp70 memset(&cards[ix].midi.context, 0, sizeof(cards[ix].midi.context));
71 cards[ix].pEG->OpenMidiInput(&cards[ix].midi.context);
91 card->pEG->CloseMidiInput(&card->midi.context);
122 err = card->pEG->ReadMidiByte(&card->midi.context, midiData, timestamp);
/haiku/src/kits/network/libnetservices/
H A DUrlRequest.cpp21 BUrlProtocolListener* listener, BUrlContext* context,
25 fContext(context),
105 BUrlRequest::SetContext(BUrlContext* context) argument
110 if (context == NULL)
113 fContext = context;
20 BUrlRequest(const BUrl& url, BDataIO* output, BUrlProtocolListener* listener, BUrlContext* context, const char* threadName, const char* protocolName) argument
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp68 ServerKey(const char* context, const char* server) argument
69 : fContext(context),
187 const char* context, const char* server, const char* share,
192 fContext(context),
331 const char* context = NULL; local
335 request.FindString("context", &context);
339 if (!context || !server || !share)
343 if (!badPassword && _GetAuthentication(context, server, share,
350 context, serve
186 UserDialogTask(AuthenticationServer* authenticationServer, const char* context, const char* server, const char* share, bool badPassword, port_id replyPort, int32 replyToken) argument
373 _GetAuthentication(const char* context, const char* server, const char* share, HashString* user, HashString* password) argument
401 _AddAuthentication(const char* context, const char* server, const char* share, const char* user, const char* password, bool makeDefault) argument
[all...]
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h144 AttributeHandlerContext* context,
147 AttributeHandlerContext* context,
175 AttributeHandlerContext* context);
247 AttributeHandlerContext* context, uint8 id,
251 virtual status_t NotifyDone(AttributeHandlerContext* context);
253 virtual status_t Delete(AttributeHandlerContext* context);
273 virtual status_t NotifyDone(AttributeHandlerContext* context);
292 AttributeHandlerContext* context, uint8 id,
296 virtual status_t NotifyDone(AttributeHandlerContext* context);
314 AttributeHandlerContext* context, uint
[all...]
/haiku/src/kits/package/hpkg/v1/
H A DReaderImplBaseV1.cpp95 AttributeHandlerContext* context, uint8 id, const AttributeValue& value,
103 ReaderImplBase::AttributeHandler::Delete(AttributeHandlerContext* context) argument
126 AttributeHandlerContext* context, uint8 id, const AttributeValue& value,
147 context->errorOutput->PrintError("Error: Invalid package "
159 AttributeHandlerContext* context)
164 error = context->packageContentHandler->HandlePackageAttribute(
188 AttributeHandlerContext* context, uint8 id, const AttributeValue& value,
223 context->errorOutput->PrintError("Error: Invalid package "
235 AttributeHandlerContext* context)
237 status_t error = context
94 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
125 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
158 Delete( AttributeHandlerContext* context) argument
187 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
234 Delete( AttributeHandlerContext* context) argument
259 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
304 Delete( AttributeHandlerContext* context) argument
320 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
496 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
526 Delete( AttributeHandlerContext* context) argument
672 ParsePackageAttributesSection( AttributeHandlerContext* context, AttributeHandler* rootAttributeHandler) argument
713 ParseAttributeTree(AttributeHandlerContext* context, bool& _sectionHandled) argument
744 _ParseAttributeTree(AttributeHandlerContext* context) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DDevice.cpp20 acpi_notify_handler handler, void *context)
23 context);
81 acpi_walk_resources_callback callback, void* context)
83 return walk_resources(device->handle, method, callback, context);
90 acpi_walk_callback ascendingCallback, void* context, void** returnValue)
93 descendingCallback, ascendingCallback, context, returnValue);
19 acpi_install_notify_handler(acpi_device device, uint32 handlerType, acpi_notify_handler handler, void *context) argument
80 acpi_walk_resources(acpi_device device, char *method, acpi_walk_resources_callback callback, void* context) argument
88 acpi_walk_namespace(acpi_device device, uint32 objectType, uint32 maxDepth, acpi_walk_callback descendingCallback, acpi_walk_callback ascendingCallback, void* context, void** returnValue) argument
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.cpp33 AuthenticationServer::GetAuthentication(const char* context, const char* server, argument
39 if (!context || !server || !share || !_foundPassword)
48 error = request.AddString("context", context);
/haiku/headers/os/interface/
H A DLayoutContext.h18 virtual void LayoutContextLeft(BLayoutContext* context) = 0;
/haiku/headers/os/package/
H A DDownloadFileRequest.h23 DownloadFileRequest(const BContext& context,

Completed in 103 milliseconds

1234567891011>>