Searched defs:bytes (Results 101 - 106 of 106) sorted by relevance

12345

/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci.h371 uint32_t bytes :15; ///< total bytes to transfer, member in struct:usb_ehci_qtd_token
543 uint32_t bytes :15; ///< length of the transfer in bytes member in struct:usb_ehci_qh_status
565 uint32_t bytes member in struct:usb_ehci_qh_bp::usb_ehci_qh_bp_2
[all...]
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dguest.c217 alloc_guest_mem(struct guest *g, lvaddr_t guest_paddr, size_t bytes) argument
[all...]
/barrelfish-2018-10-04/include/openssl/
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/lib/openssl-1.0.0d/crypto/x509/
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/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dmlx4_en.h283 unsigned long bytes; member in struct:mlx4_en_tx_ring
335 unsigned long bytes; member in struct:mlx4_en_rx_ring
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c4604 dlmalloc(size_t bytes) argument
4950 internal_memalign(mstate m, size_t alignment, size_t bytes) argument
5245 dlrealloc(void* oldmem, size_t bytes) argument
5290 dlrealloc_in_place(void* oldmem, size_t bytes) argument
5321 dlmemalign(size_t alignment, size_t bytes) argument
5328 dlposix_memalign(void** pp, size_t alignment, size_t bytes) argument
5351 dlvalloc(size_t bytes) argument
5358 dlpvalloc(size_t bytes) argument
5417 dlmalloc_set_footprint_limit(size_t bytes) argument
5560 mspace_malloc(mspace msp, size_t bytes) argument
5795 mspace_realloc(mspace msp, void* oldmem, size_t bytes) argument
5840 mspace_realloc_in_place(mspace msp, void* oldmem, size_t bytes) argument
5872 mspace_memalign(mspace msp, size_t alignment, size_t bytes) argument
5992 mspace_set_footprint_limit(mspace msp, size_t bytes) argument
[all...]

Completed in 123 milliseconds

12345