Searched refs:crkey (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/nvmecontrol/ |
H A D | resv.c | 68 uint64_t crkey; member 74 .crkey = 0, 82 OPT("crkey", 'c', arg_uint64, acquire_opt, crkey, 110 uint64_t crkey; member 117 .crkey = 0, 126 OPT("crkey", 'c', arg_uint64, register_opt, crkey, 156 uint64_t crkey; member 161 .crkey = 0, 168 OPT("crkey", 'c', arg_uint64, release_opt, crkey, 250 data[0] = htole64(acquire_opt.crkey); in resvacquire() [all …]
|