Searched refs:register_opt (Results 1 – 1 of 1) sorted by relevance
| /src/sbin/nvmecontrol/ |
| H A D | resv.c | 116 } register_opt = { variable 126 OPT("crkey", 'c', arg_uint64, register_opt, crkey, 128 OPT("nrkey", 'k', arg_uint64, register_opt, nrkey, 130 OPT("rrega", 'r', arg_uint8, register_opt, rrega, 132 OPT("iekey", 'i', arg_none, register_opt, iekey, 134 OPT("cptpl", 'p', arg_uint8, register_opt, cptpl, 140 { arg_string, ®ister_opt.dev, "namespace-id" }, 148 .ctx_size = sizeof(register_opt), 282 open_dev(register_opt.dev, &fd, 0, 1); in resvregister() 289 data[0] = htole64(register_opt.crkey); in resvregister() [all …]
|