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

/freebsd-13-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-13-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-13-stable/crypto/openssh/
H A Dpacket.c840 const char *wmsg; local
887 (wmsg = cipher_warning_message(*ccp)) != NULL) {
888 error("Warning: %s", wmsg);

Completed in 80 milliseconds