Searched defs:rslen (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/scsi/plugins/smp/sas2/common/
H A Dsas2_functions.c69 size_t rqlen, rslen; local
72 smp_action_get_response_frame(ap, NULL, &rslen);
79 fp->srf_allocated_response_len = (rslen - SMP_RESP_MINLEN) / 4;
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_engine.c569 void *rq, size_t rqsd, void *rs, size_t rslen)
607 rslen = 1020 + SMP_RESP_MINLEN;
608 } else if (rslen < SMP_RESP_MINLEN) {
617 len += rslen;
633 alloc += rslen;
635 ap->sa_response_alloc_len = rslen;
568 smp_action_xalloc(smp_function_t fn, smp_target_t *tp, void *rq, size_t rqsd, void *rs, size_t rslen) argument

Completed in 59 milliseconds