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

/freebsd-13-stable/sbin/nvmecontrol/
H A Dsanitize.c52 bool ause; member in struct:options
61 .ause = false,
73 OPT("ause", 'U', arg_none, opt, ause,
180 ((opt.owpass & 0xf) << 4) | (opt.ause << 3) | sanact);
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltable.c232 int ause = 0; /* summation of `nums' */ local
248 ause += lc;
250 return ause;
256 int ause = 0; /* summation of `nums' */ local
261 ause += countint(gkey(n), nums);
265 *pnasize += ause;
/freebsd-13-stable/contrib/lua/src/
H A Dltable.c402 unsigned int ause = 0; /* summation of 'nums' */ local
420 ause += lc;
422 return ause;
428 int ause = 0; /* elements added to 'nums' (can go to array part) */ local
434 ause += countint(keyival(n), nums);
438 *pna += ause;
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c6828 int ause = 0; local
6893 ause = 1;
7060 if (ause != 0)
7090 if (ause)
7096 if (ause)
7102 if (ause)

Completed in 102 milliseconds