Home | History | Annotate | Download | only in bootpef

Lines Matching defs:hp

130 	struct host *hp;
238 hp = (struct host *) hash_Lookup(nmhashtable,
241 if (!hp) {
245 if (!hp->flags.exten_file) {
249 mktagfile(hp);
256 hp = (struct host *) hash_FirstEntry(nmhashtable);
257 while (hp != NULL) {
258 mktagfile(hp);
259 hp = (struct host *) hash_NextEntry(nmhashtable);
273 mktagfile(struct host *hp)
279 if (!hp->flags.exten_file)
292 len = dovend_rfc1497(hp, vp, bytesleft);
298 hp->exten_file->string);
305 printf("Updating \"%s\"\n", hp->exten_file->string);
306 if ((fp = fopen(hp->exten_file->string, "w")) == NULL) {
308 hp->exten_file->string, get_errmsg());
314 hp->exten_file->string, get_errmsg());