Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPzone.c57 struct lofs_mnttab *l_next; argument
60 } *lofs_mnttab = NULL; variable
68 struct lofs_mnttab *lmt; in rebuild_lofs_cache()
69 struct lofs_mnttab *next; in rebuild_lofs_cache()
75 for (lmt = lofs_mnttab; lmt != NULL; lmt = next) { in rebuild_lofs_cache()
81 lofs_mnttab = NULL; in rebuild_lofs_cache()
100 if ((lmt = malloc(sizeof (struct lofs_mnttab))) == NULL) in rebuild_lofs_cache()
104 lmt->l_next = lofs_mnttab; in rebuild_lofs_cache()
105 lofs_mnttab = lmt; in rebuild_lofs_cache()
114 struct lofs_mnttab *lmt; in lookup_lofs_mount_point()
[all …]