Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mountd/
H A Dmountd.c231 static int compare_export(struct exportlist *, struct exportlist *);
2212 if (compare_export(ep, oep) != 0) { in compare_nmount_exportlist()
2296 compare_export(struct exportlist *ep, struct exportlist *oep) in compare_export() function