Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/mountd/
H A Dmountd.c129 struct exportlist { struct
242 static int compare_export(struct exportlist *, struct exportlist *);
1131 struct exportlist *ep; in mntsrv()
1432 struct exportlist *ep; in xdr_explist_common()
1554 struct exportlist *ep; in get_exportlist_one()
2251 compare_export(struct exportlist *ep, struct exportlist *oep) in compare_export()
2410 static struct exportlist *
2413 struct exportlist *ep; in get_exp()
2415 ep = (struct exportlist *)calloc(1, sizeof (struct exportlist)); in get_exp()
2462 static struct exportlist *
[all …]