Lines Matching defs:data
264 lg2::error("Response: No data");
269 unsigned char* data = (unsigned char*)nla_data(tb[NCSI_ATTR_DATA]);
271 ctx->resp.full_payload.assign(data, data + data_len);
375 *(reinterpret_cast<const unsigned int*>(cmd.payload.data())));
387 NCSIPacketHeader* hdr = reinterpret_cast<NCSIPacketHeader*>(pl.data());
396 pl.data());
399 lg2::error("Failed to set the data attribute, RC : {RC}", "RC",
543 lg2::error("Response: Not enough data for a response message");
548 reinterpret_cast<decltype(respHeader)>(this->full_payload.data());
566 reinterpret_cast<decltype(respPayload)>(this->payload.data());
608 iov[1].iov_base = cmd.payload.data();
659 iov[0].iov_base = resp.full_payload.data();
689 reinterpret_cast<decltype(respHeader)>(resp.full_payload.data());