Searched refs:wmsg (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/dev/drm2/ttm/ |
| HD | ttm_lock.c | 96 const char *wmsg; in ttm_read_lock() local 102 wmsg = "ttmri"; in ttm_read_lock() 105 wmsg = "ttmr"; in ttm_read_lock() 109 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_read_lock() 141 const char *wmsg; in ttm_read_trylock() local 148 wmsg = "ttmrti"; in ttm_read_trylock() 151 wmsg = "ttmrt"; in ttm_read_trylock() 155 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_read_trylock() 196 const char *wmsg; in ttm_write_lock() local 202 wmsg = "ttmwi"; in ttm_write_lock() [all …]
|
| HD | ttm_bo.c | 137 const char *wmsg; in ttm_bo_wait_unreserved_locked() local 143 wmsg = "ttbowi"; in ttm_bo_wait_unreserved_locked() 146 wmsg = "ttbowu"; in ttm_bo_wait_unreserved_locked() 149 ret = -msleep(bo, &bo->glob->lru_lock, flags, wmsg, 0); in ttm_bo_wait_unreserved_locked()
|
| /trueos/sys/dev/vxge/vxgehal/ |
| HD | vxgehal-ifmsg.h | 55 __hal_ifmsg_is_manager_up(u64 wmsg) in __hal_ifmsg_is_manager_up() argument 57 return (((u32) VXGE_HAL_RTS_ACCESS_STEER_DATA0_GET_MSG_TYPE(wmsg) == in __hal_ifmsg_is_manager_up() 59 ((u32) VXGE_HAL_RTS_ACCESS_STEER_DATA0_GET_MSG_TYPE(wmsg) == in __hal_ifmsg_is_manager_up() 71 u64 wmsg);
|
| HD | vxgehal-ifmsg.c | 44 u64 wmsg) in __hal_ifmsg_wmsg_process() argument 55 ",wmsg = 0x"VXGE_OS_LLXFMT"", (ptr_t) vpath, wmsg); in __hal_ifmsg_wmsg_process() 59 mBIT((u32) VXGE_HAL_RTS_ACCESS_STEER_DATA0_GET_MSG_SRC(wmsg)))) { in __hal_ifmsg_wmsg_process() 65 msg_type = (u32) VXGE_HAL_RTS_ACCESS_STEER_DATA0_GET_MSG_TYPE(wmsg); in __hal_ifmsg_wmsg_process()
|
| HD | vxgehal-device.h | 150 #define VXGE_HAL_DEVICE_MANAGER_STATE_SET(hldev, wmsg) { \ argument 152 __hal_ifmsg_is_manager_up(wmsg); \
|
| /trueos/usr.sbin/syslogd/ |
| HD | syslogd.c | 1088 char line[MAXLINE + 1], repbuf[80], greetings[200], *wmsg = NULL; in fprintlog() local 1168 wmsg = strdup(msg); /* XXX iov_base needs a `const' sibling. */ in fprintlog() 1169 if (wmsg == NULL) { in fprintlog() 1173 v->iov_base = wmsg; in fprintlog() 1341 free(wmsg); in fprintlog()
|