Searched refs:handle (Results 126 - 150 of 247) sorted by last modified time

12345678910

/haiku/src/system/runtime_loader/
H A Dexport.cpp20 void* handle; local
21 return load_library(name, flags, true, NULL, &handle);
41 export_unload_library(void* handle) argument
43 return unload_library(handle, -1, false);
/haiku/src/system/libroot/posix/
H A Ddlfcn.c27 void* handle; local
30 &handle);
34 return imageID >= 0 ? handle : NULL;
39 dlsym(void *handle, char const *name) argument
45 if (handle == RTLD_NEXT) {
49 status = __gRuntimeLoader->get_library_symbol(handle, caller, name,
61 dlclose(void *handle) argument
63 return sStatus = __gRuntimeLoader->unload_library(handle);
107 void *__libc_dlsym(void *handle, const char *name);
108 void __libc_dlclose(void *handle);
118 __libc_dlsym(void *handle, const char *name) argument
125 __libc_dlclose(void *handle) argument
[all...]
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h33 status_t (*unload_library)(void* handle);
36 status_t (*get_library_symbol)(void* handle, void* caller,
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.h20 BPartitionHandle** handle);
29 BPartitionHandle** handle);
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp1143 if (void* handle = load_driver_settings("kernel")) {
1144 sQEmuSingleStepHack = get_driver_boolean_parameter(handle,
1147 unload_driver_settings(handle);
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTDiskAddOn.cpp76 GPTPartitionHandle* handle local
78 if (handle == NULL)
81 status_t error = handle->Init();
83 delete handle;
87 *_handle = handle;
127 GPTPartitionHandle* handle
129 if (handle == NULL)
134 delete handle;
144 *_handle = handle;
/haiku/src/tools/mbrtool/
H A Dmbrtool.cpp70 mbrWipe(int handle) argument
77 return pwrite(handle, emptyMBR, 66, 0x1BE);
82 mbrValid(int handle) argument
87 ssize_t read = pread(handle, mbrBytes, 66, 0x1BE);
94 createPartition(int handle, int index, bool active, uint8_t type,
116 ssize_t written = pwrite(handle, partition, 16, 512 - 2 - 16 * (4 - index));
121 written = pwrite(handle, &partitionOffset, 4, offset + 512 - 2 - 4);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire_module.cpp128 fw_get_handle(int socket, struct firewire_softc **handle) argument
130 if (handle == NULL)
133 *handle = gFirewire_softc[socket];
136 *handle = NULL;
/haiku/headers/private/kernel/vm/
H A Dvm.h137 status_t vm_put_physical_page(addr_t vaddr, void* handle);
140 status_t vm_put_physical_page_current_cpu(addr_t vaddr, void* handle);
143 status_t vm_put_physical_page_debug(addr_t vaddr, void* handle);
H A DVMTranslationMap.h114 void* handle) = 0;
130 void* handle) = 0;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp37 QueryHandle* handle)
44 fHandle(handle)
93 virtual void QueryHandleClosed(QueryHandle* handle) argument
100 handle->SetQueryListener(NULL);
789 uint32 flags, port_id remotePort, int32 remoteToken, QueryHandle** handle)
791 if (!queryDomain || !queryString || !handle)
798 // allocate the handle
863 *handle = queryHandle;
36 QueryHandler(NodeMonitorListener* listener, QueryDomain* queryDomain, QueryHandle* handle) argument
788 OpenQuery(QueryDomain* queryDomain, const char* queryString, uint32 flags, port_id remotePort, int32 remoteToken, QueryHandle** handle) argument
/haiku/headers/posix/arpa/
H A Dnameser.h111 * This is a message handle. It is caller allocated and has no dynamic data.
128 * This is a newmsg handle, used when constructing new messages with
139 #define ns_msg_id(handle) ((handle)._id + 0)
140 #define ns_msg_base(handle) ((handle)._msg + 0)
141 #define ns_msg_end(handle) ((handle)._eom + 0)
142 #define ns_msg_size(handle) ((handle)
[all...]
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp1010 void *handle; local
1013 &handle) != B_OK) {
1029 vm_put_physical_page_current_cpu(virtualAddress, handle);
/haiku/src/add-ons/kernel/generic/smbios/
H A Dsmbios.cpp71 uint16 handle; member in struct:smbios_structure_header
/haiku/src/kits/bluetooth/
H A DRemoteDevice.cpp204 reply.FindInt16("handle", (int16*)&fHandle);
226 disconnect->handle = fHandle;
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DDevice.cpp22 return install_notify_handler(device->handle, handlerType, handler,
30 return remove_notify_handler(device->handle, handlerType, handler);
38 return install_address_space_handler(device->handle, spaceId, handler,
46 return remove_address_space_handler(device->handle, spaceId, handler);
75 return evaluate_method(device->handle, method, args, returnValue);
83 return walk_resources(device->handle, method, callback, context);
92 return walk_namespace(device->handle, objectType, maxDepth,
100 ACPI_HANDLE handle = NULL; local
114 if (path != NULL && AcpiGetHandle(NULL, (ACPI_STRING)path, &handle) != AE_OK) {
119 device->handle
[all...]
/haiku/headers/os/game/
H A DGameSound.h57 status_t Init(gs_id handle);
/haiku/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp494 device->bulk_in = endpoint->handle;
498 device->bulk_out = endpoint->handle;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp128 void *handle = load_driver_settings(path); local
129 if (!handle) {
135 fSettings = dup_driver_settings(get_driver_settings(handle));
136 unload_driver_settings(handle);
1149 \param protocolNumber The protocol number that the object should handle.
1570 // we do not have to handle it here
1675 - \c PPP_DISCARDED: The protocol handler(s) did not handle this packet.
1733 // maybe the parent interface can handle the packet
1758 - \c PPP_DISCARDED: The protocol handler(s) did not handle this packet.
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Ddriver.c153 /* get a handle for the agp bus if it exists */
347 result = mem_alloc( di->memmgr[memory_type], am->size, am->global ? 0 : dev, &am->handle, &am->offset );
362 result = mem_free( di->memmgr[memory_type], fm->handle, fm->global ? 0 : dev );
H A DCP_setup.c44 #define ALLOC_MEM( asize, mem_type, aglobal, handle, offset ) \
55 *(handle) = am.handle; \
64 #define FREE_MEM( mem_type, handle ) \
70 fm.handle = offset; \
81 #define ALLOC_MEM( asize, mem_type, aglobal, handle, offset ) \
84 res = mem_alloc( di->memmgr[mem_type], asize, NULL, handle, offset );
100 #define FREE_MEM( mem_type, handle ) \
103 handle, NULL );
/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp303 uint8* handle = bits; local
305 b = handle[0];
306 g = handle[1];
307 r = handle[2];
308 handle += 4;
323 uint8* handle = bits; local
325 b = handle[2];
326 g = handle[1];
327 r = handle[0];
328 handle
[all...]
/haiku/src/add-ons/disk_systems/btrfs/
H A DBTRFSAddOn.h20 BPartitionHandle** handle);
32 BPartitionHandle** handle);
H A DBTRFSAddOn.cpp75 BTRFSPartitionHandle* handle = new(nothrow) BTRFSPartitionHandle(partition); local
76 if (!handle)
79 status_t error = handle->Init();
81 delete handle;
85 *_handle = handle;
138 BTRFSPartitionHandle* handle = new(nothrow) BTRFSPartitionHandle(partition);
139 if (!handle)
141 ObjectDeleter<BTRFSPartitionHandle> handleDeleter(handle);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.c158 ns_msg *handle, ns_sect section,
180 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode);
183 if (ns_parserr(handle, section, rrnum, &rr)) {
255 n = ns_sprintrr(handle, &rr, NULL, NULL,
290 ns_msg handle; local
294 if (ns_initparse(msg, len, &handle) < 0) {
298 opcode = ns_msg_getflag(handle, ns_f_opcode);
299 rcode = ns_msg_getflag(handle, ns_f_rcode);
300 id = ns_msg_id(handle);
301 qdcount = ns_msg_count(handle, ns_s_q
157 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument
[all...]

Completed in 273 milliseconds

12345678910