Searched defs:bytes (Results 1 - 25 of 106) sorted by path

12345

/barrelfish-2018-10-04/include/
H A Darranet_debug.h50 uint8_t bytes[24]; member in union:__anon33
69 uint8_t bytes[24]; member in union:__anon35
79 uint8_t bytes[sizeof(protocol_binary_request_header)]; member in union:__anon37
89 uint8_t bytes[sizeof(protocol_binary_response_header)]; member in union:__anon39
/barrelfish-2018-10-04/include/barrelfish_kpi/
H A Dcapabilities.h549 gensize_t bytes; ///< Size of frame, in bytes member in struct:frame_identity
/barrelfish-2018-10-04/include/dma/
H A Ddma.h68 uint64_t bytes; ///< size of the region in bytes member in struct:dma_mem
H A Ddma_request.h66 size_t bytes; ///< size of the transfer in bytes member in struct:dma_req_setup::__anon66::__anon67
75 size_t bytes; ///< size of the transfer in bytes member in struct:dma_req_setup::__anon66::__anon68
/barrelfish-2018-10-04/include/net_queue_manager/
H A Dnet_queue_manager.h86 uint64_t bytes; // Size of buffer in bytes member in struct:buffer_descriptor
/barrelfish-2018-10-04/include/openssl/
H A Drand.h84 int (*bytes)(unsigned char *buf, int num); member in struct:rand_meth_st
H A Dx509.h190 BUF_MEM *bytes; member in struct:X509_name_st
192 char *bytes; member in struct:X509_name_st
1101 const unsigned char *bytes, int len); variable
1104 const unsigned char *bytes, int len); variable
1107 const unsigned char *bytes, int len); variable
[all...]
/barrelfish-2018-10-04/include/pci/
H A Dmem.h31 size_t bytes; // size of entire region in bytes member in struct:device_mem
/barrelfish-2018-10-04/include/vm/
H A Duma_core.c1041 startup_alloc(uma_zone_t zone, vm_size_t bytes, uint8_t *pflag, int wait) argument
1101 page_alloc(uma_zone_t zone, vm_size_t bytes, uint8_t *pflag, int wait) argument
1123 noobj_alloc(uma_zone_t zone, vm_size_t bytes, uint8_t *flags, int wait) argument
[all...]
H A Dvnode_pager.c1119 int bytes = count * PAGE_SIZE; local
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dpaging.c35 inline static int aligned(uintptr_t address, uintptr_t bytes) argument
H A Dstartup_arch.c70 spawn_init_map(union arm_l2_entry* l2_table, lvaddr_t l2_base, lvaddr_t va_base, lpaddr_t pa_base, size_t bytes, uintptr_t l2_flags) argument
115 startup_alloc_init( void* state, genvaddr_t gvbase, size_t bytes, uint32_t flags, void** ret ) argument
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dpaging.c37 inline static int aligned(uintptr_t address, uintptr_t bytes) argument
125 void paging_map_memory(union armv8_ttable_entry *ttbase, lpaddr_t paddr, size_t bytes) argument
H A Dstartup_arch.c147 static errval_t startup_alloc_init(void* state, genvaddr_t gvbase, size_t bytes, argument
103 spawn_init_map(union armv8_ttable_entry *l3_table, lvaddr_t l3_base, lvaddr_t va_base, lpaddr_t pa_base, size_t bytes, uintptr_t l3_flags) argument
/barrelfish-2018-10-04/kernel/
H A Dcapabilities.c1295 check_caps_create_arguments(enum objtype type, size_t bytes, size_t objsize, bool exact) argument
1379 caps_create_new(enum objtype type, lpaddr_t addr, size_t bytes, size_t objsize, coreid_t owner, struct cte *caps) argument
[all...]
/barrelfish-2018-10-04/lib/barrelfish/arch/aarch64/
H A Dpmap.c455 max_slabs_required(size_t bytes) argument
497 size_t bytes = SLAB_STATIC_SIZE(request - slab_freecount(&pmap->slab), local
581 size_t bytes = SLAB_STATIC_SIZE(slabs_required - slabs_free, local
[all...]
/barrelfish-2018-10-04/lib/barrelfish/arch/arm/
H A Dpmap.c629 max_slabs_required(size_t bytes) argument
639 static size_t max_slabs_required_large(size_t bytes) argument
668 size_t bytes = SLAB_STATIC_SIZE(request - slab_freecount(&pmap->slab), local
783 size_t bytes = SLAB_STATIC_SIZE(slabs_required - slabs_free, local
[all...]
/barrelfish-2018-10-04/lib/barrelfish/arch/x86_32/
H A Dpmap.c304 static size_t max_slabs_for_mapping(size_t bytes) argument
316 static size_t max_slabs_for_mapping_large(size_t bytes) argument
349 size_t bytes = SLAB_STATIC_SIZE(request - slab_freecount(&pmap->slab), local
445 size_t bytes = SLAB_STATIC_SIZE(max_slabs - slabs_free, local
[all...]
/barrelfish-2018-10-04/lib/barrelfish/arch/x86_64/
H A Dpmap.c470 static size_t max_slabs_for_mapping(size_t bytes) argument
479 static size_t max_slabs_for_mapping_large(size_t bytes) argument
487 max_slabs_for_mapping_huge(size_t bytes) argument
515 size_t bytes = SLAB_STATIC_SIZE(request - slab_freecount(&pmap->slab), local
631 size_t bytes = SLAB_STATIC_SIZE(max_slabs - slabs_free, local
[all...]
/barrelfish-2018-10-04/lib/barrelfish/
H A Dcapabilities.c747 errval_t frame_create(struct capref dest, size_t bytes, size_t *retbytes) argument
842 errval_t frame_alloc(struct capref *dest, size_t bytes, size_t *retbytes) argument
[all...]
H A Ddebug.c465 uint8_t *bytes = (void *)p; local
H A Dmorecore.c42 static void *morecore_alloc(size_t bytes, size_t *retbytes) argument
91 morecore_free(void *base, size_t bytes) argument
[all...]
H A Dslab.c179 static errval_t slab_refill_pages(struct slab_allocator *slabs, size_t bytes) argument
/barrelfish-2018-10-04/lib/barrelfish/vspace/
H A Dmmu_aware.c266 vspace_mmu_aware_unmap(struct vspace_mmu_aware *state, lvaddr_t base, size_t bytes) argument
/barrelfish-2018-10-04/lib/blk/dma_mem/
H A Ddma_mem.c56 errval_t dma_mem_alloc(size_t bytes, struct dma_mem *mem) argument
[all...]

Completed in 148 milliseconds

12345