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

12345

/barrelfish-2018-10-04/lib/blk/dma_mem/
H A Ddma_mem.h20 uint64_t bytes; ///< size of the region in bytes member in struct:dma_mem
H A Ddma_mem.c56 errval_t dma_mem_alloc(size_t bytes, struct dma_mem *mem) argument
[all...]
/barrelfish-2018-10-04/lib/dma/
H A Ddma_mem_utils.c27 errval_t dma_mem_alloc(size_t bytes, argument
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dpci_ethernet.h28 size_t bytes; member in struct:pci_ethernet
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rand/
H A Drand.h84 int (*bytes)(unsigned char *buf, int num); member in struct:rand_meth_st
H A Drand_egd.c101 RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) argument
110 RAND_egd_bytes(const char *path,int bytes) argument
138 RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) argument
286 RAND_egd_bytes(const char *path, int bytes) argument
[all...]
H A Drandfile.c106 int RAND_load_file(const char *file, long bytes) argument
[all...]
/barrelfish-2018-10-04/include/openssl/
H A Drand.h84 int (*bytes)(unsigned char *buf, int num); member in struct:rand_meth_st
/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/lib/openssl-1.0.0d/crypto/whrlpool/
H A Dwp_dgst.c63 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *_inp,size_t bytes) argument
254 unsigned char *WHIRLPOOL(const void *inp, size_t bytes,unsigned char *md) argument
/barrelfish-2018-10-04/lib/trace/
H A Dtrace.c37 size_t bytes; local
/barrelfish-2018-10-04/usr/tests/twolevel_cspace/
H A Dtest_create_l1l2.c31 static void setup(size_t bytes) argument
/barrelfish-2018-10-04/usr/vnode_map_32/
H A Dvnode_map_32.c55 size_t bytes = DEFAULT_SIZE; local
[all...]
/barrelfish-2018-10-04/lib/libc/inet/
H A Dinet_cidr_ntop.c78 decoct(const u_char *src, int bytes, char *dst, size_t size) { argument
115 size_t bytes; local
/barrelfish-2018-10-04/lib/libc/locale/
H A DcXXrtomb_iconv.h47 char bytes[sizeof(charXX_t) * SRCBUF_LEN]; member in union:__anon999::__anon1000
H A Dgb18030.c65 u_char bytes[4]; member in struct:__anon1002
H A Dgb2312.c60 u_char bytes[2]; member in struct:__anon1003
H A DmbrtocXX_iconv.h51 char bytes[sizeof(charXX_t) * DSTBUF_LEN]; member in union:__anon1006::__anon1007
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_blockdevfs_megaraid.c49 blockdevfs_megaraid_read(void *handle, size_t pos, void *buffer, size_t bytes, size_t *bytes_read) argument
58 blockdevfs_megaraid_write(void *handle, size_t pos, const void *buffer, size_t bytes, size_t *bytes_written) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_rand.c121 int ret=0,bit,bytes,mask; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Devp_pkey.c217 EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
226 EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, int nid, int type, const unsigned char *bytes, int len) argument
235 EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, const char *attrname, int type, const unsigned char *bytes, int len) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgostsum.c169 ssize_t bytes; local
/barrelfish-2018-10-04/usr/drivers/ioat_dma/
H A Ddma_service.c125 dma_svc_memcpy_cb(dma_svc_handle_t svc_handle, lpaddr_t dst, lpaddr_t src, size_t bytes, dma_req_id_t *id) argument
/barrelfish-2018-10-04/include/dma/
H A Ddma.h68 uint64_t bytes; ///< size of the region in bytes member in struct:dma_mem
/barrelfish-2018-10-04/lib/barrelfish/
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...]

Completed in 147 milliseconds

12345