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

/darwin-on-arm/xnu/bsd/sys/
H A Dfslog.h57 * FSLOG_MSG_LAST - This is really a MASK which should be logically OR'ed
79 #define FSLOG_MSG_LAST (~(ULONG_MAX >> 1)) macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fslog.c212 * FSLOG_MSG_LAST - This is really a MASK which should be logically OR'ed
257 (msg_id == FSLOG_MSG_LAST) ||
267 } else if (msg_id & FSLOG_MSG_LAST) {
273 msg_id = msg_id & ~FSLOG_MSG_LAST;
433 msg_id = fslog_err(msg_id | FSLOG_MSG_LAST,
446 msg_id = fslog_err(msg_id | FSLOG_MSG_LAST,
456 msg_id = fslog_err(msg_id | FSLOG_MSG_LAST, NULL);

Completed in 20 milliseconds