Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/mountd/
H A Dmountd.c115 struct exportlist { struct
222 static int compare_export(struct exportlist *, struct exportlist *);
1040 struct exportlist *ep; in mntsrv()
1340 struct exportlist *ep; in xdr_explist_common()
1462 struct exportlist *ep; in get_exportlist_one()
2137 compare_export(struct exportlist *ep, struct exportlist *oep) in compare_export()
2296 static struct exportlist *
2299 struct exportlist *ep; in get_exp()
2301 ep = (struct exportlist *)calloc(1, sizeof (struct exportlist)); in get_exp()
2348 static struct exportlist *
[all …]