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

/osnet-11/usr/src/lib/libproc/common/
H A DPzone.c64 struct lofs_mnttab *lmt; local
71 for (lmt = lofs_mnttab; lmt != NULL; lmt = next) {
72 next = lmt->l_next;
73 free(lmt->l_special);
74 free(lmt->l_mountp);
75 free(lmt);
96 if ((lmt = malloc(sizeof (struct lofs_mnttab))) == NULL)
98 lmt
110 struct lofs_mnttab *lmt; local
[all...]

Completed in 21 milliseconds