Home
last modified time | relevance | path

Searched refs:NBD_FLAG_C_NO_ZEROES (Results 1 – 25 of 31) sorted by relevance

12

/dports/net/nbd-server/nbd-3.23/
H A Dcliserv.h123 #define NBD_FLAG_C_NO_ZEROES NBD_FLAG_NO_ZEROES macro
H A Dnbd-client.c576 client_flags |= NBD_FLAG_C_NO_ZEROES; in negotiate()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/block/
H A Dnbd.h150 #define NBD_FLAG_C_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro
/dports/emulators/qemu60/qemu-6.0.0/include/block/
H A Dnbd.h169 #define NBD_FLAG_C_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro
/dports/emulators/qemu5/qemu-5.2.0/include/block/
H A Dnbd.h169 #define NBD_FLAG_C_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro
/dports/emulators/qemu42/qemu-4.2.1/include/block/
H A Dnbd.h167 #define NBD_FLAG_C_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro
/dports/emulators/qemu/qemu-6.2.0/include/block/
H A Dnbd.h169 #define NBD_FLAG_C_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro
/dports/emulators/qemu-utils/qemu-4.2.1/include/block/
H A Dnbd.h167 #define NBD_FLAG_C_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/block/
H A Dnbd.h167 #define NBD_FLAG_C_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/block/
H A Dnbd.h169 #define NBD_FLAG_C_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/block/
H A Dnbd.h167 #define NBD_FLAG_C_NO_ZEROES (1 << 1) /* End handshake without zeroes. */ macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/nbd/
H A Dclient.c795 clientflags |= NBD_FLAG_C_NO_ZEROES; in nbd_receive_negotiate()
H A Dserver.c1058 if (flags & NBD_FLAG_C_NO_ZEROES) { in nbd_negotiate_options()
1060 flags &= ~NBD_FLAG_C_NO_ZEROES; in nbd_negotiate_options()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/nbd/
H A Dserver.c1088 if (flags & NBD_FLAG_C_NO_ZEROES) { in nbd_negotiate_options()
1090 flags &= ~NBD_FLAG_C_NO_ZEROES; in nbd_negotiate_options()
/dports/emulators/qemu42/qemu-4.2.1/nbd/
H A Dserver.c1105 if (flags & NBD_FLAG_C_NO_ZEROES) { in nbd_negotiate_options()
1107 flags &= ~NBD_FLAG_C_NO_ZEROES; in nbd_negotiate_options()
H A Dclient.c932 clientflags |= NBD_FLAG_C_NO_ZEROES; in nbd_start_negotiate()
/dports/emulators/qemu5/qemu-5.2.0/nbd/
H A Dserver.c1119 if (flags & NBD_FLAG_C_NO_ZEROES) { in nbd_negotiate_options()
1121 flags &= ~NBD_FLAG_C_NO_ZEROES; in nbd_negotiate_options()
H A Dclient.c936 clientflags |= NBD_FLAG_C_NO_ZEROES; in nbd_start_negotiate()
/dports/emulators/qemu-utils/qemu-4.2.1/nbd/
H A Dserver.c1105 if (flags & NBD_FLAG_C_NO_ZEROES) { in nbd_negotiate_options()
1107 flags &= ~NBD_FLAG_C_NO_ZEROES; in nbd_negotiate_options()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/nbd/
H A Dserver.c1105 if (flags & NBD_FLAG_C_NO_ZEROES) { in nbd_negotiate_options()
1107 flags &= ~NBD_FLAG_C_NO_ZEROES; in nbd_negotiate_options()
/dports/emulators/qemu60/qemu-6.0.0/nbd/
H A Dserver.c1122 if (flags & NBD_FLAG_C_NO_ZEROES) { in nbd_negotiate_options()
1124 flags &= ~NBD_FLAG_C_NO_ZEROES; in nbd_negotiate_options()
H A Dclient.c936 clientflags |= NBD_FLAG_C_NO_ZEROES; in nbd_start_negotiate()
/dports/emulators/qemu/qemu-6.2.0/nbd/
H A Dserver.c1128 if (flags & NBD_FLAG_C_NO_ZEROES) { in nbd_negotiate_options()
1130 flags &= ~NBD_FLAG_C_NO_ZEROES; in nbd_negotiate_options()
H A Dclient.c936 clientflags |= NBD_FLAG_C_NO_ZEROES; in nbd_start_negotiate()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/nbd/
H A Dserver.c1123 if (flags & NBD_FLAG_C_NO_ZEROES) { in nbd_negotiate_options()
1125 flags &= ~NBD_FLAG_C_NO_ZEROES; in nbd_negotiate_options()

12