Searched refs:bytes_remaining (Results 1 – 6 of 6) sorted by relevance
667 __u16 bytes_remaining; in sess_auth_lanman() local734 bytes_remaining = get_bcc(smb_buf); in sess_auth_lanman()738 if (bytes_remaining == 0) { in sess_auth_lanman()744 --bytes_remaining; in sess_auth_lanman()746 decode_unicode_ssetup(&bcc_ptr, bytes_remaining, ses, in sess_auth_lanman()749 decode_ascii_ssetup(&bcc_ptr, bytes_remaining, ses, in sess_auth_lanman()771 __u16 bytes_remaining; in sess_auth_ntlm() local844 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlm()848 if (bytes_remaining == 0) { in sess_auth_ntlm()854 --bytes_remaining; in sess_auth_ntlm()[all …]
38 ulong bytes_remaining; member78 ctx->bytes_remaining = 0; in parser_init_guts()199 ctx->bytes_remaining = phdr->initiator_length; in parser_param_start()203 ctx->bytes_remaining = phdr->target_length; in parser_param_start()207 ctx->bytes_remaining = phdr->connection_length; in parser_param_start()211 ctx->bytes_remaining = phdr->name_length; in parser_param_start()277 nscan = ctx->bytes_remaining; in parser_param_get()395 ctx->bytes_remaining = nscan; in parser_param_get()411 nscan = ctx->bytes_remaining; in parser_string_get()
162 size_t bytes_remaining; member
358 u32 bytes_remaining; in hwicap_read() local405 bytes_remaining = bytes_to_read & 3; in hwicap_read()426 bytes_remaining); in hwicap_read()427 drvdata->read_buffer_in_use = bytes_remaining; in hwicap_read()
1007 u32 bytes_remaining; in ethtool_get_any_eeprom() local1026 bytes_remaining = eeprom.len; in ethtool_get_any_eeprom()1027 while (bytes_remaining > 0) { in ethtool_get_any_eeprom()1028 eeprom.len = min(bytes_remaining, (u32)PAGE_SIZE); in ethtool_get_any_eeprom()1039 bytes_remaining -= eeprom.len; in ethtool_get_any_eeprom()1068 u32 bytes_remaining; in ethtool_set_eeprom() local1091 bytes_remaining = eeprom.len; in ethtool_set_eeprom()1092 while (bytes_remaining > 0) { in ethtool_set_eeprom()1093 eeprom.len = min(bytes_remaining, (u32)PAGE_SIZE); in ethtool_set_eeprom()1104 bytes_remaining -= eeprom.len; in ethtool_set_eeprom()
465 int bytes_remaining; in if_spi_prog_helper_firmware() local475 bytes_remaining = firmware->size; in if_spi_prog_helper_firmware()479 while (bytes_remaining > 0) { in if_spi_prog_helper_firmware()501 min(bytes_remaining, HELPER_FW_LOAD_CHUNK_SZ)); in if_spi_prog_helper_firmware()516 bytes_remaining -= HELPER_FW_LOAD_CHUNK_SZ; in if_spi_prog_helper_firmware()