Home
last modified time | relevance | path

Searched refs:write_all (Results 1 – 13 of 13) sorted by relevance

/external/e2fsprogs/misc/
Dlogsave.c57 static int write_all(int fd, const char *buf, size_t count) in write_all() function
97 write_all(1, cp, d); in send_output()
107 write_all(outfd, buffer, c); in send_output()
327 write_all(outfd, outbuf, outbufsize); in main()
Duuidd.c114 static int write_all(int fd, char *buf, size_t count) in write_all() function
189 ret = write_all(s, op_buf, op_len); in call_daemon()
333 write_all(fd_pidfile, reply_buf, strlen(reply_buf)); in server_loop()
436 write_all(ns, (char *) &reply_len, sizeof(reply_len)); in server_loop()
437 write_all(ns, reply_buf, reply_len); in server_loop()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.h58 boolean write_all; member
91 return (fs->shader->write_all) ? TRUE : FALSE; in r300_fragment_shader_writes_all()
Dr300_fs.c456 shader->write_all = in r300_translate_fragment_shader()
/external/e2fsprogs/lib/ss/
Dpager.c111 static int write_all(int fd, char *buf, size_t count) in write_all() function
151 write_all(1, buf, n); in ss_page_stdin()
/external/mesa3d/src/util/
Ddisk_cache.c692 write_all(int fd, const void *buf, size_t count) in write_all() function
755 ssize_t written = write_all(dest, out, have); in deflate_and_write_to_disk()
908 ret = write_all(fd, dc_job->cache->driver_keys_blob, in cache_put()
919 ret = write_all(fd, &dc_job->cache_item_metadata.type, in cache_put()
927 ret = write_all(fd, &dc_job->cache_item_metadata.num_keys, in cache_put()
934 ret = write_all(fd, dc_job->cache_item_metadata.keys[0], in cache_put()
951 ret = write_all(fd, &cf_data, cf_data_size); in cache_put()
/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c161 static int write_all(dnssd_sock_t sd, char *buf, size_t len) in write_all() function
653 if (write_all(sdr->sockfd, ((char *)hdr)+i, 1) < 0) in deliver_request()
658 if (write_all(sdr->sockfd, (char *)hdr, datalen + sizeof(ipc_msg_hdr)) < 0) in deliver_request()
1033 write_all(sdRef->sockfd, (char *)hdr, len); in DNSServiceRefDeallocate()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c656 GLboolean write_all = GL_FALSE; in st_translate_fragment_program() local
878 write_all = GL_TRUE; /* fallthrough */ in st_translate_fragment_program()
916 if (write_all == GL_TRUE) in st_translate_fragment_program()
/external/e2fsprogs/e2fsck/
De2fsck.h637 extern int write_all(int fd, char *buf, size_t count);
Dutil.c741 int write_all(int fd, char *buf, size_t count) in write_all() function
Dunix.c595 write_all(ctx->progress_fd, buf, strlen(buf)); in e2fsck_update_progress()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c926 boolean write_all = in blend_fallback() local
956 if (write_all) { in blend_fallback()
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs2686 f.write_all(b.finished_data()).unwrap(); in write_example_wire_data_to_file()