Lines Matching refs:status
95 if (err || resp.hdr.status) {
97 "Failed to get pd_id err %d status %u\n", err,
98 resp.hdr.status);
135 if (err || resp.hdr.status) {
137 "Failed to destroy pd_handle 0x%llx err %d status %u",
138 pd->pd_handle, err, resp.hdr.status);
161 if (err || resp.status) {
164 err, resp.status);
189 if (err || resp.hdr.status) {
192 err, resp.hdr.status);
265 if (err || create_resp.hdr.status != expected_status) {
268 err, create_resp.hdr.status);
298 if (err || add_resp.hdr.status != expected_status) {
301 err, add_resp.hdr.status);