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

/illumos-gate/usr/src/uts/common/io/
H A Dfd.c2012 uint_t ucount; local
2059 ucount = (uint_t)fdr.fdr_nbytes;
2065 ucount += 16;
2066 fdr.fdr_addr = kmem_zalloc(ucount, KM_SLEEP);
2069 kmem_free(fdr.fdr_addr, ucount);
2085 if (ucount) {
2093 fdr.fdr_addr = kmem_alloc((size_t)ucount, KM_SLEEP);
2095 if (ddi_copyin(uaddr, fdr.fdr_addr, ucount,
2097 kmem_free(fdr.fdr_addr, ucount);
2110 ucount
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c843 int mcount, ucount = 0; local
907 ucount++;
965 if (!ucount) {

Completed in 74 milliseconds