Home | History | Annotate | Download | only in fio

Lines Matching full:cslp

631 	struct cmd_single_line_pdu *cslp;
647 cslp = pdu + offset;
648 argv[i] = (char *) cslp->text;
650 offset += sizeof(*cslp) + le16_to_cpu(cslp->len);