Home
last modified time | relevance | path

Searched refs:remaining_data_length (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/cifs/
H A Dsmbdirect.c890 packet->remaining_data_length = cpu_to_le32(remaining_data_length); in smbd_post_send_sgl()
1006 int remaining_data_length) in smbd_post_send_data() argument
1793 remaining_data_length = in smbd_recv_buf()
2001 remaining_data_length = 0; in smbd_send()
2036 remaining_data_length -= in smbd_send()
2040 remaining_data_length); in smbd_send()
2043 remaining_data_length); in smbd_send()
2065 remaining_data_length); in smbd_send()
2068 remaining_data_length); in smbd_send()
2085 remaining_data_length); in smbd_send()
[all …]
H A Dsmbdirect.h214 __le32 remaining_data_length; member
/dports/multimedia/libv4l/linux-5.13-rc2/fs/cifs/
H A Dsmbdirect.c890 packet->remaining_data_length = cpu_to_le32(remaining_data_length); in smbd_post_send_sgl()
1006 int remaining_data_length) in smbd_post_send_data() argument
1793 remaining_data_length = in smbd_recv_buf()
2001 remaining_data_length = 0; in smbd_send()
2036 remaining_data_length -= in smbd_send()
2040 remaining_data_length); in smbd_send()
2043 remaining_data_length); in smbd_send()
2065 remaining_data_length); in smbd_send()
2068 remaining_data_length); in smbd_send()
2085 remaining_data_length); in smbd_send()
[all …]
H A Dsmbdirect.h214 __le32 remaining_data_length; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/cifs/
H A Dsmbdirect.c890 packet->remaining_data_length = cpu_to_le32(remaining_data_length); in smbd_post_send_sgl()
1006 int remaining_data_length) in smbd_post_send_data() argument
1793 remaining_data_length = in smbd_recv_buf()
2001 remaining_data_length = 0; in smbd_send()
2036 remaining_data_length -= in smbd_send()
2040 remaining_data_length); in smbd_send()
2043 remaining_data_length); in smbd_send()
2065 remaining_data_length); in smbd_send()
2068 remaining_data_length); in smbd_send()
2085 remaining_data_length); in smbd_send()
[all …]
H A Dsmbdirect.h214 __le32 remaining_data_length; member
/dports/security/openct/openct-0.6.20/src/ifd/
H A Difd-pertosmart1030.c700 size_t remaining_data_length; in ps_receive_from_ifd() local
838 remaining_data_length = data_length; in ps_receive_from_ifd()
845 if (remaining_data_length > 0) { in ps_receive_from_ifd()
848 min(remaining_data_length, tmp_length >> 1) << 1; in ps_receive_from_ifd()
851 if ((remaining_data_length << 1) != in ps_receive_from_ifd()
874 remaining_data_length -= rc; in ps_receive_from_ifd()
875 rbuf_offset = data_length - remaining_data_length; in ps_receive_from_ifd()
/dports/security/py-sshpubkeys/sshpubkeys-3.3.1/sshpubkeys/
H A Dkeys.py183 remaining_data_length = len(data[current_position:])
185 if remaining_data_length < requested_data_length:
187 …"Requested %s bytes, but only %s bytes available." % (requested_data_length, remaining_data_length)