Searched refs:wmsg (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_lock.c | 94 const char *wmsg; in ttm_read_lock() local 100 wmsg = "ttmri"; in ttm_read_lock() 103 wmsg = "ttmr"; in ttm_read_lock() 107 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_read_lock() 139 const char *wmsg; in ttm_read_trylock() local 146 wmsg = "ttmrti"; in ttm_read_trylock() 149 wmsg = "ttmrt"; in ttm_read_trylock() 153 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_read_trylock() 194 const char *wmsg; in ttm_write_lock() local 200 wmsg = "ttmwi"; in ttm_write_lock() [all …]
|
H A D | ttm_bo.c | 136 const char *wmsg; in ttm_bo_wait_unreserved_locked() local 142 wmsg = "ttbowi"; in ttm_bo_wait_unreserved_locked() 145 wmsg = "ttbowu"; in ttm_bo_wait_unreserved_locked() 148 ret = -msleep(bo, &bo->glob->lru_lock, flags, wmsg, 0); in ttm_bo_wait_unreserved_locked()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_i18n.cpp | 464 wchar_t *wmsg = NULL; in ___catgets() local 483 wmsg = (wchar_t *)addr; // Warning: wmsg may be not nul-terminated! in ___catgets() 489 wmsg, wlen, // Wide buffer and size. in ___catgets() 503 wmsg, wlen, // Wide buffer and size. in ___catgets() 532 if (wmsg != NULL) { in ___catgets() 533 LocalFree(wmsg); in ___catgets()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_subr.c | 505 #lhs, (intmax_t)lhs, #op, #rhs, (intmax_t)rhs, wmsg);\ 530 char *wmsg; in validate_sblock() local 536 wmsg = warnerr ? "" : " (Ignored)"; in validate_sblock()
|
/freebsd/crypto/openssh/ |
H A D | packet.c | 963 const char *wmsg; in ssh_set_newkeys() local 1011 (wmsg = cipher_warning_message(*ccp)) != NULL) { in ssh_set_newkeys() 1012 error("Warning: %s", wmsg); in ssh_set_newkeys()
|