Searched refs:max_bytes (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Drand.h106 int RAND_load_file(const char *file,long max_bytes);
/barrelfish-master/include/openssl/
H A Drand.h106 int RAND_load_file(const char *file,long max_bytes);
/barrelfish-master/include/usb/
H A Dusb_transfer.h43 uint32_t max_bytes; ///< maximum bytes to to transfer member in struct:usb_transfer_setup
/barrelfish-master/usr/skb/skb_simple/
H A Doctopus_stubs.c308 int max_bytes = MAX_QUERY_LENGTH; local
312 strncat(sqs->std_out.buffer, names[names_cur], max_bytes);
313 max_bytes -= strlen(names[names_cur]);
316 strncat(sqs->std_out.buffer, ",", max_bytes--);
318 assert(max_bytes > 0);
/barrelfish-master/lib/cpio/
H A Dcpiobin.c615 size_t max_bytes = st.st_size; local
617 uint8_t* read_data = (uint8_t*)malloc(max_bytes);
618 read_bytes = read(fd, read_data, max_bytes);
/barrelfish-master/usr/drivers/usb/usb_keyboard/
H A Dusb_keyboard_driver.c40 .max_bytes = 0, /* use wMaxPacketSize */

Completed in 109 milliseconds