Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_socket.c4200 if (req->r_flags & R_JBTPRINTFMSG) { in nfs_request_destroy()
4201 req->r_flags &= ~R_JBTPRINTFMSG; in nfs_request_destroy()
4603 if (!(req->r_flags & R_JBTPRINTFMSG)) { in nfs_request_finish()
4604 req->r_flags |= R_JBTPRINTFMSG; in nfs_request_finish()
4641 if (req->r_flags & R_JBTPRINTFMSG) { in nfs_request_finish()
4642 req->r_flags &= ~R_JBTPRINTFMSG; in nfs_request_finish()
4791 if (req->r_flags & R_JBTPRINTFMSG) { in nfs_request_finish()
4792 req->r_flags &= ~R_JBTPRINTFMSG; in nfs_request_finish()
H A Dnfs.h1065 #define R_JBTPRINTFMSG 0x00000800 /* Did a tprintf msg for jukebox error */ macro