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

  /src/usr.sbin/rbootd/
defs.h 180 int SendReadRepl(RMPCONN *);
rmpproto.c 141 (void) SendReadRepl(rconn);
390 ** SendReadRepl -- send a portion of the boot file to the requester.
402 SendReadRepl(RMPCONN *rconn)
417 syslog(LOG_ERR, "SendReadRepl: no active connection (%s)",
437 syslog(LOG_ERR, "SendReadRepl: bad session id (%s)",
460 syslog(LOG_ERR, "SendReadRepl: lseek: %m (%s)",
473 syslog(LOG_ERR, "SendReadRepl: read: %m (%s)",

Completed in 14 milliseconds