Home
last modified time | relevance | path

Searched refs:buf_sz (Results 1 – 9 of 9) sorted by relevance

/system/ulib/tftp/
A Dtftp-test.cpp499 buf_sz += snprintf(&buf[buf_sz], sizeof(buf) - buf_sz, in test_tftp_receive_request_options()
503 buf_sz += snprintf(&buf[buf_sz], sizeof(buf) - buf_sz, in test_tftp_receive_request_options()
508 buf_sz += snprintf(&buf[buf_sz], sizeof(buf) - buf_sz, in test_tftp_receive_request_options()
513 buf_sz += snprintf(&buf[buf_sz], sizeof(buf) - buf_sz, in test_tftp_receive_request_options()
778 buf_sz += snprintf(&buf[buf_sz], sizeof(buf) - buf_sz, in test_tftp_receive_wrq_oack()
782 buf_sz += snprintf(&buf[buf_sz], sizeof(buf) - buf_sz, in test_tftp_receive_wrq_oack()
787 buf_sz += snprintf(&buf[buf_sz], sizeof(buf) - buf_sz, in test_tftp_receive_wrq_oack()
792 buf_sz += snprintf(&buf[buf_sz], sizeof(buf) - buf_sz, in test_tftp_receive_wrq_oack()
881 buf_sz += snprintf(&buf[buf_sz], sizeof(buf) - buf_sz, in test_tftp_receive_rrq_oack()
885 buf_sz += snprintf(&buf[buf_sz], sizeof(buf) - buf_sz, in test_tftp_receive_rrq_oack()
[all …]
A Dtftp-file-test.cpp288 size_t buf_sz = tp->blksz > PATH_MAX ? in run_client_test() local
290 char* msg_in_buf = reinterpret_cast<char*>(malloc(buf_sz)); in run_client_test()
292 char* msg_out_buf = reinterpret_cast<char*>(malloc(buf_sz)); in run_client_test()
302 opts.inbuf_sz = buf_sz; in run_client_test()
304 opts.outbuf_sz = buf_sz; in run_client_test()
364 size_t buf_sz = tp->blksz > PATH_MAX ? in run_server_test() local
366 char* msg_in_buf = reinterpret_cast<char*>(malloc(buf_sz)); in run_server_test()
368 char* msg_out_buf = reinterpret_cast<char*>(malloc(buf_sz)); in run_server_test()
373 .inbuf_sz = buf_sz, in run_server_test()
375 .outbuf_sz = &buf_sz, in run_server_test()
A Dtftp.c1033 size_t buf_sz, in tftp_timeout() argument
1049 *msg_len = buf_sz; in tftp_timeout()
/system/ulib/launchpad/
A Delf.c22 zx_status_t elf_load_start(zx_handle_t vmo, const void* hdr_buf, size_t buf_sz, in elf_load_start() argument
26 zx_status_t status = elf_load_prepare(vmo, hdr_buf, buf_sz, &header, &phoff); in elf_load_start()
A Delf.h16 zx_status_t elf_load_start(zx_handle_t vmo, const void* buf, size_t buf_sz,
A Dlaunchpad.c563 size_t buf_sz, zx_handle_t vmo) { in launchpad_elf_load_body() argument
569 if ((status = elf_load_start(vmo, hdr_buf, buf_sz, &elf)) != ZX_OK) { in launchpad_elf_load_body()
/system/ulib/elfload/include/elfload/
A Delfload.h44 zx_status_t elf_load_prepare(zx_handle_t vmo, const void* hdr_buf, size_t buf_sz,
/system/ulib/tftp/include/tftp/
A Dtftp.h278 size_t buf_sz,
/system/ulib/elfload/
A Delf-load.c41 zx_status_t elf_load_prepare(zx_handle_t vmo, const void* hdr_buf, size_t buf_sz, in elf_load_prepare() argument
45 if (buf_sz >= sizeof(ehdr)) { in elf_load_prepare()

Completed in 20 milliseconds