HomeSort by: relevance | last modified time | path
    Searched defs:real_op (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
xbdback_xenbus.c 1015 uint8_t real_op = 0xff; local in function:xbdback_co_main_loop
1034 real_op = req->operation = reqn->operation;
1035 if (real_op == BLKIF_OP_INDIRECT) {
1037 real_op = rinn->indirect_op;
1044 real_op = req->operation = req32->operation;
1045 if (real_op == BLKIF_OP_INDIRECT) {
1047 real_op = rin32->indirect_op;
1054 real_op = req->operation = req64->operation;
1055 if (real_op == BLKIF_OP_INDIRECT) {
1057 real_op = rin64->indirect_op
    [all...]
xbdback_xenbus.c 1015 uint8_t real_op = 0xff; local in function:xbdback_co_main_loop
1034 real_op = req->operation = reqn->operation;
1035 if (real_op == BLKIF_OP_INDIRECT) {
1037 real_op = rinn->indirect_op;
1044 real_op = req->operation = req32->operation;
1045 if (real_op == BLKIF_OP_INDIRECT) {
1047 real_op = rin32->indirect_op;
1054 real_op = req->operation = req64->operation;
1055 if (real_op == BLKIF_OP_INDIRECT) {
1057 real_op = rin64->indirect_op
    [all...]

Completed in 21 milliseconds