Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c37 static struct pmntent { struct
39 struct pmntent *pm_next; argument
47 static struct pmntent *addmtab(char *, struct pmntent *);
50 static struct pmntent *addmtab();
91 static struct pmntent *
94 struct pmntent *pm;
113 return ((struct pmntent *)0);
126 if (mnttable == (struct pmntent *)0)
131 mnttable = pm = (struct pmntent *)xmalloc(sizeof (*pm));
134 pm->pm_next = (struct pmntent *)xmalloc(sizeof (*pm));
[all …]