HomeSort by: relevance | last modified time | path
    Searched refs:RMP_E_NOFILE (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rbootd/
rmp_var.h 74 #define RMP_E_NOFILE 16 /* boot reply: file does not exist */
rmpproto.c 356 rpl->r_brpl.rmp_retcode = RMP_E_NOFILE;
365 * "no such file or dir" - RMP_E_NOFILE
371 rpl->r_brpl.rmp_retcode = (errno == ENOENT)? RMP_E_NOFILE:

Completed in 13 milliseconds