Home
last modified time | relevance | path

Searched refs:getfile_arg (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c71 bp_getfile_arg getfile_arg; in main() local
124 getfile_arg.client_name = argv[2]; in main()
125 getfile_arg.file_id = argv[3]; in main()
128 getfile_res = bootparamproc_getfile_1(&getfile_arg,clnt); in main()
137 (xdrproc_t)xdr_bp_getfile_arg, &getfile_arg, in main()