Searched refs:nbd_opt_lookup (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/nbd/ |
H A D | client.c | 78 trace_nbd_send_option_request(opt, nbd_opt_lookup(opt), len); in nbd_send_option_request() 127 trace_nbd_receive_option_reply(reply->option, nbd_opt_lookup(reply->option), in nbd_receive_option_reply() 138 reply->option, nbd_opt_lookup(reply->option), in nbd_receive_option_reply() 139 opt, nbd_opt_lookup(opt)); in nbd_receive_option_reply() 185 nbd_opt_lookup(reply->option), in nbd_handle_reply_err() 193 reply->option, nbd_opt_lookup(reply->option)); in nbd_handle_reply_err() 198 reply->option, nbd_opt_lookup(reply->option)); in nbd_handle_reply_err() 203 reply->option, nbd_opt_lookup(reply->option)); in nbd_handle_reply_err() 208 " (%s)", reply->option, nbd_opt_lookup(reply->option)); in nbd_handle_reply_err() 218 reply->option, nbd_opt_lookup(reply->option)); in nbd_handle_reply_err() [all …]
|
H A D | common.c | 50 const char *nbd_opt_lookup(uint32_t opt) in nbd_opt_lookup() function
|
H A D | server.c | 206 trace_nbd_negotiate_send_rep_len(client->opt, nbd_opt_lookup(client->opt), in nbd_negotiate_send_rep_len() 332 nbd_opt_lookup(client->opt)); in nbd_opt_read() 342 nbd_opt_lookup(client->opt)); in nbd_opt_read() 356 nbd_opt_lookup(client->opt)); in nbd_opt_skip() 584 nbd_opt_lookup(client->opt)); in nbd_reject_length() 587 nbd_opt_lookup(client->opt)); in nbd_reject_length() 1045 nbd_opt_lookup(client->opt)); in nbd_negotiate_meta_queries() 1080 trace_nbd_negotiate_meta_context(nbd_opt_lookup(client->opt), in nbd_negotiate_meta_queries() 1234 nbd_opt_lookup(option)); in nbd_negotiate_options() 1362 option, nbd_opt_lookup(option)); in nbd_negotiate_options() [all …]
|
/openbmc/qemu/include/block/ |
H A D | nbd.h | 485 const char *nbd_opt_lookup(uint32_t opt);
|