Searched refs:retmsg (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/ntp/libntp/lib/isc/win32/ ! |
| H A D | strerror.c | 144 char *retmsg = NULL; in NTstrerror() local 151 retmsg = GetWSAErrorMessage(err); in NTstrerror() 157 if (NULL == retmsg) { in NTstrerror() 160 retmsg = FormatError(err); in NTstrerror() 162 retmsg = lib_getbuf(); in NTstrerror() 163 if (0 != strerror_s(retmsg, LIB_BUFLENGTH, err)) { in NTstrerror() 164 snprintf(retmsg, LIB_BUFLENGTH, in NTstrerror() 170 return retmsg; in NTstrerror()
|
| /src/contrib/ntp/libntp/lib/isc/include/isc/ ! |
| H A D | types.h | 109 const char **retmsg,
|
| /src/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()
|
| /src/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()
|