OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bytes_remaining
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libisns/
isns_pdu.c
1053
int
bytes_remaining
, cbytes;
local in function:isns_get_tlv_data
1098
bytes_remaining
= data_len;
1100
while (
bytes_remaining
> 0) {
1113
cbytes = MIN(
bytes_remaining
, ((int)gti.buf_p->cur_len - gti.buf_ofs));
1114
bytes_remaining
-= cbytes;
isns_pdu.c
1053
int
bytes_remaining
, cbytes;
local in function:isns_get_tlv_data
1098
bytes_remaining
= data_len;
1100
while (
bytes_remaining
> 0) {
1113
cbytes = MIN(
bytes_remaining
, ((int)gti.buf_p->cur_len - gti.buf_ofs));
1114
bytes_remaining
-= cbytes;
isns_pdu.c
1053
int
bytes_remaining
, cbytes;
local in function:isns_get_tlv_data
1098
bytes_remaining
= data_len;
1100
while (
bytes_remaining
> 0) {
1113
cbytes = MIN(
bytes_remaining
, ((int)gti.buf_p->cur_len - gti.buf_ofs));
1114
bytes_remaining
-= cbytes;
Completed in 79 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025