OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ccb_rsp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hyperv/
hvs.c
190
union hvs_cmd
ccb_rsp
; /* response */
member in struct:hvs_ccb
627
memcpy(&ccb->
ccb_rsp
, ccb->ccb_cmd, HVS_CMD_SIZE);
628
ccb->ccb_cmd = &ccb->
ccb_rsp
;
630
memset(&ccb->
ccb_rsp
, 0, HVS_CMD_SIZE);
888
if (ccb->
ccb_rsp
.cmd_status != 0) {
891
ccb->
ccb_rsp
.cmd_status);
913
if (ccb->
ccb_rsp
.cmd_status == 0) {
939
if (ccb->
ccb_rsp
.cmd_op != HVS_MSG_IODONE ||
940
ccb->
ccb_rsp
.cmd_status != 0) {
943
ccb->
ccb_rsp
.cmd_status)
[
all
...]
hvs.c
190
union hvs_cmd
ccb_rsp
; /* response */
member in struct:hvs_ccb
627
memcpy(&ccb->
ccb_rsp
, ccb->ccb_cmd, HVS_CMD_SIZE);
628
ccb->ccb_cmd = &ccb->
ccb_rsp
;
630
memset(&ccb->
ccb_rsp
, 0, HVS_CMD_SIZE);
888
if (ccb->
ccb_rsp
.cmd_status != 0) {
891
ccb->
ccb_rsp
.cmd_status);
913
if (ccb->
ccb_rsp
.cmd_status == 0) {
939
if (ccb->
ccb_rsp
.cmd_op != HVS_MSG_IODONE ||
940
ccb->
ccb_rsp
.cmd_status != 0) {
943
ccb->
ccb_rsp
.cmd_status)
[
all
...]
Completed in 66 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025