Searched refs:rmp_flnm (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/rbootd/
H A Drmp_var.h183 u_int8_t rmp_flnmsize; /* length of rmp_flnm */
184 restofpkt rmp_flnm; /* name of file to be read */ member in struct:rmp_boot_req
193 u_int8_t rmp_flnmsize; /* length of rmp_flnm */
194 restofpkt rmp_flnm; /* name of file (from boot req) */ member in struct:rmp_boot_repl
H A Drmpproto.c203 dst = (char *) &rpl->r_brpl.rmp_flnm;
263 dst = (char *)&rpl->r_brpl.rmp_flnm;
330 dst2 = &rpl->r_brpl.rmp_flnm;
332 src = &req->r_brq.rmp_flnm;
H A Dutils.c146 DspFlnm(rmp->r_brq.rmp_flnmsize, &rmp->r_brq.rmp_flnm);
154 DspFlnm(rmp->r_brpl.rmp_flnmsize,&rmp->r_brpl.rmp_flnm);

Completed in 58 milliseconds