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

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibccconfig.c124 uint32_t cc_keyprotectbit; local
134 if ((errstr = parseint(argv[1], &cc_keyprotectbit, 0)))
141 if (cc_keyprotectbit != 0 && cc_keyprotectbit != 1)
142 return "invalid cc_keyprotectbit value";
157 &cc_keyprotectbit);

Completed in 96 milliseconds