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

/freebsd-13-stable/libexec/rbootd/
H A Drmp_var.h76 #define RMP_E_NOFILE 16 /* boot reply: file does not exist */ macro
H A Drmpproto.c348 rpl->r_brpl.rmp_retcode = RMP_E_NOFILE;
357 * "no such file or dir" - RMP_E_NOFILE
363 rpl->r_brpl.rmp_retcode = (errno == ENOENT)? RMP_E_NOFILE:

Completed in 115 milliseconds