Searched refs:theRec (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/storage/liba5k/common/ |
H A D | mon.c | 4182 } theRec; in check_dpm_file() local 4192 memset((void*)&theRec, 0, sizeof (struct s3hdr)); in check_dpm_file() 4193 nread = read(fd, (void *)&theRec, 4); in check_dpm_file() 4198 if (strncmp((char *)&theRec.rtype[0], "S0", 2) != 0) { in check_dpm_file() 4202 reclen = strtol(&theRec.rlen[0], (char **)NULL, 16); in check_dpm_file() 4207 nread = read(fd, (void *)&theRec.data[0], ((reclen*2) +1)); in check_dpm_file() 4212 if (strncmp(&theRec.data[4], dakstring, 14) != 0) { in check_dpm_file() 4218 memset((void*)&theRec, 0, sizeof (struct s3hdr)); in check_dpm_file() 4219 nread = read(fd, (void *)&theRec, 4); in check_dpm_file() 4224 if (strncmp((char *)&theRec.rtype[0], "S3", 2) != 0) { in check_dpm_file() [all …]
|