Home
last modified time | relevance | path

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

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