Searched defs:context (Results 1 - 25 of 189) sorted by last modified time

12345678

/haiku/src/tools/fs_shell/
H A Dvfs.cpp1269 struct io_context *context = get_current_io_context(kernel); local
2679 struct io_context *context = get_current_io_context(false); local
2794 struct io_context *context = (struct io_context *)_context; local
2828 struct io_context *context; local
2896 struct io_context *context = (struct io_context *)_ioContext; local
3545 struct io_context *context = get_current_io_context(kernel); local
3559 struct io_context *context = get_current_io_context(kernel); local
3591 struct io_context *context = get_current_io_context(kernel); local
5013 struct io_context *context = get_current_io_context(kernel); local
5033 struct io_context *context; local
[all...]
/haiku/src/kits/tracker/
H A DContainerWindow.cpp241 AddOneAddOn(const Model* model, const char* name, uint32 shortcut, uint32 modifiers, bool primary, void* context, BContainerWindow* window, BMenu* menu) argument
2894 EachAddOn(bool (eachAddOn)const Model*, const char*, uint32 shortcut, uint32 modifiers, bool primary, void* context, BContainerWindow* window, BMenu* menu), void* passThru, BStringList& mimeTypes, BMenu* menu) argument
3040 UpdateMenu(BMenu* menu, UpdateMenuContext context) argument
[all...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp967 get_channel_count(AVCodecParameters* context) argument
978 get_channel_mask(AVCodecParameters* context) argument
1561 const AVFormatContext* context = fStreams[0]->Context(); local
1620 const AVFormatContext* context = fStreams[0]->Context(); local
[all...]
H A DAVCodecDecoder.cpp355 get_channel_count(AVCodecContext* context) argument
362 set_channel_count(AVCodecContext* context, int count) argument
H A DAVFormatWriter.cpp83 AVFormatWriter::StreamCookie::StreamCookie(AVFormatContext* context, argument
102 set_channel_count(AVCodecParameters* context, int count) argument
H A DAVCodecEncoder.cpp250 get_channel_count(AVCodecContext* context) argument
261 set_channel_count(AVCodecContext* context, int count) argument
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerACPI.cpp80 ECAMPCIControllerACPI::AcpiCrsScanCallback(acpi_resource *res, void *context) argument
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_pci.cpp140 SdhciDevice* context = (SdhciDevice*)cookie; local
194 init_device_pci(device_node* node, SdhciDevice* context) argument
233 uninit_device_pci(SdhciDevice* context, device_node* pciParent) argument
[all...]
H A Dsdhci.cpp663 SdhciDevice* context = (SdhciDevice*)cookie; local
688 SdhciDevice* context = new(std::nothrow)SdhciDevice; local
712 SdhciDevice* context = (SdhciDevice*)device_cookie; local
[all...]
H A Dsdhci_acpi.cpp41 sdhci_acpi_scan_parse_callback(ACPI_RESOURCE *res, void *context) argument
140 SdhciDevice* context = (SdhciDevice*)cookie; local
/haiku/src/system/kernel/fs/
H A Dvfs.cpp1612 release_advisory_lock(struct vnode* vnode, struct io_context* context, argument
1726 acquire_advisory_lock(struct vnode* vnode, io_context* context, argument
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...]
H A Dfd.cpp94 fd_close_on_exec(struct io_context* context, int fd) argument
101 fd_set_close_on_exec(struct io_context* context, int fd, bool closeFD) argument
114 new_fd_etc(struct io_context* context, struct file_descriptor* descriptor, argument
150 new_fd(struct io_context* context, struct file_descriptor* descriptor) argument
202 close_fd(struct io_context* context, struct file_descriptor* descriptor) argument
218 close_fd_index(struct io_context* context, int fd) argument
254 get_fd_locked(struct io_context* context, int fd) argument
275 get_fd(struct io_context* context, int fd) argument
284 get_open_fd(struct io_context* context, int fd) argument
301 remove_fd(struct io_context* context, int fd) argument
342 struct io_context* context = get_current_io_context(kernel); local
377 struct io_context* context; local
528 io_context* context = get_current_io_context(kernel); local
607 io_context* context = get_current_io_context(kernel); local
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp61 get_device_by_hid_callback(ACPI_HANDLE object, UINT32 depth, void* context, argument
154 static void globalNotifyHandler(ACPI_HANDLE device, UINT32 value, void* context) argument
95 globalGPEHandler(UINT32 eventType, ACPI_HANDLE device, UINT32 eventNumber, void* context) argument
324 install_notify_handler(acpi_handle device, uint32 handlerType, acpi_notify_handler handler, void *context) argument
733 walk_resources(acpi_handle busDeviceHandle, char* method, acpi_walk_resources_callback callback, void* context) argument
742 walk_namespace(acpi_handle busDeviceHandle, uint32 objectType, uint32 maxDepth, acpi_walk_callback descendingCallback, acpi_walk_callback ascendingCallback, void* context, void** returnValue) argument
[all...]
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp316 ppc_cpu_exception_context *context = ppc_get_cpu_exception_context(i); local
557 ppc_set_current_cpu_exception_context(struct ppc_cpu_exception_context *context) argument
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp1009 BUrlContext context; local
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp258 pch_i2c_scan_parse_callback(ACPI_RESOURCE *res, void *context) argument
306 pch_i2c_scan_bus_callback(acpi_handle object, uint32 nestingLevel, void *context, void** returnValue) argument
/haiku/src/system/kernel/vm/
H A Dvm.cpp4722 fault_get_page(PageFaultContext& context) argument
[all...]
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/
H A Dacpi_lid.cpp72 acpi_lid_notify_handler(acpi_handle _device, uint32 value, void *context) argument
/haiku/src/add-ons/kernel/drivers/power/acpi_ac/
H A Dacpi_ac.cpp65 acpi_ac_notify_handler(acpi_handle device, uint32 value, void *context) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp759 fuse_context* context = (fuse_context*)RequestThread::GetCurrentThread() local
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c2970 _task_fn_rx_watchdog(void *context) argument
4000 _task_fn_tx(void *context) argument
4040 _task_fn_rx(void *context) argument
4092 _task_fn_admin(void *context) argument
4141 _task_fn_iov(void *context) argument
[all...]
/haiku/src/system/kernel/events/
H A Devent_queue.cpp631 io_context* context = get_current_io_context(false); local
/haiku/src/add-ons/kernel/drivers/power/acpi_battery/
H A Dacpi_battery.cpp253 battery_notify_handler(acpi_handle device, uint32 value, void *context) argument
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp43 struct context { struct
740 struct context* context = (struct context*)route->gateway; local
1226 struct context* contex local
1366 setup_context(struct context& context, bool server) argument
1384 cleanup_context(struct context& context) argument
[all...]
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp348 BrowserWindow(BRect frame, SettingsMessage* appSettings, const BString& url, BPrivate::Network::BUrlContext* context, uint32 interfaceElements, BWebView* webView) argument

Completed in 313 milliseconds

12345678