Searched refs:buffer (Results 201 - 225 of 425) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A DMakefile101 bio_b64.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
110 bio_enc.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
119 bio_md.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
128 bio_ok.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
137 c_all.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
150 c_allc.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
163 c_alld.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
176 digest.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
198 e_bf.o: ../../include/openssl/blowfish.h ../../include/openssl/buffer.h
216 e_cast.o: ../../include/openssl/buffer
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Oci/
H A Ddbi.h52 * give a buffer b, this argument in the ith tuple
242 cursor_next_tuple(cursor_t * cursor, void ** buffer);
251 cursor_all_tuples(cursor_t * cursor, template_t * template, void * buffer);
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpty.c47 static void chars_cb(void *st, char *buffer, size_t length);
236 /* Check if we have buffered data and copy it to user buffer. */
247 * buffer.
506 static void chars_cb(void *st, char *buffer, size_t length) argument
510 assert(buffer != NULL);
519 * times. In this cases we append to the current buffer which is correct
525 state->mreadbuf_start = buffer;
526 state->mreadbuf_current = buffer;
527 state->mreadbuf_end = buffer + length;
535 memcpy(state->mreadbuf_end, buffer, lengt
[all...]
H A Dshm.c164 char buffer[1024]; local
165 debug_print_cap_at_capref(buffer, 1024, s->frame);
167 __FILE__, __LINE__, skey, buffer);
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A Dbulk_net_backend.h103 struct bulk_buffer *buffer; member in struct:receive_buffer
113 struct bulk_buffer *buffer; member in struct:transmit_buffer
149 * Descriptor for passing around buffer chains with a reasonable length. Note
197 * Add a buffer to the receive queue.
200 * @param phys Physical address of buffer
201 * @param header Physical address of header buffer (needs E10K_HDRSZ bytes)
202 * @param opaque User-Data for this buffer, will be returned when it is used in
212 * @param decs Descriptor for buffer chain to transmit
/barrelfish-2018-10-04/lib/libc/tests/nss/
H A Dtestutil.h218 char buffer[1024]; \
224 param->sdump_func(data, buffer, sizeof(buffer)); \
225 fputs(buffer, param->fp); \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Da_i2d_fp.c61 #include <openssl/buffer.h>
H A Dt_crl.c61 #include <openssl/buffer.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/err/
H A Derr_all.c65 #include <openssl/buffer.h>
H A DMakefile77 err.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/buffer.h
85 err_all.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
105 err_prn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/objects/
H A Dobj_lib.c63 #include <openssl/buffer.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dby_dir.c91 BUF_MEM *buffer; member in struct:lookup_dir_st
162 if ((a->buffer=BUF_MEM_new()) == NULL)
203 if (a->buffer != NULL)
204 BUF_MEM_free(a->buffer);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ddtls1.h63 #include <openssl/buffer.h>
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_blockdevfs_ahci.c162 errval_t blockdevfs_ahci_read(void *handle, size_t pos, void *buffer, size_t argument
216 ahci_dma_region_copy_out(bufregion, buffer, 0, aligned_bytes);
239 errval_t blockdevfs_ahci_write(void *handle, size_t pos, const void *buffer, argument
253 ahci_dma_region_copy_in(bufregion, buffer, 0, aligned_bytes);
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dblockdevfs.tex54 \item \lstinline+read(void *handle, size_t pos, void *buffer, size_t bytes,+\\
56 \item \lstinline+write(void *handle, size_t pos, void *buffer, size_t bytes,+\\
93 buffer using \lstinline+ahci_dma_region_alloc+, constructing an appropriate
98 buffer to the user buffer, frees the \acs{dma} buffer, and calls the user
100 to the \acs{dma} buffer (using \lstinline+ahci_dma_region_copy_in+) and updates
102 \lstinline+rx_write_command_completed_cb+ which frees the \acs{dma} buffer and
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Ddef.h135 char* lwip_strnstr(const char* buffer, const char* token, size_t n);
/barrelfish-2018-10-04/include/openssl/
H A Ddtls1.h63 #include <openssl/buffer.h>
/barrelfish-2018-10-04/lib/blk/blk_ahci/
H A Dblk_ahci.h112 errval_t blk_ahci_port_dma(struct ahci_port *port, uint64_t block, struct dma_mem *buffer, bool write);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cms/
H A DMakefile82 cms_asn1.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
97 cms_att.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
113 cms_cd.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h
129 cms_dd.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h
145 cms_enc.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h
161 cms_env.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
177 cms_err.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h
191 cms_ess.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h
206 cms_io.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
220 cms_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/hmac/
H A DMakefile78 hm_ameth.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
88 hm_pmeth.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
103 hmac.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pem/
H A DMakefile81 pem_all.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
96 pem_err.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
109 pem_info.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
124 pem_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
142 pem_oth.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
156 pem_pk8.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
171 pem_pkey.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
187 pem_seal.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
202 pem_sign.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
217 pem_x509.o: ../../include/openssl/bio.h ../../include/openssl/buffer
[all...]
/barrelfish-2018-10-04/usr/bench/bulk_bench/
H A Dbulkbench.c29 static char buffer[BULKSIZE]; variable
83 memcpy(buffer, buf, size);
273 send(buffer, block_size);
279 /* send(buffer, bufsize); */
/barrelfish-2018-10-04/usr/kaluga/
H A Dstart_cpu.c192 char buffer[1024]; local
193 debug_print_cap(buffer, 1024, &info);
194 KALUGA_DEBUG("%s:%d: capability=%s\n", __FILE__, __LINE__, buffer);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs12/
H A DMakefile84 p12_add.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
98 p12_asn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
111 p12_attr.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
125 p12_crpt.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
139 p12_crt.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
152 p12_decr.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
166 p12_init.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
181 p12_key.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
194 p12_kiss.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
208 p12_mutl.o: ../../include/openssl/bio.h ../../include/openssl/buffer
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dsa/
H A DMakefile81 dsa_ameth.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h
97 dsa_asn1.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
106 dsa_depr.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
124 dsa_gen.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
134 dsa_key.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
143 dsa_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
158 dsa_ossl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
168 dsa_pmeth.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
183 dsa_prn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
193 dsa_sign.o: ../../include/openssl/buffer
[all...]

Completed in 358 milliseconds

1234567891011>>