OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cbytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libisns/
isns_pdu.c
1053
int bytes_remaining,
cbytes
;
local in function:isns_get_tlv_data
1113
cbytes
= MIN(bytes_remaining, ((int)gti.buf_p->cur_len - gti.buf_ofs));
1114
bytes_remaining -=
cbytes
;
1115
gti.buf_ofs +=
cbytes
;
1116
while (
cbytes
--)
isns_pdu.c
1053
int bytes_remaining,
cbytes
;
local in function:isns_get_tlv_data
1113
cbytes
= MIN(bytes_remaining, ((int)gti.buf_p->cur_len - gti.buf_ofs));
1114
bytes_remaining -=
cbytes
;
1115
gti.buf_ofs +=
cbytes
;
1116
while (
cbytes
--)
Completed in 23 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025