HomeSort by: relevance | last modified time | path
    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