Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/mountd/
H A Dmountd.c128 struct exportlist { struct
244 static int compare_export(struct exportlist *, struct exportlist *);
1138 struct exportlist *ep; in mntsrv()
1439 struct exportlist *ep; in xdr_explist_common()
1561 struct exportlist *ep; in get_exportlist_one()
2298 compare_export(struct exportlist *ep, struct exportlist *oep) in compare_export()
2457 static struct exportlist *
2460 struct exportlist *ep; in get_exp()
2462 ep = (struct exportlist *)calloc(1, sizeof (struct exportlist)); in get_exp()
2509 static struct exportlist *
[all …]