OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isns_pdu_hdr_s
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libisns/
isns_pdu.h
173
struct
isns_pdu_hdr_s
{
struct
184
struct
isns_pdu_hdr_s
hdr;
isns_thread.c
289
if (bavail < (int64_t)sizeof(struct
isns_pdu_hdr_s
))
297
read_buf[0].iov_len = sizeof(struct
isns_pdu_hdr_s
);
309
bavail -= sizeof(struct
isns_pdu_hdr_s
);
311
* ToDo: read until sizeof(struct
isns_pdu_hdr_s
) has
435
more = (bavail > (int64_t)sizeof(struct
isns_pdu_hdr_s
)) ? 1 : 0;
Completed in 13 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025