Searched refs:op_buf (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 483 char op_buf[64]; in get_uuid_via_daemon() local 523 op_buf[0] = op; in get_uuid_via_daemon() 526 memcpy(op_buf+1, num, sizeof(*num)); in get_uuid_via_daemon() 531 ret = write(s, op_buf, op_len); in get_uuid_via_daemon() 542 ret = read_all(s, op_buf, reply_len); in get_uuid_via_daemon() 545 memcpy(op_buf+16, num, sizeof(int)); in get_uuid_via_daemon() 547 memcpy(out, op_buf, 16); in get_uuid_via_daemon()
|
/external/e2fsprogs/misc/ |
D | uuidd.c | 144 char op_buf[8]; in call_daemon() local 180 op_buf[0] = op; in call_daemon() 183 memcpy(op_buf+1, num, sizeof(int)); in call_daemon() 187 ret = write_all(s, op_buf, op_len); in call_daemon()
|
/external/chromium_org/net/disk_cache/simple/ |
D | simple_entry_impl.cc | 441 scoped_refptr<net::IOBuffer> op_buf; in WriteData() local 444 op_buf = buf; in WriteData() 452 op_buf = new IOBuffer(buf_len); in WriteData() 453 memcpy(op_buf->data(), buf->data(), buf_len); in WriteData() 468 op_buf.get(), in WriteData()
|