Searched refs:bytes_remaining (Results 1 – 7 of 7) sorted by relevance
1040 __u16 bytes_remaining; in sess_auth_ntlmv2() local1115 if (bytes_remaining == 0) { in sess_auth_ntlmv2()1121 --bytes_remaining; in sess_auth_ntlmv2()1149 __u16 bytes_remaining; in sess_auth_kerberos() local1247 bytes_remaining -= blob_len; in sess_auth_kerberos()1250 if (bytes_remaining == 0) { in sess_auth_kerberos()1256 --bytes_remaining; in sess_auth_kerberos()1327 __u16 bytes_remaining; in sess_auth_rawntlmssp_negotiate() local1429 __u16 bytes_remaining; in sess_auth_rawntlmssp_authenticate() local1496 if (bytes_remaining == 0) { in sess_auth_rawntlmssp_authenticate()[all …]
362 u32 bytes_remaining; in hwicap_read() local409 bytes_remaining = bytes_to_read & 3; in hwicap_read()430 bytes_remaining); in hwicap_read()431 drvdata->read_buffer_in_use = bytes_remaining; in hwicap_read()
462 int bytes_remaining; in if_spi_prog_helper_firmware() local470 bytes_remaining = firmware->size; in if_spi_prog_helper_firmware()474 while (bytes_remaining > 0) { in if_spi_prog_helper_firmware()496 min(bytes_remaining, HELPER_FW_LOAD_CHUNK_SZ)); in if_spi_prog_helper_firmware()511 bytes_remaining -= HELPER_FW_LOAD_CHUNK_SZ; in if_spi_prog_helper_firmware()
1532 u32 bytes_remaining; in ethtool_get_any_eeprom() local1551 bytes_remaining = eeprom.len; in ethtool_get_any_eeprom()1552 while (bytes_remaining > 0) { in ethtool_get_any_eeprom()1553 eeprom.len = min(bytes_remaining, (u32)PAGE_SIZE); in ethtool_get_any_eeprom()1568 bytes_remaining -= eeprom.len; in ethtool_get_any_eeprom()1597 u32 bytes_remaining; in ethtool_set_eeprom() local1620 bytes_remaining = eeprom.len; in ethtool_set_eeprom()1621 while (bytes_remaining > 0) { in ethtool_set_eeprom()1622 eeprom.len = min(bytes_remaining, (u32)PAGE_SIZE); in ethtool_set_eeprom()1633 bytes_remaining -= eeprom.len; in ethtool_set_eeprom()
273 int bytes_remaining = msg->len - port->xfrd; in fsi_i2c_write_fifo() local275 bytes_to_write = min(bytes_to_write, bytes_remaining); in fsi_i2c_write_fifo()
259 loff_t bytes_remaining = inode->i_size - readahead_pos(rac); in orangefs_readahead() local260 loff_t pages_remaining = bytes_remaining / PAGE_SIZE; in orangefs_readahead()265 new_len = bytes_remaining; in orangefs_readahead()
44 unsigned long bytes_remaining; member588 ctx->bytes_remaining = phdr->name_length; in parser_name_get()
Completed in 29 milliseconds