Searched refs:buffer (Results 251 - 275 of 441) sorted by relevance

<<1112131415161718

/barrelfish-master/lib/openssl-1.0.0d/crypto/pqueue/
H A DMakefile78 pqueue.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Drand_egd.c59 #include <openssl/buffer.h>
/barrelfish-master/lib/openssl-1.0.0d/crypto/txt_db/
H A DMakefile78 txt_db.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-master/lib/vfs/
H A Dvfs.c282 * \param buffer Pointer to buffer of at least #bytes where read data is placed
286 errval_t vfs_read(vfs_handle_t handle, void *buffer, size_t bytes, argument
293 return m->ops->read(m->st, handle, buffer, bytes, bytes_read);
300 * \param buffer Pointer to buffer of #bytes containing data to write
304 errval_t vfs_write(vfs_handle_t handle, const void *buffer, size_t bytes, argument
310 return m->ops->write(m->st, handle, buffer, bytes, bytes_written);
445 * a malloced buffer containing the name of the next entry in the directory.
446 * This buffer mus
[all...]
H A Dvfs_ramfs.c61 // copy next chunk of path to private buffer
229 static errval_t read(void *st, vfs_handle_t handle, void *buffer, size_t bytes, argument
241 &msgerr, buffer, bytes_read);
266 static errval_t write(void *st, vfs_handle_t handle, const void *buffer, argument
277 err = cl->rpc->rpc_tx_vtbl.write(cl->rpc, h->fh, h->pos, buffer, bytes, &msgerr);
301 static errval_t read_bulk(void *st, vfs_handle_t handle, void *buffer, argument
352 memcpy((char *)buffer + bytes_read, mybuf, retlen);
373 static errval_t write_bulk(void *st, vfs_handle_t handle, const void *buffer, argument
396 memcpy(mybuf, (char *)buffer + bytes_written, reqlen);
H A Dvfs_nfs.c119 // copy next chunk of path to private buffer
448 // get directory name in separate nul-terminated string buffer
533 static errval_t read(void *st, vfs_handle_t inhandle, void *buffer, argument
547 fh.data = buffer;
612 static errval_t write(void *st, vfs_handle_t handle, const void *buffer, argument
650 memcpy(fh->data, buffer, bytes);
653 fh->data = (void *)buffer;
1023 // get directory name in separate nul-terminated string buffer
1119 // get directory name in separate nul-terminated string buffer
1181 static errval_t read_block(void *st, vfs_handle_t inhandle, void *buffer, argument
[all...]
/barrelfish-master/usr/drivers/omap44xx/mmchs/
H A Dmmchs.c352 * \param buffer Non-null buffer with a size of at least 512 bytes.
354 * \retval SYS_ERR_OK Block successfully written in buffer.
358 errval_t mmchs_read_block(struct mmchs_driver_state* st, size_t block_nr, void *buffer) argument
376 ((uint32_t *) buffer)[i] = omap44xx_mmchs1_mmchs_data_rd(&st->mmchs);
386 * \param buffer Data to write (must be at least 512 bytes in size).
392 errval_t mmchs_write_block(struct mmchs_driver_state* st, size_t block_nr, void *buffer) argument
409 omap44xx_mmchs1_mmchs_data_wr(&st->mmchs, ((uint32_t *) buffer)[i]);
/barrelfish-master/usr/drivers/usb/usb_keyboard/
H A Dusb_keyboard_driver.h121 uint8_t buffer[USB_KEYBOARD_BUFSIZE]; member in struct:usb_keyboard
H A Dusb_keyboard_driver.c60 } USB_DEBUG_KBD("buffer: but key %x\n", key);
62 debug_printf("WARNING: input buffer is full\n");
80 USB_DEBUG_KBD("buffer: return no key \n");
87 } USB_DEBUG_KBD("buffer: return key %x\n", c);
225 memset(keyboard.buffer, 0, USB_KEYBOARD_BUFSIZE);
232 usb_hid_put_data_unsigned(keyboard.buffer + 1,
243 usb_hid_put_data_unsigned(keyboard.buffer + 1,
254 usb_hid_put_data_unsigned(keyboard.buffer + 1,
268 keyboard.buffer[0] = report_id;
272 data = (void *) (keyboard.buffer);
[all...]
/barrelfish-master/usr/tests/devif/
H A Dbench.c92 char buffer[256];
95 //sprintf(buffer, "/nfs/%s/%s_devq.csv", machine_name, filename);
96 sprintf(buffer, "/nfs/%s_devq.csv", filename);
98 //sprintf(buffer, "/nfs/%s/%s.csv", machine_name, filename);
99 sprintf(buffer, "/nfs/%s.csv", filename);
102 debug_printf("%s \n", buffer);
103 err = vfs_open(buffer, &handle);
105 err = vfs_create(buffer, &handle);
112 sprintf(buffer, "enqueue,%lu \ndequeue,%lu \nregister,%lu \nderegister,%lu \n",
115 err = vfs_write(handle, buffer, strle
135 char buffer[512]; local
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/ocsp/
H A DMakefile81 ocsp_asn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
95 ocsp_cl.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
111 ocsp_err.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
125 ocsp_ext.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
140 ocsp_ht.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
155 ocsp_lib.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
170 ocsp_prn.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
185 ocsp_srv.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
201 ocsp_vfy.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A DMakefile168 e_4758cca.o: ../include/openssl/bn.h ../include/openssl/buffer.h
184 e_aep.o: ../include/openssl/bn.h ../include/openssl/buffer.h
200 e_atalla.o: ../include/openssl/bn.h ../include/openssl/buffer.h
216 e_capi.o: ../include/openssl/bn.h ../include/openssl/buffer.h
228 e_chil.o: ../include/openssl/bn.h ../include/openssl/buffer.h
245 e_cswift.o: ../include/openssl/bn.h ../include/openssl/buffer.h
261 e_gmp.o: ../include/openssl/bn.h ../include/openssl/buffer.h
274 e_nuron.o: ../include/openssl/bn.h ../include/openssl/buffer.h
289 e_padlock.o: ../include/openssl/bio.h ../include/openssl/buffer.h
303 e_sureware.o: ../include/openssl/bn.h ../include/openssl/buffer
[all...]
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A DMakefile109 bio_ssl.o: ../include/openssl/buffer.h ../include/openssl/comp.h
127 d1_both.o: ../include/openssl/buffer.h ../include/openssl/comp.h
147 d1_clnt.o: ../include/openssl/bn.h ../include/openssl/buffer.h
168 d1_enc.o: ../include/openssl/buffer.h ../include/openssl/comp.h
188 d1_lib.o: ../include/openssl/buffer.h ../include/openssl/comp.h
207 d1_meth.o: ../include/openssl/buffer.h ../include/openssl/comp.h
226 d1_pkt.o: ../include/openssl/buffer.h ../include/openssl/comp.h
246 d1_srvr.o: ../include/openssl/bn.h ../include/openssl/buffer.h
267 kssl.o: ../include/openssl/buffer.h ../include/openssl/comp.h
285 s23_clnt.o: ../include/openssl/buffer
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc4/
H A DMakefile101 rc4_enc.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
109 rc4_skey.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-master/lib/openssl-1.0.0d/crypto/store/
H A DMakefile87 str_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
107 str_meth.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-master/lib/openssl-1.0.0d/crypto/ui/
H A DMakefile92 ui_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
100 ui_openssl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-master/doc/015-disk-driver-arch/
H A Dusage.tex110 to calculate some values, allocate a buffer and fill this buffer with the
129 call, pass it the binding, the buffer, the number of bytes to write, the
158 At the end, we do a simple verification and free the allocated buffer.
/barrelfish-master/lib/devif/
H A Dregion_pool.c40 struct buffer { struct
42 struct buffer* next;
430 * @brief check if buffer is valid
435 * @param length length of the buffer
436 * @param valid_data offset into the buffer
439 * @returns true if the buffer is valid otherwise false
454 // check validity of buffer within region
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A DMakefile152 cryptlib.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
159 cversion.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
167 ex_data.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
174 mem.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
185 mem_dbg.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_crypt.c298 /* Process rest of buffer */
354 /* Process rest of buffer */
498 memset(c->buffer,0,16);
508 unsigned char buffer[8]; local
509 /* We are using local buffer for iv because CryptoPro doesn't
515 cryptopro_key_meshing(&(c->cctx),buffer);
517 mac_block(&(c->cctx),c->buffer,data);
576 get_mac(c->buffer,32,md);
/barrelfish-master/lib/lwip2/src/netif/ppp/polarssl/
H A Dmd5.c209 * MD5 process buffer
230 MEMCPY( (void *) (ctx->buffer + left),
232 md5_process( ctx, ctx->buffer );
247 MEMCPY( (void *) (ctx->buffer + left),
289 * output = MD5( input buffer )
/barrelfish-master/lib/openssl-1.0.0d/crypto/ecdsa/
H A DMakefile95 ecs_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
117 ecs_sign.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
130 ecs_vrf.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-master/include/lwip2/netif/ppp/polarssl/
H A Dmd5.c209 * MD5 process buffer
230 MEMCPY( (void *) (ctx->buffer + left),
232 md5_process( ctx, ctx->buffer );
247 MEMCPY( (void *) (ctx->buffer + left),
289 * output = MD5( input buffer )
/barrelfish-master/lib/lua/src/
H A Dloadlib.c185 char buffer[128]; local
187 NULL, error, 0, buffer, sizeof(buffer)/sizeof(char), NULL))
188 lua_pushstring(L, buffer);
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Da_d2i_fp.c61 #include <openssl/buffer.h>

Completed in 225 milliseconds

<<1112131415161718