Searched defs:smf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c657 FILE *smf; local
671 smf = fopen64(modefile, "r");
672 if (smf == NULL) {
680 clearerr(smf);
682 (void) fread((char *)&node, 1, sizeof (node), smf);
683 if (feof(smf))
688 skipmetadata(smf, node.metasize);
703 skipmetadata(smf, node.metasize);
709 skipmetadata(smf, node.metasize);
716 skipmetadata(smf, nod
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c6863 * manually poll and ask smf the best way to get to it.
13795 /* select smf/manifest */
15749 int32_t smf = 0; local
15760 smf |= t;
15763 if (smf != 0 && fma == 1)
15768 if (smf > 0)
15769 return (smf);
16927 * from the service and the smf/manifest hash table. If the manifest
17416 uu_warn(gettext("Unable to cleanup smf hash table : %s\n"),

Completed in 69 milliseconds