Lines Matching defs:data_bytes
4692 int c, data_bytes = 0, valid_bytes;
4771 data_bytes = strtol(optarg, NULL, 0);
4772 if (data_bytes <= 0) {
4774 data_bytes);
4791 data_ptr = (uint8_t *)malloc(data_bytes);
4807 data_bytes = strtol(optarg, NULL, 0);
4808 if (data_bytes <= 0) {
4810 data_bytes);
4818 data_ptr = (uint8_t *)malloc(data_bytes);
4824 bzero(data_ptr, data_bytes);
4833 buff_encode_visit(data_ptr, data_bytes, datastr,
4858 int amt_to_read = data_bytes;
4929 /*dxfer_len*/ data_bytes,
4949 /*dxfer_len*/ data_bytes,
5029 if ((data_bytes > 0) && (data_ptr != NULL))