Home
last modified time | relevance | path

Searched refs:wmsg (Results 1 – 6 of 6) 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()
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 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/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1361 WSAMSG wmsg; in dgram_sendmmsg() local
1467 translate_msg_win(b, &wmsg, &wbuf, control, msg); in dgram_sendmmsg()
1476 if (pack_local(b, &wmsg, msg[0].local) < 1) { in dgram_sendmmsg()
1483 ret = WSASendMsg((SOCKET)b->num, &wmsg, 0, &num_bytes_sent, NULL, NULL); in dgram_sendmmsg()
1563 WSAMSG wmsg; in dgram_recvmmsg() local
1698 translate_msg_win(b, &wmsg, &wbuf, control, msg); in dgram_recvmmsg()
1707 ret = WSARecvMsg((SOCKET)b->num, &wmsg, &num_bytes_received, NULL, NULL); in dgram_recvmmsg()
1717 if (extract_local(b, &wmsg, msg[0].local) < 1) in dgram_recvmmsg()
/freebsd/sys/ufs/ffs/
H A Dffs_subr.c505 #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 Dpacket.c962 const char *wmsg; in ssh_set_newkeys()
1010 (wmsg = cipher_warning_message(*ccp)) != NULL) { in ssh_set_newkeys()
1011 error("Warning: %s", wmsg); in ssh_set_newkeys()
963 const char *wmsg; ssh_set_newkeys() local