Searched refs:RMP_E_NOFILE (Results 1 – 2 of 2) sorted by relevance
338 rpl->r_brpl.rmp_retcode = RMP_E_NOFILE; in SendBootRepl()353 rpl->r_brpl.rmp_retcode = (errno == ENOENT)? RMP_E_NOFILE: in SendBootRepl()
72 #define RMP_E_NOFILE 16 /* boot reply: file does not exist */ macro