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

/freebsd-13-stable/libexec/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.c200 dst = (char *) &rpl->r_brpl.rmp_flnm;
257 dst = (char *)&rpl->r_brpl.rmp_flnm;
320 src = &req->r_brq.rmp_flnm;
322 dst2 = &rpl->r_brpl.rmp_flnm;
H A Dutils.c144 DspFlnm(rmp->r_brq.rmp_flnmsize, &rmp->r_brq.rmp_flnm);
152 DspFlnm(rmp->r_brpl.rmp_flnmsize,&rmp->r_brpl.rmp_flnm);

Completed in 63 milliseconds