Searched refs:e_msg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dtftpcommon.h63 char *e_msg; member in struct:errmsg
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c633 pe->e_msg = strerror(error - 100);
636 (void) strlcpy(tp->th_msg, pe->e_msg,
638 length = strlen(pe->e_msg) + 4;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c1364 pe->e_msg = strerror(error - 100);
1367 (void) strlcpy(tp->th_msg, (pe->e_msg != NULL) ? pe->e_msg : "UNKNOWN",

Completed in 47 milliseconds