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

/freebsd-13-stable/sys/contrib/openzfs/cmd/zgenhostid/
H A Dzgenhostid.c63 unsigned long input_i = 0; local
95 input_i = strtoul(in_s, NULL, 16);
101 if (input_i > UINT32_MAX) {
118 while (input_i == 0) {
120 input_i = lrand48();
133 uint32_t hostid = input_i;

Completed in 43 milliseconds