Searched defs:type (Results 276 - 300 of 493) sorted by relevance

<<11121314151617181920

/barrelfish-master/include/
H A Dmultiboot.h129 uint32_t type; member in struct:multiboot_mmap
/barrelfish-master/kernel/
H A Dstartup.c49 create_caps_to_cnode(lpaddr_t base_addr, size_t size, enum region_type type, struct spawn_state *st, struct bootinfo *bootinfo) argument
/barrelfish-master/include/barrelfish/
H A Dmemobj.h71 enum memobj_type type; ///< Type of the memory object member in struct:memobj
/barrelfish-master/include/target/x86/barrelfish_kpi/
H A Dcoredata_target.h29 uint32_t type; member in struct:x86_coredata_mmap
/barrelfish-master/lib/blk/blk_ahci/
H A Dsata_fis.h39 unsigned char type; member in struct:sata_fis_reg_h2d
63 unsigned char type; member in struct:sata_fis_reg_d2h
/barrelfish-master/lib/barrelfish/
H A Ddispatch.c492 enum exception_type type; local
/barrelfish-master/tools/weever/
H A Delf64.c229 uint32_t type = ELF64_R_TYPE(r->r_info); local
113 elf64_find_section_header_type(struct Elf64_Shdr * shdr, uint32_t entries, uint32_t type) argument
[all...]
/barrelfish-master/usr/bench/cow/
H A Dvspace_cow.c16 static void handler(enum exception_type type, int subtype, void *vaddr, argument
/barrelfish-master/usr/bench/net_latency/elb/
H A Dinterface_app.c189 sp_notification_from_driver(struct net_queue_manager_binding *b, uint64_t queueid, uint64_t type, uint64_t rts) argument
/barrelfish-master/usr/block_server/
H A Dnetwork_common.h57 enum block_net_msg_type type; member in struct:block_net_msg
/barrelfish-master/include/usb/
H A Dusb_request.h30 uint8_t type : 2; // standard, class, vendor member in struct:usb_request_type
/barrelfish-master/lib/barrelfish/vspace/
H A Dmemobj_anon.c416 pagefault(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, vm_fault_type_t type) argument
H A Dmemobj_append.c335 pagefault(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, vm_fault_type_t type) argument
H A Dmemobj_numa.c250 pagefault(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, vm_fault_type_t type) argument
/barrelfish-master/lib/compiler-rt/builtins/
H A Demutls.c236 static __inline uintptr_t __atomic_load_n(void *ptr, unsigned type) { argument
247 static __inline void __atomic_store_n(void *ptr, uintptr_t val, unsigned type) { argument
/barrelfish-master/usr/drivers/iommu/modules/generic/
H A Diommu_service.c496 iommu_service_new_endpoint(struct capref ep, struct iommu_device *dev, idc_endpoint_t type) argument
510 request_iommu_endpoint_handler(struct pci_iommu_binding *b, uint8_t type, uint32_t segment, uint32_t bus, uint32_t device, uint32_t function) argument
549 iommu_request_endpoint(uint8_t type, struct capref* cap, struct iommu* iommu) argument
[all...]
/barrelfish-master/lib/devif/backends/net/udp/
H A Ddevif_backend_udp.c315 struct bench_ctl* udp_get_benchmark_data(struct udp_q* q, bench_data_type_t type) argument
/barrelfish-master/lib/dma/ioat/
H A Dioat_dma_device.c245 ioat_dma_device_irq_setup(struct ioat_dma_device *dev, dma_irq_t type) argument
517 ioat_dma_device_intr_enable(struct ioat_dma_device *dev, dma_irq_t type, dma_irq_fn_t fn, void *arg) argument
[all...]
/barrelfish-master/lib/elf/
H A Delf64.c73 elf64_find_section_header_type(struct Elf64_Shdr * shdr, uint32_t entries, uint32_t type) argument
148 elf64_find_symbol_by_name(genvaddr_t elf_base, size_t elf_bytes, const char *name, uint8_t contains, uint8_t type, uintptr_t *sindex) argument
216 elf64_count_symbol_by_name(genvaddr_t elf_base, size_t elf_bytes, const char *name, uint8_t contains, uint8_t type, size_t *ret_bytes) argument
415 uint32_t type = ELF64_R_TYPE(r->r_info); local
[all...]
/barrelfish-master/lib/posixcompat/
H A Dnestedpaging.c15 static errval_t allocate_vnode(enum objtype type, struct capref *vnode, void **mapped) argument
/barrelfish-master/lib/devif/backends/net/ip/
H A Ddevif_backend_ip.c410 struct bench_ctl* ip_get_benchmark_data(struct ip_q* q, uint8_t type) argument
/barrelfish-master/lib/net_device_manager/
H A Dsoft_filt_cl_impl.c364 static uint64_t populate_rx_tx_filter_mem(uint16_t port, net_ports_port_type_t type, argument
113 register_soft_filt_impl(uint16_t port, port_type_t type, bufid_t buffer_id_rx, bufid_t buffer_id_tx, appid_t appid, qid_t qid, uint64_t *id, errval_t *rerr, uint64_t *filter_id) argument
[all...]
/barrelfish-master/lib/vfs/
H A Dmmap.c32 pagefault(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, vm_fault_type_t type) argument
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Dusb_transfer.c753 void usb_rx_transfer_setup_call(struct usb_manager_binding *bind, uint8_t type, argument
[all...]
H A Dusb_request.c614 usb_req_get_descriptor(struct usb_device *dev, uint16_t *actual_length, void *desc, uint16_t min_length, uint16_t max_length, uint16_t id, uint8_t type, uint8_t desc_index, uint8_t retries) argument

Completed in 215 milliseconds

<<11121314151617181920