Lines Matching defs:getfile
205 bootparamproc_getfile_1_svc(bp_getfile_arg *getfile, struct svc_req *rqstp)
211 warnx("getfile got question for \"%s\" and file \"%s\"",
212 getfile->client_name, getfile->file_id);
216 "getfile got question for \"%s\" and file \"%s\"",
217 getfile->client_name, getfile->file_id);
220 he = gethostbyname(getfile->client_name);
225 error = lookup_bootparam(askname, NULL, getfile->file_id,
233 } else if (error == ENOENT && !strcmp(getfile->file_id, "dump")) {
241 warnx("getfile failed for %s", getfile->client_name);
244 "getfile failed for %s", getfile->client_name);