Searched refs:nbd_negotiate_send_info (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/nbd/ |
H A D | server.c | 549 nbd_negotiate_send_info(NBDClient *client, uint16_t info, uint32_t length, in nbd_negotiate_send_info() function 668 rc = nbd_negotiate_send_info(client, NBD_INFO_NAME, namelen, name, in nbd_negotiate_handle_info() 681 rc = nbd_negotiate_send_info(client, NBD_INFO_DESCRIPTION, in nbd_negotiate_handle_info() 707 rc = nbd_negotiate_send_info(client, NBD_INFO_BLOCK_SIZE, in nbd_negotiate_handle_info() 725 rc = nbd_negotiate_send_info(client, NBD_INFO_EXPORT, in nbd_negotiate_handle_info()
|
H A D | trace-events | 48 nbd_negotiate_send_info(int info, const char *name, uint32_t length) "Sending NBD_REP_INFO type %d …
|