Lines Matching refs:spcl
231 if (gethead(&spcl) == FAIL) {
248 dumptime = _time64_to_time(spcl.c_ddate);
249 dumpdate = _time64_to_time(spcl.c_date);
264 if (spcl.c_volume != 1) {
268 if (gethead(&spcl) == FAIL) {
272 findinode(&spcl);
273 if (spcl.c_type != TS_CLRI) {
277 maxino = (spcl.c_count * TP_BSIZE * NBBY) + 1;
285 if (spcl.c_type != TS_BITS) {
489 (void) gethead(&spcl);
490 findinode(&spcl);
548 t = _time64_to_time(spcl.c_date);
550 t = _time64_to_time(spcl.c_ddate);
552 (spcl.c_ddate == 0) ? "the epoch\n" : ctime(&t));
553 if (spcl.c_host[0] == '\0')
556 (intmax_t)spcl.c_level, spcl.c_filesys, spcl.c_host, spcl.c_dev);
557 fprintf(stderr, "Label: %s\n", spcl.c_label);
831 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI)
879 size = spcl.c_size;
881 attrsize = spcl.c_extsize;
882 if (spcl.c_type == TS_END)
884 if (spcl.c_magic != FS_UFS2_MAGIC)
896 for (i = 0; i < spcl.c_count; i++) {
899 fprintf(stderr, "spcl.c_count = %jd\n",
900 (intmax_t)spcl.c_count);
903 panic("spcl.c_count = %jd\n",
904 (intmax_t)spcl.c_count);
906 if (readmapflag || spcl.c_addr[i]) {
943 if (spcl.c_count - i > 1)
945 spcl.c_count - i - 1);
946 for (i++; i < spcl.c_count; i++) {
950 "spcl.c_count = %jd\n",
951 (intmax_t)spcl.c_count);
954 panic("spcl.c_count = %jd\n",
955 (intmax_t)spcl.c_count);
957 if (readmapflag || spcl.c_addr[i])
963 if (gethead(&spcl) == GOOD && size > 0) {
964 if (spcl.c_type == TS_ADDR)
972 findinode(&spcl);
1539 spcl.c_type);
1542 spcl.c_type);