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

/freebsd-12-stable/sbin/nvmecontrol/
H A Dresv.c76 } acquire_opt = { variable in typeref:struct:acquire_options
85 OPT("crkey", 'c', arg_uint64, acquire_opt, crkey,
87 OPT("prkey", 'p', arg_uint64, acquire_opt, prkey,
89 OPT("rtype", 't', arg_uint8, acquire_opt, rtype,
91 OPT("racqa", 'a', arg_uint8, acquire_opt, racqa,
97 { arg_string, &acquire_opt.dev, "namespace-id" },
105 .ctx_size = sizeof(acquire_opt),
246 open_dev(acquire_opt.dev, &fd, 0, 1);
253 data[0] = htole64(acquire_opt.crkey);
254 data[1] = htole64(acquire_opt
[all...]

Completed in 30 milliseconds