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

/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c4183 } theRec; local
4193 memset((void*)&theRec, 0, sizeof (struct s3hdr));
4194 nread = read(fd, (void *)&theRec, 4);
4199 if (strncmp((char *)&theRec.rtype[0], "S0", 2) != 0) {
4203 reclen = strtol(&theRec.rlen[0], (char **)NULL, 16);
4208 nread = read(fd, (void *)&theRec.data[0], ((reclen*2) +1));
4213 if (strncmp(&theRec.data[4], dakstring, 14) != 0) {
4219 memset((void*)&theRec, 0, sizeof (struct s3hdr));
4220 nread = read(fd, (void *)&theRec, 4);
4225 if (strncmp((char *)&theRec
[all...]

Completed in 64 milliseconds