Searched refs:op_len (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/drivers/spi/ |
D | spi-mem-nodm.c | 16 int op_len; in spi_mem_exec_op() local 28 op_len = sizeof(op->cmd.opcode) + op->addr.nbytes + op->dummy.nbytes; in spi_mem_exec_op() 29 op_buf = calloc(1, op_len); in spi_mem_exec_op() 54 ret = spi_xfer(slave, op_len * 8, op_buf, NULL, flag); in spi_mem_exec_op()
|
D | spi-mem.c | 204 int op_len; in spi_mem_exec_op() local 339 op_len = sizeof(op->cmd.opcode) + op->addr.nbytes + op->dummy.nbytes; in spi_mem_exec_op() 350 u8 op_buf[op_len]; in spi_mem_exec_op() 371 ret = spi_xfer(slave, op_len * 8, op_buf, NULL, flag); in spi_mem_exec_op()
|
/external/ltp/testcases/kernel/syscalls/accept/ |
D | accept02.c | 42 int op, op_len, mc_group_len; in server_thread() local 45 op_len = sizeof(op); in server_thread() 50 SAFE_SETSOCKOPT(server_sockfd, SOL_SOCKET, SO_REUSEADDR, &op, op_len); in server_thread()
|
/external/e2fsprogs/misc/ |
D | uuidd.c | 147 int op_len; in call_daemon() local 183 op_len = 1; in call_daemon() 186 op_len += sizeof(int); in call_daemon() 189 ret = write_all(s, op_buf, op_len); in call_daemon() 190 if (ret < op_len) { in call_daemon()
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 502 int op_len; in get_uuid_via_daemon() local 542 op_len = 1; in get_uuid_via_daemon() 545 op_len += sizeof(*num); in get_uuid_via_daemon() 549 ret = write(s, op_buf, op_len); in get_uuid_via_daemon()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 96 uint8_t op_len = debug_line_data.getU8(offset_ptr); in parse() local 97 StandardOpcodeLengths.push_back(op_len); in parse()
|
/external/iproute2/lib/ |
D | bpf.c | 223 size_t tmp_len, op_len = sizeof("65535 255 255 4294967295,"); in bpf_parse_string() local 228 tmp_len = sizeof("4096,") + BPF_MAXINSNS * op_len; in bpf_parse_string()
|