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

  /src/usr.sbin/mountd/
mountd.c 125 struct hostlist *dp_hosts; /* List of hosts this dir exported to */ member in struct:dirlist
883 hp = dp->dp_hosts;
904 hp = adp->dp_hosts;
1392 dp->dp_hosts = NULL;
1428 hp->ht_next = ep->ex_defdir->dp_hosts;
1429 ep->ex_defdir->dp_hosts = hp;
1485 hp->ht_next = dp->dp_hosts;
1486 dp->dp_hosts = hp;
1671 hp = dp->dp_hosts;
1730 free_host(dp->dp_hosts);
    [all...]
mountd.c 125 struct hostlist *dp_hosts; /* List of hosts this dir exported to */ member in struct:dirlist
883 hp = dp->dp_hosts;
904 hp = adp->dp_hosts;
1392 dp->dp_hosts = NULL;
1428 hp->ht_next = ep->ex_defdir->dp_hosts;
1429 ep->ex_defdir->dp_hosts = hp;
1485 hp->ht_next = dp->dp_hosts;
1486 dp->dp_hosts = hp;
1671 hp = dp->dp_hosts;
1730 free_host(dp->dp_hosts);
    [all...]

Completed in 22 milliseconds