Searched refs:buffer (Results 51 - 75 of 441) sorted by relevance

1234567891011>>

/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dt1_clnt.c61 #include <openssl/buffer.h>
H A Dt1_srvr.c61 #include <openssl/buffer.h>
/barrelfish-master/include/lwip2/netif/ppp/polarssl/
H A Dmd4.h49 unsigned char buffer[64]; /*!< data block being processed */ member in struct:__anon153
65 * \brief MD4 process buffer
68 * \param input buffer holding the data
82 * \brief Output = MD4( input buffer )
84 * \param input buffer holding the data
H A Dmd5.h49 unsigned char buffer[64]; /*!< data block being processed */ member in struct:__anon154
65 * \brief MD5 process buffer
68 * \param input buffer holding the data
82 * \brief Output = MD5( input buffer )
84 * \param input buffer holding the data
H A Dsha1.h49 unsigned char buffer[64]; /*!< data block being processed */ member in struct:__anon155
65 * \brief SHA-1 process buffer
68 * \param input buffer holding the data
82 * \brief Output = SHA-1( input buffer )
84 * \param input buffer holding the data
/barrelfish-master/lib/lwip2/src/apps/httpd/
H A Dfs.c54 int fs_read_async_custom(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *callback_arg);
56 int fs_read_custom(struct fs_file *file, char *buffer, int count);
117 fs_read_async(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *callback_arg) argument
120 fs_read(struct fs_file *file, char *buffer, int count)
134 return fs_read_async_custom(file, buffer, count, callback_fn, callback_arg);
136 return fs_read_custom(file, buffer, count);
146 MEMCPY(buffer, (file->data + file->index), read);
/barrelfish-master/lib/bulk_transfer/
H A Dbulk_allocator.c30 * @param buffer_size the size of a single buffer
100 le->buffer = buf;
114 * @param buffer_size the size of a single buffer
219 * Gets a new bulk buffer from the allocator.
221 * @param alloc the allocator handle to allocate the buffer from
224 * NULL if there are no buffer left
235 struct bulk_buffer *buf = alloc->free_buffers->buffer;
249 * returns a buffer back to the allocator. The pools must match.
251 * @param alloc the allocator to hand the buffer back
252 * @param buffer th
254 bulk_alloc_return_buffer(struct bulk_allocator *alloc, struct bulk_buffer *buffer) argument
[all...]
/barrelfish-master/lib/bulk_transfer/backends/local/
H A Dcontrol_channel.c69 struct bulk_buffer *buffer; member in struct:local_event::__anon126::__anon130
75 struct bulk_buffer *buffer; member in struct:local_event::__anon126::__anon131
85 struct bulk_buffer *buffer; member in struct:local_event::__anon126::__anon132
93 struct bulk_buffer *buffer; member in struct:local_event::__anon126::__anon133
107 struct bulk_buffer *buffer,
111 struct bulk_buffer *buffer,
115 struct bulk_buffer *buffer,
119 struct bulk_buffer *buffer,
397 * the buffer caps. These have already been created and cannot
459 /* -------------------------- event buffer mov
495 impl_move(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
583 impl_pass(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
653 impl_copy(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
732 impl_release(struct bulk_channel *channel, struct bulk_buffer *buffer, struct bulk_continuation cont) argument
[all...]
/barrelfish-master/usr/drivers/omap44xx/mmchs/
H A Dservice.c39 void *buffer = malloc(buffer_size); local
40 assert(buffer != NULL);
42 uint8_t *bufptr = (uint8_t *)buffer;
50 errval_t err = ata_rw28_read_dma_response__tx(sv, MKCLOSURE(free, buffer), buffer, buffer_size);
62 void *buffer = malloc(SECTION_SIZE); local
63 assert(buffer != NULL);
65 errval_t err = mmchs_read_block(st, lba, buffer);
68 err = ata_rw28_read_dma_block_response__tx(sv, MKCLOSURE(free, buffer), buffer, SECTION_SIZ
[all...]
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Dusb_memory.c48 ret_mem->buffer = 0;
54 ret_mem->buffer = free_pg->buffer + offset;
59 free_pg->buffer += size_req;
100 err = vspace_map_one_frame_attr(&ret->page.buffer, USB_PAGE_SIZE, ret->cap,
110 ret->free.buffer = ret->page.buffer;
174 err = vspace_map_one_frame_attr(&ret->buffer, size, ret->cap,
217 memcpy(pg->buffer + offset, data, length);
223 * \brief copies data from the DMA memory region out to a buffer
[all...]
/barrelfish-master/lib/libc/net/
H A Dgetproto.c59 char *buffer; local
65 buffer = va_arg(ap, char *);
84 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) {
94 getprotobynumber_r(int proto, struct protoent *pptr, char *buffer, argument
116 defaultsrc, proto, pptr, buffer, buflen, &ret_errno);
/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Drand_os2.c137 char *buffer = OPENSSL_malloc(256 * 1024); local
139 if (DosQuerySysState(0x1F, 0, 0, 0, buffer, 256 * 1024) == 0) {
140 /* First 4 bytes in buffer is a pointer to the thread count
143 RAND_add(buffer, 256 * 1024, **(ULONG **)buffer);
146 OPENSSL_free(buffer);
/barrelfish-master/lib/bulk_transfer/backends/sm/
H A Dbuffers.c31 struct bulk_buffer *buffer; member in struct:pass_data
39 struct bulk_buffer *buffer = d->buffer; local
48 err = bulk_ctrl_move_untrusted_call__tx(b, txcont, d->poolid, buffer->bufferid,
51 err = bulk_ctrl_move_trusted_call__tx(b, txcont, d->poolid, buffer->bufferid,
67 struct bulk_buffer *buffer,
87 cap = buffer->cap;
97 d->buffer = buffer;
99 fill_pool_id_for_flounder(&buffer
66 bulk_sm_move(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
110 struct bulk_buffer *buffer = d->buffer; local
136 bulk_sm_copy(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
180 struct bulk_buffer *buffer = d->buffer; local
201 bulk_sm_release(struct bulk_channel *channel, struct bulk_buffer *buffer, struct bulk_continuation cont) argument
233 struct bulk_buffer *buffer = d->buffer; local
260 bulk_sm_pass(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
338 struct bulk_buffer *buffer = NULL; local
451 struct bulk_buffer *buffer = NULL; local
566 struct bulk_buffer *buffer = NULL; local
678 struct bulk_buffer *buffer = NULL; local
[all...]
/barrelfish-master/usr/bench/bulk_transfer/
H A Dmicro_echo.c90 struct bulk_buffer *buffer,
94 DEBUG("move_received: %d b->p=%p\n", count, buffer->pool);
96 ctrl_value += *((uint32_t *) buffer->address);
103 memcpy(reply->address, buffer->address,
104 buffer->pool->buffer_size);
106 *((uint32_t *) reply->address) = *((uint32_t *) buffer->address) +1;
109 expect_success(bulk_channel_pass(&rxc, buffer, meta, panic_cont));
111 *((uint32_t *) buffer->address) = *((uint32_t *) buffer->address) +1;
112 expect_success(bulk_channel_move(&txc, buffer, met
89 cb_move_received(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta) argument
116 cb_buffer_received(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta) argument
[all...]
/barrelfish-master/lib/skb/
H A Dskb_functions.c32 static char buffer[skb__run_call_input_MAX_ARGUMENT_SIZE + 1]; variable
82 int len = skb_vsnprintf(buffer, BUFFER_SIZE, fmt, va_l);
90 if (len > 0 && buffer[len - 1] == '.') {
94 SKB_DEBUG("skb_add_fact(): %s\n", buffer);
95 int assert_len = snprintf(buffer + len, BUFFER_SIZE - len,
96 "assert(%.*s).", len, buffer);
102 err = skb_execute(buffer + len);
112 int len = skb_vsnprintf(buffer, BUFFER_SIZE, fmt, va_l);
120 if (strcmp(buffer, buffer2) != 0) {
122 printf("%s:%s:%d: skb_vsnprintf: %s\n", __FILE__, __FUNCTION__, __LINE__, buffer);
[all...]
/barrelfish-master/lib/libc/rpc/
H A Dgetrpcent.c118 char *buffer; member in struct:rpcent_state
213 char *buffer; local
244 buffer = va_arg(ap, char *);
277 aliases = (char **)_ALIGN(&buffer[linesize+1]);
278 aliases_size = (buffer + bufsize -
286 memcpy(buffer, line, linesize);
287 buffer[linesize] = '\0';
289 rv = rpcent_unpack(buffer, rpc, aliases, aliases_size, errnop);
390 char *buffer; local
424 buffer
595 rpc_id_func(char *buffer, size_t *buffer_size, va_list ap, void *cache_mdata) argument
647 rpc_marshal_func(char *buffer, size_t *buffer_size, void *retval, va_list ap, void *cache_mdata) argument
734 rpc_unmarshal_func(char *buffer, size_t buffer_size, void *retval, va_list ap, void *cache_mdata) argument
802 getrpcbyname_r(const char *name, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **result) argument
835 getrpcbynumber_r(int number, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **result) argument
868 getrpcent_r(struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **result) argument
911 wrap_getrpcbyname_r(union key key, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **res) argument
918 wrap_getrpcbynumber_r(union key key, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **res) argument
925 wrap_getrpcent_r(union key key __unused, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **res) argument
[all...]
/barrelfish-master/include/lwip2/lwip/apps/
H A Dfs.h82 int fs_read_async(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *callback_arg);
84 int fs_read(struct fs_file *file, char *buffer, int count);
/barrelfish-master/include/bulk_transfer/
H A Dbulk_allocator.h5 * Note using this allocator is optional, an application can do its own buffer
27 struct bulk_buffer *buffer; member in struct:bulk_buffer_mng
49 //TRUST_NONE or TRUST_HALF implies seperate capabilities per buffer
60 * @param buffer_size the size of a single buffer
73 * @param buffer_size the size of a single buffer
91 * Gets a new bulk buffer from the allocator.
93 * @param alloc the allocator handle to allocate the buffer from
96 * NULL if there are no buffer left
103 * returns a buffer back to the allocator. The pools must match.
105 * @param alloc the allocator to hand the buffer bac
[all...]
H A Dbulk_sm.h75 struct bulk_buffer *buffer,
80 struct bulk_buffer *buffer,
85 struct bulk_buffer *buffer,
89 struct bulk_buffer *buffer,
/barrelfish-master/include/storage/
H A Dvsic.h26 off_t offset, size_t size, void *buffer);
28 off_t offset, size_t size, void *buffer);
/barrelfish-master/usr/eclipseclp/VBinterface/
H A DEclipseStream.cls39 (ByVal StreamNr As Long, ByVal buffer As String, ByVal length As Long) _
43 (ByVal StreamNr As Long, ByVal buffer As String, ByVal length As Long) _
120 Dim buffer As String
129 buffer = Space(l)
130 ret = ec_queue_read(mvarStreamID, buffer, l)
132 Read = Left(buffer, ret)
134 Read = buffer
138 Dim buffer As String * 1000
141 lenbuf = ec_queue_read(mvarStreamID, buffer, 1000)
143 NewData = buffer
[all...]
/barrelfish-master/lib/libc/locale/
H A Dlmonetary.h63 char *buffer; member in struct:xlocale_monetary
/barrelfish-master/lib/lwip2/src/core/
H A Ddef.c105 lwip_strnstr(const char* buffer, const char* token, size_t n) argument
110 return LWIP_CONST_CAST(char *, buffer);
112 for (p = buffer; *p && (p + tokenlen <= buffer + n); p++) {
/barrelfish-master/include/sys/
H A Dmd5.h39 unsigned char buffer[64]; /* input buffer */ member in struct:MD5Context
/barrelfish-master/include/
H A Dmd5.h39 unsigned char buffer[64]; /* input buffer */ member in struct:MD5Context

Completed in 231 milliseconds

1234567891011>>