Home
last modified time | relevance | path

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

/freebsd/libexec/rbootd/
H A Drmpproto.c338 rpl->r_brpl.rmp_retcode = RMP_E_NOFILE; in SendBootRepl()
353 rpl->r_brpl.rmp_retcode = (errno == ENOENT)? RMP_E_NOFILE: in SendBootRepl()
H A Drmp_var.h72 #define RMP_E_NOFILE 16 /* boot reply: file does not exist */ macro