Searched refs:resource (Results 1 - 25 of 214) sorted by path

123456789

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex44 (resource files), on the other hand these are file formats extended to
67 x86 resource files introduce the least overhead. The resources start directly
82 PPC resource files begin with a PEF container header, after which the
170 from the type of the file. x86 resource files contain little endian, PPC
171 resource files big endian data. The endianess of an ELF file is encoded in
174 As there is in fact no good reason to have different resource file formats,
176 \ref{file-formats}), it may be decided to use the x86 resource file format
195 & index section & resource index \\
217 resource index subsection. The latter locates all other data in the file.
222 \item{A data section holding the actual resource dat
[all...]
/haiku/headers/compatibility/bsd/sys/
H A Dwait.h16 #include <sys/resource.h>
/haiku/headers/os/drivers/pcmcia/
H A Dcs.h63 } resource; member in struct:adjust_t
/haiku/headers/os/storage/
H A DResources.h93 status_t RemoveResource(const void *resource);
/haiku/headers/private/kernel/
H A Dlow_resource_manager.h13 /* warning levels for low resource handlers */
42 void low_resource(uint32 resource, uint64 requirements, uint32 flags,
/haiku/src/add-ons/disk_systems/intel/
H A DIntelDiskAddOn.rdef5 resource app_signature "application/x-vnd.Haiku-IntelDiskAddOn";
7 resource app_version {
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb.rdef5 resource app_signature "application/x-vnd.haiku-usb";
7 resource app_version {
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.rdef5 resource app_signature "application/x-vnd.haiku-ehci";
7 resource app_version {
H A Dohci.rdef6 resource app_signature "application/x-vnd.haiku-ohci";
8 resource app_version {
H A Duhci.rdef5 resource app_signature "application/x-vnd.haiku-uhci";
7 resource app_version {
H A Dxhci.rdef5 resource app_signature "application/x-vnd.haiku-xhci";
7 resource app_version {
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c112 #include <machine/resource.h>
374 * Allocate a port resource with the given resource id.
380 struct resource *res;
394 * Allocate a memory resource with the given resource id.
399 struct resource *res;
414 * Allocate a auxiliary memory resource with the given resource id.
419 struct resource *re
[all...]
H A Dif_an_isa.c62 #include <machine/resource.h>
H A Dif_an_pccard.c62 #include <machine/resource.h>
H A Dif_an_pci.c77 #include <machine/resource.h>
H A Dif_anreg.h444 int port_rid; /* resource id for port range */
445 struct resource* port_res; /* resource for port range */
446 int mem_rid; /* resource id for memory range */
448 struct resource* mem_res; /* resource for memory range */
449 int mem_aux_rid; /* resource id for memory range */
451 struct resource* mem_aux_res; /* resource for memory range */
452 int irq_rid; /* resource i
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_btcoex_mci.c52 #include <machine/resource.h>
H A Dif_ath_lna_div.c54 #include <machine/resource.h>
H A Dif_ath_pci.c50 #include <machine/resource.h>
80 struct resource *sc_sr; /* memory resource */
81 struct resource *sc_irq; /* irq resource */
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c57 #include <machine/resource.h>
250 device_printf(dev, "could not allocate memory resource\n");
261 device_printf(dev, "could not allocate interrupt resource\n");
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c78 #include <machine/resource.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo_pci.c76 struct resource *malo_res_mem[MALO_RESOURCE_MAX];
78 struct resource *malo_res_irq[MALO_MSI_MESSAGES];
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/pci/
H A Dr88ee_attach.c37 #include <machine/resource.h>
H A Dr88ee_init.c37 #include <machine/resource.h>
H A Dr88ee_rx.c37 #include <machine/resource.h>

Completed in 189 milliseconds

123456789