Home
last modified time | relevance | path

Searched refs:spcl (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/cmd/backup/dump/
H A Ddumptape.c346 spcl.c_flags = 0; in reset()
347 spcl.c_volume = 0; in reset()
621 if ((BIT(ino, shamap)) && (spcl.c_type == TS_INODE)) { in spclrec()
622 spcl.c_type = TS_ADDR; in spclrec()
624 spcl.c_dinode.di_mode &= ~S_IFMT; in spclrec()
626 spcl.c_dinode.di_mode |= IFSHAD; in spclrec()
634 if (!(spcl.c_type == TS_INODE && (spcl.c_flags & DR_HASMETA))) { in spclrec()
635 spcl.c_flags &= ~DR_HASMETA; in spclrec()
636 bcopy(c_shadow_save, &(spcl.c_shadow), in spclrec()
637 sizeof (spcl.c_shadow)); in spclrec()
[all …]
H A Ddumpmain.c124 if (sysinfo(SI_HOSTNAME, spcl.c_host, sizeof (spcl.c_host)) < 0) { in main()
128 bzero(spcl.c_host, sizeof (spcl.c_host)); in main()
432 if (strlen(tlabel) > (sizeof (spcl.c_label) - 1)) { in main()
433 tlabel[sizeof (spcl.c_label) - 1] = '\0'; in main()
503 assert(sizeof (spcl.c_label) > 5); in main()
504 (void) strcpy(spcl.c_label, "none"); in main()
507 (void) strcpy(spcl.c_label, tlabel); in main()
513 (void) strcpy(spcl.c_label, tlabel); in main()
641 (void) strncpy(spcl.c_dev, dt->mnt_special, in main()
642 sizeof (spcl.c_dev)); in main()
[all …]
H A Ddumptraverse.c104 if (ip->di_ctime >= spcl.c_ddate) {
402 spcl.c_dinode = *ip;
403 spcl.c_count = 0;
440 (uchar_t *)spcl.c_shadow.c_shadow, sizeof (spcl.c_shadow));
441 spcl.c_flags |= DR_HASMETA;
443 spcl.c_flags &= ~DR_HASMETA;
450 spcl.c_type = TS_TAPE;
452 spcl.c_type = TS_ADDR;
454 spcl.c_type = TS_INODE;
590 spcl.c_addr[j] = (blkp[k] != 0);
[all …]
H A Ddumpitime.c169 spcl.c_ddate = 0; in getitime()
184 if (ip->id_ddate <= spcl.c_ddate) in getitime()
186 spcl.c_ddate = ip->id_ddate; in getitime()
239 spcl.c_ddate = 0; in putitime()
261 itwalk->id_ddate = spcl.c_date; in putitime()
275 (uchar_t)incno, prdate(spcl.c_date)); in putitime()
H A Ddumponline.c347 spcl.c_ddate = spcl.c_date; /* chain with last dump/pass */ in activepass()
/titanic_50/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c139 char *spcl = NULL; /* special dev. path */ in _dev_unmount() local
177 media_info_gotten = get_media_info(bn, &mtype, &mnum, &spcl); in _dev_unmount()
180 mnum, spcl, bn); in _dev_unmount()
186 if (get_media_info(bn, &mtype, &mnum, &spcl)) { in _dev_unmount()
207 if (strcmp(spcl, spcl_failed) == 0) { in _dev_unmount()
212 mtype, mnum, spcl, bn); in _dev_unmount()
216 spcl_failed = strdup(spcl); in _dev_unmount()
227 } while (get_media_info(bn, &mtype, &mnum, &spcl)); in _dev_unmount()
241 if (spcl != NULL) { in _dev_unmount()
242 free(spcl); in _dev_unmount()
[all …]
/titanic_50/usr/src/cmd/backup/restore/
H A Dtape.c232 if ((gethead(&spcl) == FAIL) && (spcl.c_magic != MTB_MAGIC)) { in setup()
237 if (gethead(&spcl) == FAIL) { in setup()
252 if (spcl.c_magic == MTB_MAGIC) { in setup()
253 tp_bsize = spcl.c_tpbsize; in setup()
267 if (gethead(&spcl) == FAIL) { in setup()
285 endoftapemark.s_spcl.c_date = spcl.c_date; in setup()
300 dumptime = spcl.c_ddate; in setup()
301 dumpdate = spcl.c_date; in setup()
313 if (checkvol(&spcl, 1) == FAIL) { in setup()
318 if (readhdr(&spcl) == FAIL) in setup()
[all …]
H A Dmain.c345 if (strlen(c_label) > (sizeof (spcl.c_label) - 1)) { in main()
346 c_label[sizeof (spcl.c_label) - 1] = '\0'; in main()
/titanic_50/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c285 h->bs.spcl > 0 && PC_RESSEC(h) >= 1 && h->bs.nfat > 0); in well_formed()
301 if ((h->bps == 0) || (h->bs.spcl == 0)) { in calculate_parameters()
309 h->CountOfClusters = h->DataSec / h->bs.spcl; in calculate_parameters()
404 clustersize = h->bs.spcl * h->bps; in get_label_32()
412 (n - 2) * h->bs.spcl + h->FirstDataSector; in get_label_32()
511 h->bps, h->bs.spcl); in dumpfs()
584 ADD_UINT32(h, "sectors_per_cluster", h->bs.spcl); in get_attr()
/titanic_50/usr/src/head/protocols/
H A Ddumprestore.h148 #define spcl u_spcl.s_spcl macro
/titanic_50/usr/src/cmd/file/
H A Dfile.c469 goto spcl; in type()
493 spcl: in type()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_fs.h115 uchar_t spcl; /* sectors per allocation unit */ member
/titanic_50/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h1125 cistpl_spcl_t spcl; member