Searched refs:buffer (Results 176 - 200 of 441) sorted by relevance

1234567891011>>

/barrelfish-master/lib/openssl-1.0.0d/crypto/err/
H A Derr_prn.c63 #include <openssl/buffer.h>
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_r2x.c66 #include <openssl/buffer.h>
H A Dx509_txt.c65 #include <openssl/buffer.h>
H A DMakefile88 by_dir.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
100 by_file.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
114 x509_att.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
128 x509_cmp.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
142 x509_d2.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
155 x509_def.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
168 x509_err.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
180 x509_ext.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
194 x509_lu.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
208 x509_obj.o: ../../include/openssl/bio.h ../../include/openssl/buffer
[all...]
/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_ctl.c14 #include <openssl/buffer.h>
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Ds23_pkt.c64 #include <openssl/buffer.h>
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Ddummytest.c6 #include <openssl/buffer.h>
H A Djpaketest.c6 #include <openssl/buffer.h>
H A Dmd2test.c6 #include <openssl/buffer.h>
H A Drc5test.c6 #include <openssl/buffer.h>
/barrelfish-master/include/net_sockets/
H A Dnet_sockets.h7 void net_free(void *buffer);
/barrelfish-master/include/octopus_server/
H A Dservice.h27 char buffer[MAX_QUERY_LENGTH]; // TODO can be bigger than max query length... member in struct:skb_writer
/barrelfish-master/lib/vfs/
H A Dvfs_blockdevfs_ata.c149 errval_t blockdevfs_ata_read(void *handle, size_t pos, void *buffer, argument
160 aligned_bytes, blockpos, buffer, bytes_read);
165 errval_t blockdevfs_ata_write(void *handle, size_t pos, const void *buffer, argument
176 buffer, aligned_bytes, blockpos, &status);
/barrelfish-master/usr/tests/e10ktest/
H A De10k_ctrl.c45 /* printf("PBUF_POOL_BUFSIZE = %u, rx buffer size = %zu\n", PBUF_POOL_BUFSIZE, */
49 void process_received_packet(struct driver_rx_buffer *buffer, size_t count, argument
71 //free buffer for receiving packets.
/barrelfish-master/usr/webserver/
H A Dhttp_server.c219 void *buffer; local
223 buffer = net_alloc(s);
224 if (!buffer)
226 memcpy(buffer, data + sendlen, s);
227 err = net_send(socket, buffer, s);
343 static void http_server_sent(void *arg, struct net_socket *socket, void *buffer, size_t size) argument
350 net_free(buffer);
/barrelfish-master/lib/octopus/server/
H A Dservice.c65 (*drt)->query_state.std_out.buffer[0] = '\0';
67 (*drt)->query_state.std_err.buffer[0] = '\0';
101 char* record = drs->query_state.std_out.buffer[0] != '\0' ?
102 drs->query_state.std_out.buffer : NULL;
204 drt->query_state.std_out.buffer : NULL;
249 drt->query_state.std_out.buffer : NULL;
300 drs->query_state.std_out.buffer : NULL;
392 drt->query_state.std_out.buffer : NULL;
448 drs->query_state.std_out.buffer : NULL;
609 drs->query_state.std_out.buffer, dr
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/dh/
H A DMakefile81 dh_ameth.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
96 dh_asn1.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
105 dh_check.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
113 dh_depr.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
128 dh_gen.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
136 dh_key.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
144 dh_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
159 dh_pmeth.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
173 dh_prn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A DMakefile88 pcy_cache.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
103 pcy_data.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
117 pcy_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
131 pcy_map.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
145 pcy_node.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
158 pcy_tree.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
173 v3_addr.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
187 v3_akey.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
201 v3_akeya.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
215 v3_alt.o: ../../include/openssl/buffer
[all...]
/barrelfish-master/usr/skb/octopus/
H A Dskb_query.c82 res = ec_queue_read(qid, w->buffer + w->length, MAX_QUERY_LENGTH - res);
87 w->buffer[w->length] = '\0';
97 " output: %s error: %s error_code:\n", st->std_out.buffer, st->std_err.buffer);
135 " output: %s error: %s \n", st->std_out.buffer, st->std_err.buffer);
204 if (err_is_ok(err) && dqs->std_out.buffer[0] == '\0') {
420 sscanf(dqs->std_out.buffer, "%"SCNuPTR"", (uintptr_t*) &recipient);
559 OCT_DEBUG("error: %s\n", dqs->std_err.buffer);
/barrelfish-master/lib/libc/net/
H A Dgetnetbydns.c267 char *buffer; local
282 buffer = va_arg(ap, char *);
345 printf("res_nsearch static buffer too small\n");
357 if (__copy_netent(&ne, nptr, buffer, buflen) != 0) {
374 char *buffer; local
386 buffer = va_arg(ap, char *);
425 printf("res_search static buffer too small\n");
435 if (__copy_netent(&ne, nptr, buffer, buflen) != 0) {
/barrelfish-master/lib/libc/tests/nss/
H A Dgetpw_test.c136 sdump_passwd(struct passwd *pwd, char *buffer, size_t buflen) argument
138 snprintf(buffer, buflen, "%s:%s:%d:%d:%jd:%s:%s:%s:%s:%jd:%d",
149 char buffer[2048]; local
150 sdump_passwd(pwd, buffer, sizeof(buffer));
151 printf("%s\n", buffer);
/barrelfish-master/lib/lua/src/
H A Dldblib.c346 char buffer[250]; local
348 if (fgets(buffer, sizeof(buffer), stdin) == 0 ||
349 strcmp(buffer, "cont\n") == 0)
351 if (luaL_loadbuffer(L, buffer, strlen(buffer), "=(debug command)") ||
/barrelfish-master/lib/blk/blk_ahci/
H A Dahci_port.c170 errval_t blk_ahci_port_dma(struct ahci_port *port, uint64_t block, struct dma_mem *buffer, bool write) argument
187 assert(buffer->bytes % 512 == 0);
188 uint16_t sectors = buffer->bytes / 512;
194 ct->prdt[0] = region_descriptor_new(buffer->paddr, (buffer->bytes - 1) | 0x1, false);
222 printf("%s:%s:%d: write? %d %zu\n", __FILE__, __FUNCTION__, __LINE__, write, ((uint64_t*)buffer->vaddr)[0]);
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A DMakefile86 eng_all.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
99 eng_cnf.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
113 eng_cryptodev.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
128 eng_ctrl.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
141 eng_dyn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
155 eng_err.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
168 eng_fat.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
182 eng_init.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
195 eng_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
209 eng_list.o: ../../include/openssl/bio.h ../../include/openssl/buffer
[all...]
/barrelfish-master/usr/skb/skb_simple/
H A Doctopus_stubs.c158 transform_to_string(entry->record, sqs->std_out.buffer);
176 cur->ors->query_state.std_out.buffer);
178 "wakeup %p for %s\n", cur->ors->binding, cur->ors->query_state.std_out.buffer);
309 sqs->std_out.buffer[0] = '\0';
312 strncat(sqs->std_out.buffer, names[names_cur], max_bytes);
316 strncat(sqs->std_out.buffer, ",", max_bytes--);

Completed in 776 milliseconds

1234567891011>>