HomeSort by: relevance | last modified time | path
    Searched defs:has_host (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mountd/
mountd.c 919 struct grouplist *tgrp, char *cp, int *has_host, struct grouplist **grp)
932 if (*has_host) {
947 *has_host = TRUE;
1026 int has_host, exflags, got_nondir, dirplen; local in function:get_exportlist_one
1042 has_host = FALSE;
1083 &has_host, &exflags, &anon))
1114 tgrp, cp, &has_host, &grp))
1130 if (!has_host) {
1173 if (has_host) {
mountd.c 919 struct grouplist *tgrp, char *cp, int *has_host, struct grouplist **grp)
932 if (*has_host) {
947 *has_host = TRUE;
1026 int has_host, exflags, got_nondir, dirplen; local in function:get_exportlist_one
1042 has_host = FALSE;
1083 &has_host, &exflags, &anon))
1114 tgrp, cp, &has_host, &grp))
1130 if (!has_host) {
1173 if (has_host) {

Completed in 22 milliseconds