Home
last modified time | relevance | path

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

/dragonfly/libexec/rbootd/
HDrmpproto.c342 rpl->r_brpl.rmp_retcode = RMP_E_NOFILE; in SendBootRepl()
357 rpl->r_brpl.rmp_retcode = (errno == ENOENT)? RMP_E_NOFILE: in SendBootRepl()
HDrmp_var.h72 #define RMP_E_NOFILE 16 /* boot reply: file does not exist */ macro