Lines Matching refs:getfile
226 bootparamproc_getfile_1_svc(bp_getfile_arg *getfile, struct svc_req *rqstp) in bootparamproc_getfile_1_svc() argument
234 getfile->client_name, getfile->file_id); in bootparamproc_getfile_1_svc()
239 getfile->client_name, getfile->file_id); in bootparamproc_getfile_1_svc()
242 he = gethostbyname(getfile->client_name); in bootparamproc_getfile_1_svc()
246 getfile->client_name); in bootparamproc_getfile_1_svc()
249 getfile->client_name); in bootparamproc_getfile_1_svc()
254 error = lookup_bootparam(askname, NULL, getfile->file_id, in bootparamproc_getfile_1_svc()
261 res.server_name, getfile->client_name); in bootparamproc_getfile_1_svc()
265 res.server_name, getfile->client_name); in bootparamproc_getfile_1_svc()
272 } else if (error == ENOENT && !strcmp(getfile->file_id, "dump")) { in bootparamproc_getfile_1_svc()
280 getfile->client_name); in bootparamproc_getfile_1_svc()
284 getfile->client_name); in bootparamproc_getfile_1_svc()