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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_subr.c93 * or the 'musthave' flag is set. 'musthave' allocations should
97 * succeeds, the dirents for "." and ".." are 'musthave' allocations.
100 tmp_memalloc(size_t size, int musthave) argument
106 musthave)
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c1797 int musthave; local
1823 musthave = (numthresholds + numcomps + 1) * wordsize;
1824 if (req.datasize < musthave) {
1827 musthave))
1913 int musthave; local
1933 musthave = comps * 2 * wordsize;
1934 if (req.datasize < musthave) {
1937 musthave))
2110 int musthave; local
2133 musthave
[all...]
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c4219 sasl_ssf_t limit, musthave = 0; local
4491 musthave = 0;
4500 musthave = params->props.min_ssf - external;
4502 musthave = 0;
4506 /* we now go searching for an option that gives us at least "musthave"
4521 if ((limit >= cipher->ssf) && (musthave <= cipher->ssf) &&
4548 if ((limit >= 1) && (musthave <= 1)
4553 } else if (musthave == 0) {
4555 } else if (musthave <= 0) {

Completed in 58 milliseconds