Searched refs:retmsg (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dstrerror.c114 char *retmsg = NULL; local
123 retmsg = GetWSAErrorMessage(errval);
124 if (retmsg != NULL)
125 return (retmsg);
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dtypes.h111 const char **retmsg,
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dtypes.h109 const char **retmsg,
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dhttpd.c118 const char *retmsg; member in struct:isc_httpd
594 unsigned int *retcode, const char **retmsg,
607 *retmsg = "No such URL";
620 unsigned int *retcode, const char **retmsg,
633 *retmsg = "Internal server failure";
700 &httpd->retmsg,
710 &httpd->retcode, &httpd->retmsg,
718 &httpd->retmsg,
821 needlen += strlen(httpd->retmsg) + 2; /* return msg + CRLF */
830 httpd->protocol, httpd->retcode, httpd->retmsg);
592 render_404(const char *url, isc_httpdurl_t *urlinfo, const char *querystring, const char *headers, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
618 render_500(const char *url, isc_httpdurl_t *urlinfo, const char *querystring, const char *headers, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dhttpd.c130 const char *retmsg; member in struct:isc_httpd
614 unsigned int *retcode, const char **retmsg,
625 *retmsg = "No such URL";
638 unsigned int *retcode, const char **retmsg,
649 *retmsg = "Internal server failure";
716 &httpd->retmsg,
724 &httpd->retcode, &httpd->retmsg,
730 &httpd->retmsg,
826 needlen += strlen(httpd->retmsg) + 2; /* return msg + CRLF */
835 httpd->protocol, httpd->retcode, httpd->retmsg);
612 render_404(const char *url, const char *querystring, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
636 render_500(const char *url, const char *querystring, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
[all...]
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_vf.c381 u32 retmsg[E1000_VFMAILBOX_SIZE]; local
385 mbx->ops.read_posted(hw, retmsg, E1000_VFMAILBOX_SIZE, 0);
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_vf.c279 u32 retmsg[IXGBE_VFMAILBOX_SIZE]; local
283 mbx->ops.read_posted(hw, retmsg, size, 0);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dstatschannel.c1467 unsigned int *retcode, const char **retmsg, const char **mimetype,
1485 *retmsg = "OK";
1504 void *args, unsigned int *retcode, const char **retmsg,
1542 *retmsg = "Not modified";
1549 *retmsg = "OK";
1465 render_index(const char *url, isc_httpdurl_t *urlinfo, const char *querystring, const char *headers, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
1502 render_xsl(const char *url, isc_httpdurl_t *urlinfo, const char *querystring, const char *headers, void *args, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument

Completed in 207 milliseconds