Lines Matching refs:hostlist
95 struct hostlist *dp_hosts; /* List of hosts this dir exported to */
172 struct hostlist { struct
175 struct hostlist *ht_next; argument
223 static void free_host(struct hostlist *);
236 static struct hostlist *get_ht(void);
1476 struct hostlist *hp; in put_exlist()
1521 if (gotalldir && hp == (struct hostlist *)NULL) { in put_exlist()
2536 dp->dp_hosts = (struct hostlist *)NULL; in add_expdir()
2552 struct hostlist *hp; in hang_dirp()
2606 struct hostlist *hp; in add_dlist()
2684 struct hostlist *hp; in chk_host()
3080 free_host(struct hostlist *hp) in free_host()
3082 struct hostlist *hp2; in free_host()
3091 static struct hostlist *
3094 struct hostlist *hp; in get_ht()
3096 hp = (struct hostlist *)malloc(sizeof (struct hostlist)); in get_ht()
3097 if (hp == (struct hostlist *)NULL) in get_ht()
3099 hp->ht_next = (struct hostlist *)NULL; in get_ht()