Home
last modified time | relevance | path

Searched refs:wmsg (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/drm2/ttm/
H A Dttm_lock.c94 const char *wmsg; in ttm_read_lock() local
100 wmsg = "ttmri"; in ttm_read_lock()
103 wmsg = "ttmr"; 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()
194 const char *wmsg; in ttm_write_lock() local
200 wmsg = "ttmwi"; in ttm_write_lock()
203 wmsg = "ttmw"; in ttm_write_lock()
279 wmsg = "ttmwi"; in ttm_vt_lock()
[all …]
H A Dttm_bo.c136 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 Dkmp_i18n.cpp464 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 Dffs_subr.c342 #lhs, (intmax_t)lhs, #op, #rhs, (intmax_t)rhs, wmsg);\
367 char *wmsg; in validate_sblock() local
373 wmsg = warnerr ? "" : " (Ignored)"; in validate_sblock()
/freebsd/crypto/openssh/
H A Dpacket.c871 const char *wmsg; in ssh_set_newkeys() local
919 (wmsg = cipher_warning_message(*ccp)) != NULL) { in ssh_set_newkeys()
920 error("Warning: %s", wmsg); in ssh_set_newkeys()