Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/blkback/
H A Dblkback.c2869 char protocol_abi[64]; in xbb_collect_frontend_info() local
2968 "protocol", "%63s", protocol_abi, in xbb_collect_frontend_info()
2971 || !strcmp(protocol_abi, XEN_IO_PROTO_ABI_NATIVE)) { in xbb_collect_frontend_info()
2978 } else if (!strcmp(protocol_abi, XEN_IO_PROTO_ABI_X86_32)) { in xbb_collect_frontend_info()
2980 } else if (!strcmp(protocol_abi, XEN_IO_PROTO_ABI_X86_64)) { in xbb_collect_frontend_info()
2985 "frontend. Unable to connect.", protocol_abi); in xbb_collect_frontend_info()