Searched refs:descriptors (Results 1 - 25 of 32) sorted by relevance

12

/haiku/headers/private/kernel/arch/x86/
H A Ddescriptors.h58 # include <arch/x86/64/descriptors.h>
60 # include <arch/x86/32/descriptors.h>
H A Darch_cpu.h22 #include <arch/x86/descriptors.h>
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp50 file_descriptor** descriptors = (file_descriptor**)data; local
54 if (descriptors[i] != NULL) {
55 close_fd(ioContext, descriptors[i]);
56 put_fd(descriptors[i]);
308 file_descriptor** descriptors = new(std::nothrow) file_descriptor*[count];
309 if (descriptors == NULL)
311 ArrayDeleter<file_descriptor*> _(descriptors);
312 memset(descriptors, 0, sizeof(file_descriptor*) * count);
314 // get the file descriptors
319 descriptors[
368 file_descriptor** descriptors = (file_descriptor**)data; local
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.h9 #include <arch/x86/descriptors.h>
H A Dlong_asm.S10 #include <arch/x86/descriptors.h>
H A Dinterrupts.cpp20 #include <arch/x86/descriptors.h>
H A Dlong.cpp13 // Include the x86_64 version of descriptors.h
15 #include <arch/x86/descriptors.h>
/haiku/headers/os/drivers/pcmcia/
H A Dcb_enabler.h73 const cb_device_descriptor *descriptors,
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dentry.S10 #include <arch/x86/descriptors.h>
H A Dlong_smp_trampoline.S16 #include <arch/x86/descriptors.h>
H A Darch_mmu.cpp16 #include <arch/x86/descriptors.h>
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dentry.S9 #include <arch/x86/descriptors.h>
H A Dsmp_trampoline.S19 #include <arch/x86/descriptors.h>
H A Darch_mmu.cpp12 #include <arch/x86/descriptors.h>
111 // put standard segment descriptors in GDT
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp397 const usb_support_descriptor *descriptors,
417 memcpy(element->support_descriptors, descriptors, descriptorsSize);
439 memcpy(info->support_descriptors, descriptors, descriptorsSize);
396 RegisterDriver(const char *driverName, const usb_support_descriptor *descriptors, size_t descriptorCount, const char *republishDriverName) argument
H A Dusb.cpp243 const usb_support_descriptor *descriptors,
246 return gUSBStack->RegisterDriver(driverName, descriptors, count,
242 register_driver(const char *driverName, const usb_support_descriptor *descriptors, size_t count, const char *optionalRepublishDriverName) argument
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S14 #include <arch/x86/descriptors.h>
H A Dapm.cpp10 #include <descriptors.h>
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h79 // descriptors per isochronous transfer
86 uhci_td ** descriptors; member in struct:isochronous_transfer_data
H A Dehci.h33 // descriptors per isochronous transfer
40 ehci_itd ** descriptors; member in struct:isochronous_transfer_data
H A Duhci.cpp627 // Create lists for managing isochronous transfer descriptors
962 // clear the active bit so the descriptors are canceled
1002 // clear the active bit so the descriptors are canceled
1062 current->descriptors[i]->status &= ~TD_STATUS_ACTIVE;
1091 TRACE_ERROR("failed to allocate descriptors\n");
1128 // Link transfer and status descriptors directly
1230 data->descriptors = isoRequest;
1277 // descriptors from the frame list, as descriptors are not link to each
1286 // Create the list of transfer descriptors
[all...]
/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp8 #include <arch/x86/descriptors.h>
250 "GDT cannot contain more than 8192 descriptors");
H A Dentry_compat.S12 #include <arch/x86/descriptors.h>
H A Dinterrupts.S12 #include <arch/x86/descriptors.h>
/haiku/src/system/kernel/arch/x86/
H A Darch_int.cpp27 #include <arch/x86/descriptors.h>

Completed in 112 milliseconds

12