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

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

Completed in 112 milliseconds