Searched refs:op_len (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/misc/ |
D | uuidd.c | 145 int op_len; in call_daemon() local 181 op_len = 1; in call_daemon() 184 op_len += sizeof(int); in call_daemon() 187 ret = write_all(s, op_buf, op_len); in call_daemon() 188 if (ret < op_len) { in call_daemon()
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 484 int op_len; in get_uuid_via_daemon() local 524 op_len = 1; in get_uuid_via_daemon() 527 op_len += sizeof(*num); in get_uuid_via_daemon() 531 ret = write(s, op_buf, op_len); in get_uuid_via_daemon()
|
/external/avahi/avahi-compat-howl/include/corby/ |
D | object.h | 73 sw_uint32 op_len,
|
D | channel.h | 125 sw_uint32 * op_len,
|
D | orb.h | 86 sw_uint32 op_len,
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 98 uint8_t op_len = debug_line_data.getU8(offset_ptr); in parse() local 99 StandardOpcodeLengths.push_back(op_len); in parse()
|
/external/avahi/avahi-compat-howl/ |
D | unsupported.c | 842 AVAHI_GCC_UNUSED sw_uint32 * op_len, in sw_corby_channel_recv() argument 923 AVAHI_GCC_UNUSED sw_uint32 op_len, in sw_corby_object_start_request() argument
|
/external/iproute2/tc/ |
D | tc_bpf.c | 101 size_t tmp_len, op_len = sizeof("65535 255 255 4294967295,"); in bpf_parse_string() local 105 tmp_len = sizeof("4096,") + BPF_MAXINSNS * op_len; in bpf_parse_string()
|