Searched refs:buffer (Results 151 - 175 of 441) sorted by relevance

1234567891011>>

/barrelfish-master/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_memory.c71 * \brief allocates an empty queue head descriptors without buffer pages
102 qh = page->free.buffer;
125 page->free.buffer += (num_qh * size_qh);
141 * buffer pages
199 qtd = page->free.buffer;
216 page->free.buffer += (num_qtd * size_qtd);
232 * clear out all physical fields except the buffer pointers
281 sitd = page->free.buffer;
298 page->free.buffer += (num_sitd * size_sitd);
352 itd = page->free.buffer;
[all...]
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_task.c129 #include <openssl/buffer.h>
167 static int get ( io_channel chan, char *buffer, int maxlen, int *length ) argument
172 buffer, maxlen, 0, 0, 0, 0 );
178 static int put ( io_channel chan, char *buffer, int length ) argument
183 buffer, length, 0, 0, 0, 0 );
/barrelfish-master/usr/tests/net_tests/posix-sockets/
H A Dmain.c61 char buffer[BUFFER_SIZE + 1]; member in struct:client
153 ret = read(client->socket, &client->buffer[client->buffer_index],
160 client->buffer[BUFFER_SIZE] = '\0';
173 ret = write(client->socket, &client->buffer[client->buffer_index],
182 memset(client->buffer, '\0', BUFFER_SIZE + 1);
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A DMakefile159 bn_add.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
166 bn_asm.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
173 bn_blind.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
185 bn_ctx.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
192 bn_depr.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
200 bn_div.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
214 bn_exp.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
221 bn_exp2.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
228 bn_gcd.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
235 bn_gf2m.o: ../../include/openssl/buffer
[all...]
/barrelfish-master/lib/libc/locale/
H A Dlmonetary.c92 if (l->buffer)
93 free(l->buffer);
105 &loc->buffer, "LC_MONETARY",
/barrelfish-master/lib/openssl-1.0.0d/crypto/pem/
H A Dpem_seal.c124 unsigned char buffer[1600]; local
136 EVP_EncryptUpdate(&ctx->cipher,buffer,&j,in,i);
137 EVP_EncodeUpdate(&ctx->encode,out,&j,buffer,j);
/barrelfish-master/lib/debug_log/
H A Ddebug_log.c127 unsigned int debug_print_log_to_buffer(char *buffer, int max_size) argument
142 int s = snprintf(buffer + size, max_size - size, "\nLog:%d %d:%d\n", log_size, i, j);
146 s = snprintf(buffer + size, max_size - size, "\033[36;1m(%ld,%ld)\033[0m:\t%s\n",
/barrelfish-master/include/net_queue_manager/
H A Dnet_queue_manager.h55 struct buffer_descriptor *buffer; member in struct:filter
76 uint64_t buffer_id; // buffer identifier
78 struct capref cap; // cap backing the buffer memory
84 uint8_t role; // Role of buffer (RX/TX)
85 lpaddr_t pa; // Physical address of buffer
86 uint64_t bytes; // Size of buffer in bytes
87 void *va; // Virtual address of buffer
88 uint64_t queueid; // The queueid to which this buffer belongs
90 struct buffer_descriptor *next; // The next buffer (in singly linked list)
128 struct buffer_descriptor *buffer_ptr; // buffer associate
[all...]
/barrelfish-master/kernel/
H A Dsys_debug.c120 char buffer[256]; local
121 sprint_cap(buffer, 256, &cte->cap);
122 printk(LOG_NOTE, "disp->name=%s %s\n", disp->name, buffer);
/barrelfish-master/usr/bench/flounder_stubs/
H A Dbuffer.c3 * \brief Flounder stubs buffer
24 static uint8_t buffer; variable
66 err = binding->tx_vtbl.fsb_buffer_request(binding, NOP_CONT, &buffer, 1);
85 err = b->tx_vtbl.fsb_buffer_reply(b, NOP_CONT, &buffer, 1);
/barrelfish-master/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci_memory.c77 hcca = (struct usb_ohci_hcca *) mem.buffer;
156 ret = (struct usb_ohci_td *) mem.buffer;
227 ret = (struct usb_ohci_ed *) mem.buffer;
/barrelfish-master/usr/eclipseclp/Usc/src/
H A Dusc.c157 struct tms buffer; local
160 clock = times(&buffer);
/barrelfish-master/lib/openssl-1.0.0d/crypto/dso/
H A DMakefile80 dso_beos.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
88 dso_dl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
96 dso_dlfcn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
111 dso_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
119 dso_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
127 dso_openssl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
136 dso_vms.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
144 dso_win32.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
/barrelfish-master/usr/bench/net_latency/elb/
H A Dinterface_lib.c125 struct driver_buffer buffer = { local
130 return ether_transmit_pbuf_list_ptr(&buffer, 1, (void*) idx);
/barrelfish-master/lib/cpio/
H A Dcpiobin.c69 cpio_is_bin_be(const uint8_t* buffer) argument
71 const cpio_bin_header_t* h = (const cpio_bin_header_t*)buffer;
76 cpio_is_bin_le(const uint8_t* buffer) argument
78 const cpio_bin_header_t* h = (const cpio_bin_header_t*)buffer;
83 cpio_is_newc(const uint8_t* buffer) argument
85 const cpio_newc_header_t* h = (const cpio_newc_header_t*)buffer;
90 cpio_is_crc(const uint8_t* buffer) argument
92 const cpio_newc_header_t* h = (const cpio_newc_header_t*)buffer;
/barrelfish-master/usr/tests/ata_rw28_test/
H A Data_rw28_test.c51 err = ata_rw28_binding->rpc_tx_vtbl.read_dma(ata_rw28_binding, bytes, start_lba, reply.buffer, &reply.buffer_size);
57 buf = reply.buffer;
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A DMakefile90 b_dump.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
97 b_print.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
104 b_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
112 bf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
119 bf_nbio.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
127 bf_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
134 bio_cb.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
147 bio_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
154 bss_acpt.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
168 bss_conn.o: ../../include/openssl/buffer
[all...]
H A Dbss_rtcp.c126 static int get ( io_channel chan, char *buffer, int maxlen, int *length ) argument
131 buffer, maxlen, 0, 0, 0, 0 );
137 static int put ( io_channel chan, char *buffer, int length ) argument
142 buffer, length, 0, 0, 0, 0 );
/barrelfish-master/doc/015-disk-driver-arch/
H A Dflounder-ahci.tex34 @ata(command=0xC8, dma_arg=buffer, dma_size=read_size,
37 out uint8 buffer[buffer_size]);
39 @ata(command=0xC8, dma_arg=buffer, dma_size=512, lba=lba)
40 rpc read_dma_block(in uint32 lba, out uint8 buffer[buffer_size]);
42 @ata(command=0xCA, dma_arg=buffer, is_write=1, lba=lba)
43 rpc write_dma(in uint8 buffer[buffer_size], in uint32 lba,
46 @ata(command=0xEC, dma_arg=buffer, dma_size=512)
47 rpc identify_device(out uint8 buffer[buffer_size]);
104 \item The size of a buffer may be extracted from its type if that is an
154 data must be copied out of the \acs{dma} region into an allocated buffer t
[all...]
/barrelfish-master/lib/libc/gen/
H A Dwordexp.c81 we_read_fully(int fd, char *buffer, size_t len) argument
88 nread = _read(fd, buffer + done, len - done);
99 we_write_fully(int fd, const char *buffer, size_t len) argument
106 nwritten = _write(fd, buffer + done, len - done);
/barrelfish-master/lib/libc/tests/ssp/
H A DMakefile16 CFLAGS.h_raw+= --param ssp-buffer-size=1
/barrelfish-master/lib/lua/src/
H A Dlzio.c49 if (z->n == 0) { /* no bytes in buffer? */
73 return buff->buffer;
/barrelfish-master/lib/lwip2/src/apps/smtp/
H A Dsmtp.h58 /** If this is != 0, data is *not* copied into an extra buffer
74 u16_t length; /* Length of content in buffer */
75 char buffer[SMTP_BODYDH_BUFFER_SIZE]; /* buffer for generated content */ member in struct:smtp_bodydh
87 * It receives a struct smtp_bodydh, and a buffer to write data,
89 * it has finished processing. This one tries to fill one TCP buffer with
95 * @param smtp_bodydh state handling + buffer structure
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Da_digest.c70 #include <openssl/buffer.h>
H A Dt_pkey.c62 #include <openssl/buffer.h>

Completed in 408 milliseconds

1234567891011>>