Home
last modified time | relevance | path

Searched refs:R_JBTPRINTFMSG (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_socket.c4202 if (req->r_flags & R_JBTPRINTFMSG) { in nfs_request_destroy()
4203 req->r_flags &= ~R_JBTPRINTFMSG; in nfs_request_destroy()
4605 if (!(req->r_flags & R_JBTPRINTFMSG)) { in nfs_request_finish()
4606 req->r_flags |= R_JBTPRINTFMSG; in nfs_request_finish()
4643 if (req->r_flags & R_JBTPRINTFMSG) { in nfs_request_finish()
4644 req->r_flags &= ~R_JBTPRINTFMSG; in nfs_request_finish()
4793 if (req->r_flags & R_JBTPRINTFMSG) { in nfs_request_finish()
4794 req->r_flags &= ~R_JBTPRINTFMSG; in nfs_request_finish()
H A Dnfs.h1064 #define R_JBTPRINTFMSG 0x00000800 /* Did a tprintf msg for jukebox error */ macro