Searched refs:length_cur (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-resp.c | 284 int length_cur = length, len, ret_len; in resp_print_string_error_integer() local 288 SKIP_OPCODE(bp, length_cur); in resp_print_string_error_integer() 300 FIND_CRLF(bp_ptr, length_cur); in resp_print_string_error_integer() 319 int length_cur = length, string_len; in resp_print_bulk_string() local 322 SKIP_OPCODE(bp, length_cur); in resp_print_bulk_string() 325 GET_LENGTH(ndo, length_cur, bp, string_len); in resp_print_bulk_string() 332 LCHECK2(length_cur, string_len); in resp_print_bulk_string() 336 length_cur -= string_len; in resp_print_bulk_string() 344 FIND_CRLF(bp, length_cur); in resp_print_bulk_string() 345 CONSUME_CRLF(bp, length_cur); in resp_print_bulk_string() [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hw.c | 917 u16 length_cur = 0, i = 0, cnt_split = 0, length_mod = 0; in ecore_dmae_execute_command() local 946 (unsigned long long)src_addr, (unsigned long long)dst_addr, length_cur); in ecore_dmae_execute_command() 981 length_cur = (cnt_split == i) ? length_mod : length_limit; in ecore_dmae_execute_command() 984 if (!length_cur) in ecore_dmae_execute_command() 993 length_cur); in ecore_dmae_execute_command() 997 ecore_status, (unsigned long long)src_addr, (unsigned long long)dst_addr, length_cur); in ecore_dmae_execute_command()
|