Searched refs:retmsg (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/libntp/lib/isc/win32/ |
H A D | strerror.c | 144 char *retmsg = NULL; in NTperror() 151 retmsg = GetWSAErrorMessage(err); in NTperror() 157 if (NULL == retmsg) { 160 retmsg = FormatError(err); 162 retmsg = lib_getbuf(); 163 if (0 != strerror_s(retmsg, LIB_BUFLENGTH, err)) { in GetWSAErrorMessage() 164 snprintf(retmsg, LIB_BUFLENGTH, in GetWSAErrorMessage() 170 return retmsg; in GetWSAErrorMessage() 114 char *retmsg = NULL; NTstrerror() local
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | types.h | 109 const char **retmsg,
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_vf.c | 384 u32 retmsg[E1000_VFMAILBOX_SIZE]; in e1000_write_msg_read_ack() local 388 mbx->ops.read_posted(hw, retmsg, E1000_VFMAILBOX_SIZE, 0); in e1000_write_msg_read_ack()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_vf.c | 329 u32 *retmsg, u16 size) in ixgbevf_write_msg_read_ack() argument 336 return ixgbe_poll_mbx(hw, retmsg, size, 0); in ixgbevf_write_msg_read_ack()
|