Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/backup/restore/
H A Dtape.c1337 struct fsdtypes *fsdtype; in metaproc() local
1357 for (fsdtype = fsdtypes; fsdtype->type; fsdtype++) in metaproc()
1358 if (fsdtype->type == fsd->fsd_type) in metaproc()
1359 (*fsdtype->function)(name, fsd->fsd_data, in metaproc()
1367 for (fsdtype = fsdtypes; fsdtype->type; fsdtype++) in metaproc()
1368 (*fsdtype->function)(NULL, NULL, 0); in metaproc()