Home
last modified time | relevance | path

Searched refs:retmsg (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dstrerror.c114 char *retmsg = NULL; in NTstrerror() local
123 retmsg = GetWSAErrorMessage(errval); in NTstrerror()
124 if (retmsg != NULL) in NTstrerror()
125 return (retmsg); in NTstrerror()
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dhttpd.c130 const char *retmsg; member
614 unsigned int *retcode, const char **retmsg, in render_404() argument
625 *retmsg = "No such URL"; in render_404()
638 unsigned int *retcode, const char **retmsg, in render_500() argument
649 *retmsg = "Internal server failure"; in render_500()
716 &httpd->retmsg, in isc_httpd_recvdone()
724 &httpd->retcode, &httpd->retmsg, in isc_httpd_recvdone()
730 &httpd->retmsg, in isc_httpd_recvdone()
826 needlen += strlen(httpd->retmsg) + 2; /* return msg + CRLF */ in isc_httpd_response()
835 httpd->protocol, httpd->retcode, httpd->retmsg); in isc_httpd_response()
/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dtypes.h109 const char **retmsg,
/freebsd-13.1/sys/dev/e1000/
H A De1000_vf.c385 u32 retmsg[E1000_VFMAILBOX_SIZE]; in e1000_write_msg_read_ack() local
389 mbx->ops.read_posted(hw, retmsg, E1000_VFMAILBOX_SIZE, 0); in e1000_write_msg_read_ack()
/freebsd-13.1/sys/dev/ixgbe/
H A Dixgbe_vf.c326 u32 *retmsg, u16 size) in ixgbevf_write_msg_read_ack() argument
334 return mbx->ops.read_posted(hw, retmsg, size, 0); in ixgbevf_write_msg_read_ack()