Searched refs:theRec (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/storage/liba5k/common/ |
H A D | mon.c | 4183 } theRec; in check_dpm_file() local 4193 memset((void*)&theRec, 0, sizeof (struct s3hdr)); in check_dpm_file() 4194 nread = read(fd, (void *)&theRec, 4); in check_dpm_file() 4199 if (strncmp((char *)&theRec.rtype[0], "S0", 2) != 0) { in check_dpm_file() 4203 reclen = strtol(&theRec.rlen[0], (char **)NULL, 16); in check_dpm_file() 4208 nread = read(fd, (void *)&theRec.data[0], ((reclen*2) +1)); in check_dpm_file() 4213 if (strncmp(&theRec.data[4], dakstring, 14) != 0) { in check_dpm_file() 4219 memset((void*)&theRec, 0, sizeof (struct s3hdr)); in check_dpm_file() 4220 nread = read(fd, (void *)&theRec, 4); in check_dpm_file() 4225 if (strncmp((char *)&theRec.rtype[0], "S3", 2) != 0) { in check_dpm_file() [all …]
|