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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c124 if (sysinfo(SI_HOSTNAME, spcl.c_host, sizeof (spcl.c_host)) < 0) {
128 bzero(spcl.c_host, sizeof (spcl.c_host));
432 if (strlen(tlabel) > (sizeof (spcl.c_label) - 1)) {
433 tlabel[sizeof (spcl.c_label) - 1] = '\0';
503 assert(sizeof (spcl.c_label) > 5);
504 (void) strcpy(spcl.c_label, "none");
507 (void) strcpy(spcl.c_label, tlabel);
513 (void) strcpy(spcl
[all...]
H A Ddumptape.c346 spcl.c_flags = 0;
347 spcl.c_volume = 0;
621 if ((BIT(ino, shamap)) && (spcl.c_type == TS_INODE)) {
622 spcl.c_type = TS_ADDR;
624 spcl.c_dinode.di_mode &= ~S_IFMT;
626 spcl.c_dinode.di_mode |= IFSHAD;
634 if (!(spcl.c_type == TS_INODE && (spcl.c_flags & DR_HASMETA))) {
635 spcl.c_flags &= ~DR_HASMETA;
636 bcopy(c_shadow_save, &(spcl
[all...]
H A Ddumptraverse.c104 if (ip->di_ctime >= spcl.c_ddate) {
402 spcl.c_dinode = *ip;
403 spcl.c_count = 0;
438 /* assume spcl.c_shadow is smaller than 1 block */
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
[all...]
H A Ddumpitime.c169 spcl.c_ddate = 0;
184 if (ip->id_ddate <= spcl.c_ddate)
186 spcl.c_ddate = ip->id_ddate;
239 spcl.c_ddate = 0;
261 itwalk->id_ddate = spcl.c_date;
275 (uchar_t)incno, prdate(spcl.c_date));
H A Ddumponline.c347 spcl.c_ddate = spcl.c_date; /* chain with last dump/pass */
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c79 char *cn = NULL; /* char spcl pathname */
84 /* ensure we have the block spcl pathname */
139 char *spcl = NULL; /* special dev. path */ local
140 char *spcl_failed = NULL; /* spcl that failed */
177 media_info_gotten = get_media_info(bn, &mtype, &mnum, &spcl);
180 mnum, spcl, bn);
186 if (get_media_info(bn, &mtype, &mnum, &spcl)) {
207 if (strcmp(spcl, spcl_failed) == 0) {
212 mtype, mnum, spcl, bn);
215 /* save spcl devic
561 call_unmount_prog(int mi_gotten, int use_rmm, char *mtype, int mnum, char *spcl, char *bn) argument
[all...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c232 if ((gethead(&spcl) == FAIL) && (spcl.c_magic != MTB_MAGIC)) {
237 if (gethead(&spcl) == FAIL) {
252 if (spcl.c_magic == MTB_MAGIC) {
253 tp_bsize = spcl.c_tpbsize;
267 if (gethead(&spcl) == FAIL) {
285 endoftapemark.s_spcl.c_date = spcl.c_date;
300 dumptime = spcl.c_ddate;
301 dumpdate = spcl.c_date;
313 if (checkvol(&spcl,
[all...]
H A Dmain.c345 if (strlen(c_label) > (sizeof (spcl.c_label) - 1)) {
346 c_label[sizeof (spcl.c_label) - 1] = '\0';
/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h148 #define spcl u_spcl.s_spcl macro
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c285 h->bs.spcl > 0 && PC_RESSEC(h) >= 1 && h->bs.nfat > 0);
301 if ((h->bps == 0) || (h->bs.spcl == 0)) {
309 h->CountOfClusters = h->DataSec / h->bs.spcl;
404 clustersize = h->bs.spcl * h->bps;
412 (n - 2) * h->bs.spcl + h->FirstDataSector;
511 h->bps, h->bs.spcl);
584 ADD_UINT32(h, "sectors_per_cluster", h->bs.spcl);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h115 uchar_t spcl; /* sectors per allocation unit */ member in struct:bootsec
/illumos-gate/usr/src/cmd/file/
H A Dfile.c469 goto spcl;
493 spcl:
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h1125 cistpl_spcl_t spcl; member in union:cisparse_t

Completed in 78 milliseconds