Searched refs:wmsg (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-ifmsg.h55 __hal_ifmsg_is_manager_up(u64 wmsg) argument
57 return (((u32) VXGE_HAL_RTS_ACCESS_STEER_DATA0_GET_MSG_TYPE(wmsg) ==
59 ((u32) VXGE_HAL_RTS_ACCESS_STEER_DATA0_GET_MSG_TYPE(wmsg) ==
71 u64 wmsg);
H A Dvxgehal-ifmsg.c35 * __hal_ifmsg_wmsg_process - Process the srpcim to vpath wmsg
37 * @wmsg: wsmsg
39 * Processes the wmsg and invokes appropriate action
44 u64 wmsg)
55 ",wmsg = 0x"VXGE_OS_LLXFMT"", (ptr_t) vpath, wmsg);
59 mBIT((u32) VXGE_HAL_RTS_ACCESS_STEER_DATA0_GET_MSG_SRC(wmsg)))) {
65 msg_type = (u32) VXGE_HAL_RTS_ACCESS_STEER_DATA0_GET_MSG_TYPE(wmsg);
42 __hal_ifmsg_wmsg_process( __hal_virtualpath_t *vpath, u64 wmsg) argument
H A Dvxgehal-device.h150 #define VXGE_HAL_DEVICE_MANAGER_STATE_SET(hldev, wmsg) { \
152 __hal_ifmsg_is_manager_up(wmsg); \
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_lock.c96 const char *wmsg; local
102 wmsg = "ttmri";
105 wmsg = "ttmr";
109 ret = -msleep(lock, &lock->lock, flags, wmsg, 0);
141 const char *wmsg; local
148 wmsg = "ttmrti";
151 wmsg = "ttmrt";
155 ret = -msleep(lock, &lock->lock, flags, wmsg, 0);
196 const char *wmsg; local
202 wmsg
275 const char *wmsg; local
[all...]
H A Dttm_bo.c138 const char *wmsg; local
144 wmsg = "ttbowi";
147 wmsg = "ttbowu";
150 ret = -msleep(bo, &bo->glob->lru_lock, flags, wmsg, 0);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp463 wchar_t *wmsg = NULL; local
482 wmsg = (wchar_t *)addr; // Warning: wmsg may be not nul-terminated!
488 wmsg, wlen, // Wide buffer and size.
502 wmsg, wlen, // Wide buffer and size.
531 if (wmsg != NULL) {
532 LocalFree(wmsg);
/freebsd-11-stable/crypto/openssh/
H A Dpacket.c822 const char *wmsg;
838 ((wmsg = cipher_warning_message(state->send_context)) != NULL ||
839 (wmsg = cipher_warning_message(state->send_context)) != NULL)) {
840 error("Warning: %s", wmsg);
949 const char *wmsg, *dir; local
1008 (wmsg = cipher_warning_message(*ccp)) != NULL) {
1009 error("Warning: %s", wmsg);

Completed in 87 milliseconds