Searched refs:context (Results 176 - 200 of 343) sorted by relevance

1234567891011>>

/haiku/src/tests/system/kernel/unit/
H A DTestContext.h43 void SetCurrentContext(TestContext* context);
58 GlobalTestContext* context; member in struct:GlobalTestContext::ThreadEntry
61 ThreadEntry(GlobalTestContext* context) argument
65 context(context),
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp789 ExpressionEvaluationContext context(this, unit, addressSize, isBigEndian,
792 DwarfExpressionEvaluator evaluator(&context);
818 ExpressionEvaluationContext context(this, unit, addressSize, isBigEndian,
821 DwarfExpressionEvaluator evaluator(&context);
1222 CfaContext context; local
1230 addressSize, isBigEndian, context,
2316 CfaContext context; local
2324 info->ehFrame, unit, addressSize, isBigEndian, context, info->cieOffset,
2346 context.SetLocation(location, info->start);
2348 error = context
2525 _ParseCIEHeader(ElfSection* debugFrameSection, bool usingEHFrameSection, CompilationUnit* unit, uint8 addressSize, bool isBigEndian, CfaContext& context, off_t cieOffset, CIEAugmentation& cieAugmentation, DataReader& dataReader, off_t& _cieRemaining) argument
2604 _ParseFrameInfoInstructions(CompilationUnit* unit, CfaContext& context, DataReader& dataReader, CIEAugmentation& augmentation) argument
[all...]
H A DDwarfTargetInterface.h32 virtual status_t InitRegisterRules(CfaContext& context) const
/haiku/src/system/libnetwork/netresolv/dst/
H A Dhmac_link.c66 * context the context to be used in this digest
78 dst_hmac_md5_sign(const int mode, DST_KEY *d_key, void **context, argument
91 else if (context)
92 ctx = (MD5_CTX *) *context;
120 if (context == NULL)
122 *context = (void *) ctx;
147 dst_hmac_md5_verify(const int mode, DST_KEY *d_key, void **context, argument
159 else if (context)
160 ctx = (MD5_CTX *) *context;
[all...]
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_pci.cpp140 SdhciDevice* context = (SdhciDevice*)cookie; local
141 device_node* parent = gDeviceManager->get_parent_node(context->fNode);
185 if (gDeviceManager->register_node(context->fNode,
194 init_device_pci(device_node* node, SdhciDevice* context) argument
201 device_node* pciParent = gDeviceManager->get_parent_node(context->fNode);
219 context->fRicohOriginalMode = pci->read_pci_config(device,
233 uninit_device_pci(SdhciDevice* context, device_node* pciParent) argument
243 if (gDeviceManager->get_attr_uint16(context->fNode, B_DEVICE_VENDOR_ID,
245 || gDeviceManager->get_attr_uint16(context->fNode, B_DEVICE_ID,
251 context
[all...]
/haiku/src/kits/package/hpkg/
H A DRepositoryReaderImpl.cpp60 virtual status_t HandleAttribute(AttributeHandlerContext* context, uint8 id, argument
87 if (context->ignoreUnknownAttributes)
90 context->errorOutput->PrintError(
99 virtual status_t NotifyDone(AttributeHandlerContext* context) argument
103 result = super::NotifyDone(context);
287 AttributeHandlerContext context(ErrorOutput(),
292 result = ParsePackageAttributesSection(&context, &rootAttributeHandler);
/haiku/src/libs/alm/
H A DSharedSolver.h51 ResultType ValidateLayout(BLayoutContext* context);
86 virtual void LayoutContextLeft(BLayoutContext* context);
89 void _SetContext(BLayoutContext* context);
/haiku/src/apps/cortex/Persistence/
H A DExportContext.h60 ExportContext& context, uint16 column);
266 ExportContext& context,
269 int16 spaces = column - (strlen(text) + context.indentLevel());
263 _pad_with_spaces( BString& out, const char* text, ExportContext& context, uint16 column) argument
H A DXML.h119 ImportContext* context); //nyi
141 ImportContext* context);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp265 RequestThreadContext context(volume, request);
297 RequestThreadContext context(volume, request);
324 RequestThreadContext context(volume, request);
350 RequestThreadContext context(volume, request);
376 RequestThreadContext context(volume, request);
408 RequestThreadContext context(volume, request);
454 RequestThreadContext context(volume, request);
481 RequestThreadContext context(volume, request);
514 RequestThreadContext context(volume, request);
542 RequestThreadContext context(volum
[all...]
H A DFileSystem.cpp39 FileSystem::InitRequestThreadContext(RequestThreadContext* context) argument
H A DRequestThread.cpp169 RequestThread::SetContext(RequestThreadContext* context) argument
171 fContext = context;
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp43 struct context { struct
95 static struct context sClientContext, sServerContext;
740 struct context* context = (struct context*)route->gateway; local
744 context->lock.Lock();
745 list_add_item(&context->list, buffer);
746 context->lock.Unlock();
748 release_sem(context->wait_sem);
1226 struct context* contex local
1366 setup_context(struct context& context, bool server) argument
1384 cleanup_context(struct context& context) argument
[all...]
/haiku/headers/private/kernel/fs/
H A Dnode_monitor.h29 extern status_t remove_node_monitors(struct io_context *context);
/haiku/headers/private/locale/
H A DEditableCatalog.h28 const char* context = NULL,
/haiku/src/servers/launch/
H A DBaseJob.h31 virtual bool CheckCondition(ConditionContext& context) const;
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIDevice.cpp53 acpi_notify_handler handler, void* context)
59 return fBus->InstallEventHandler(guidString, handler, context);
133 acpi_notify_handler handler, void* context)
136 return device->InstallEventHandler(guidString, handler, context);
52 InstallEventHandler(const char* guidString, acpi_notify_handler handler, void* context) argument
132 wmi_install_event_handler(wmi_device _device, const char* guidString, acpi_notify_handler handler, void* context) argument
/haiku/src/apps/haikudepot/server/
H A DLocalRepositoryUpdateProcess.h52 BPackageKit::BContext& context,
H A DLocalRepositoryUpdateProcess.cpp76 BContext context(decisionProvider, listener);
83 result = _RunForRepositoryName(repoNames.StringAt(i), context,
132 BPackageKit::BContext& context, BPackageKit::BPackageRoster& roster,
141 BRefreshRepositoryRequest refreshRequest(context, repoConfig);
131 _RunForRepositoryName(const BString& repoName, BPackageKit::BContext& context, BPackageKit::BPackageRoster& roster, BPackageKit::BRepositoryCache* cache) argument
/haiku/src/kits/package/
H A DFetchFileJob.cpp37 FetchFileJob::FetchFileJob(const BContext& context, const BString& title, argument
40 inherited(context, title),
227 FetchFileJob::FetchFileJob(const BContext& context, const BString& title,
230 inherited(context, title),
/haiku/headers/os/media/
H A DTimedEventQueue.h130 void* context);
132 status_t DoForEach(for_each_hook hook, void* context,
143 void* context);
145 void* context);
/haiku/headers/private/netservices/
H A DGopherRequest.h34 BUrlContext* context = NULL);
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_taskqueue.c106 int priority, task_fn_t func, void *context)
109 TASK_INIT(&timeout_task->t, priority, func, context);
118 taskqueue_enqueue_fn enqueue, void *context,
139 queue->tq_context = context;
152 taskqueue_enqueue_fn enqueue, void *context)
155 return _taskqueue_create(name, mflags, enqueue, context,
162 void *context)
173 queue->tq_cb_contexts[cb_type] = context;
307 taskqueue_task_nop_fn(void *context, int pending) argument
518 taskqueue_enqueue_fn enqueue, void *context)
105 _timeout_task_init(struct taskqueue *queue, struct timeout_task *timeout_task, int priority, task_fn_t func, void *context) argument
117 _taskqueue_create(const char *name, int mflags, taskqueue_enqueue_fn enqueue, void *context, int mtxflags, const char *mtxname __unused) argument
151 taskqueue_create(const char *name, int mflags, taskqueue_enqueue_fn enqueue, void *context) argument
160 taskqueue_set_callback(struct taskqueue *queue, enum taskqueue_callback_type cb_type, taskqueue_callback_fn callback, void *context) argument
517 taskqueue_create_fast(const char *name, int mflags, taskqueue_enqueue_fn enqueue, void *context) argument
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp369 static status_t dir_read(struct io_context* context,
377 static status_t attr_dir_read(struct io_context* context,
395 static status_t index_dir_read(struct io_context* context,
401 static status_t query_read(struct io_context* context,
1612 release_advisory_lock(struct vnode* vnode, struct io_context* context, argument
1631 } else if (lock->bound_to == context
1662 secondLock->bound_to = context;
1726 acquire_advisory_lock(struct vnode* vnode, io_context* context, argument
1733 void* boundTo = descriptor != NULL ? (void*)descriptor : (void*)context;
1921 // lock the I/O context
1922 io_context* context = team->io_context; local
1966 struct io_context* context = get_current_io_context(kernel); local
2343 struct io_context* context = get_current_io_context(kernel); local
2860 io_context* context = get_current_io_context(kernel); local
3355 struct io_context* context = NULL; local
3623 free_io_context(io_context* context) argument
3655 resize_monitor_table(struct io_context* context, const int newSize) argument
4577 struct io_context* context = get_current_io_context(false); local
4878 vfs_release_posix_lock(io_context* context, struct file_descriptor* descriptor) argument
4895 vfs_exec_io_context(io_context* context) argument
4928 io_context* context = (io_context*)malloc(sizeof(io_context)); local
5026 vfs_get_io_context(io_context* context) argument
5033 vfs_put_io_context(io_context* context) argument
5041 vfs_resize_fd_table(struct io_context* context, uint32 newSize) argument
5217 struct io_context* context = get_current_io_context(false); local
5227 struct io_context* context = get_current_io_context(false); local
6159 struct io_context* context = get_current_io_context(kernel); local
8071 struct io_context* context = get_current_io_context(kernel); local
8097 struct io_context* context; local
8234 io_context* context = team->io_context; local
10039 struct io_context* context = get_current_io_context(false); local
[all...]
/haiku/src/kits/locale/
H A DEditableCatalog.cpp32 const char* context, const char* comment)
37 return fCatalogData->SetString(string, translated, context, comment);
31 SetString(const char* string, const char* translated, const char* context, const char* comment) argument

Completed in 264 milliseconds

1234567891011>>