Searched refs:exportlist (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/usr.sbin/mountd/ |
| H A D | mountd.c | 134 struct exportlist { struct 135 struct exportlist *ex_next; argument 187 static int do_nfssvc(const char *, size_t, struct exportlist *, 190 struct exportlist *, struct grouplist *, int *, int *, struct uucred *); 191 static struct exportlist *ex_search(fsid_t *); 193 int, char *, struct exportlist **, struct statvfs *); 194 static int parse_host_netgroup(const char *, size_t, struct exportlist *, 196 static struct exportlist *get_exp(void); 198 static void free_exp(struct exportlist *); 206 static void free_exp_grp(struct exportlist *, struct grouplist *); [all …]
|