Searched refs:FSLOG_MSG_SINGLE (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dfslog.h61 * FSLOG_MSG_SINGLE - This signifies that the message is the only message
72 * For FSLOG_MSG_SINGLE option, it returns FSLOG_MSG_SINGLE.
77 #define FSLOG_MSG_SINGLE ULONG_MAX macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fslog.c132 * FSLOG_MSG_SINGLE - This signifies that the message is the only message
143 * For FSLOG_MSG_SINGLE option, it returns FSLOG_MSG_SINGLE.
165 if (msg_id == FSLOG_MSG_SINGLE) {
176 (msg_id == FSLOG_MSG_SINGLE)) {
220 fslog_err(FSLOG_MSG_SINGLE,

Completed in 75 milliseconds