Home
last modified time | relevance | path

Searched refs:protocol_abi (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/dev/xen/blkback/
H A Dblkback.c3033 char protocol_abi[64]; in xbb_collect_frontend_info() local
3132 "protocol", "%63s", protocol_abi, in xbb_collect_frontend_info()
3135 || !strcmp(protocol_abi, XEN_IO_PROTO_ABI_NATIVE)) { in xbb_collect_frontend_info()
3142 } else if (!strcmp(protocol_abi, XEN_IO_PROTO_ABI_X86_32)) { in xbb_collect_frontend_info()
3144 } else if (!strcmp(protocol_abi, XEN_IO_PROTO_ABI_X86_64)) { in xbb_collect_frontend_info()
3149 "frontend. Unable to connect.", protocol_abi); in xbb_collect_frontend_info()