Home
last modified time | relevance | path

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

/openbmc/qemu/nbd/
H A Dclient.c78 trace_nbd_send_option_request(opt, nbd_opt_lookup(opt), len); in nbd_send_option_request()
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()
218 reply->option, nbd_opt_lookup(reply->option)); in nbd_handle_reply_err()
355 trace_nbd_opt_info_go_start(nbd_opt_lookup(opt), info->name); in nbd_opt_info_or_go()
395 trace_nbd_opt_info_go_success(nbd_opt_lookup(opt)); in nbd_opt_info_or_go()
[all …]
H A Dcommon.c61 const char *nbd_opt_lookup(uint32_t opt) in nbd_opt_lookup() function
H A Dserver.c201 trace_nbd_negotiate_send_rep_len(client->opt, nbd_opt_lookup(client->opt), in nbd_negotiate_send_rep_len()
326 nbd_opt_lookup(client->opt)); in nbd_opt_read()
336 nbd_opt_lookup(client->opt)); in nbd_opt_read()
349 nbd_opt_lookup(client->opt)); in nbd_opt_skip()
572 nbd_opt_lookup(client->opt)); in nbd_reject_length()
575 nbd_opt_lookup(client->opt)); in nbd_reject_length()
1008 nbd_opt_lookup(client->opt)); in nbd_negotiate_meta_queries()
1043 trace_nbd_negotiate_meta_context(nbd_opt_lookup(client->opt), in nbd_negotiate_meta_queries()
1191 nbd_opt_lookup(option)); in nbd_negotiate_options()
1319 option, nbd_opt_lookup(option)); in nbd_negotiate_options()
[all …]
/openbmc/qemu/include/block/
H A Dnbd.h469 const char *nbd_opt_lookup(uint32_t opt);