Searched defs:emul64_zeros (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Demul64_bsd.c173 static unsigned char *emul64_zeros = NULL; /* Block of 0s for comparison */ variable
205 emul64_zeros = (unsigned char *) kmem_zalloc(DEV_BSIZE, KM_SLEEP);
220 if (emul64_zeros != NULL) {
221 kmem_free(emul64_zeros, DEV_BSIZE);
222 emul64_zeros = NULL;
1173 if (bcmp(bufaddr, emul64_zeros, DEV_BSIZE) == 0) {

Completed in 59 milliseconds