OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:req_ccb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/iscsi/
iscsi_rcv.c
288
*
req_CCB
The CCB associated with the original request
295
collect_text_data(pdu_t *pdu, ccb_t *
req_ccb
)
298
if (
req_ccb
->ccb_text_data) {
302
nlen =
req_ccb
->ccb_text_len + pdu->pdu_temp_data_len;
305
DEBOUT(("Collect Text Data: Out of Memory, ccb = %p\n",
req_ccb
));
306
req_ccb
->ccb_status = ISCSI_STATUS_NO_RESOURCES;
310
memcpy(newp,
req_ccb
->ccb_text_data,
req_ccb
->ccb_text_len);
311
memcpy(&newp[
req_ccb
->ccb_text_len], pdu->pdu_temp_data, pdu->pdu_temp_data_len);
313
free(
req_ccb
->ccb_text_data, M_TEMP)
886
ccb_t *
req_ccb
;
local
1061
ccb_t *
req_ccb
;
local
[
all
...]
iscsi_rcv.c
288
*
req_CCB
The CCB associated with the original request
295
collect_text_data(pdu_t *pdu, ccb_t *
req_ccb
)
298
if (
req_ccb
->ccb_text_data) {
302
nlen =
req_ccb
->ccb_text_len + pdu->pdu_temp_data_len;
305
DEBOUT(("Collect Text Data: Out of Memory, ccb = %p\n",
req_ccb
));
306
req_ccb
->ccb_status = ISCSI_STATUS_NO_RESOURCES;
310
memcpy(newp,
req_ccb
->ccb_text_data,
req_ccb
->ccb_text_len);
311
memcpy(&newp[
req_ccb
->ccb_text_len], pdu->pdu_temp_data, pdu->pdu_temp_data_len);
313
free(
req_ccb
->ccb_text_data, M_TEMP)
886
ccb_t *
req_ccb
;
local
1061
ccb_t *
req_ccb
;
local
[
all
...]
Completed in 38 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026