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

/macosx-10.10/syslog-267/libsystem_asl.tproj/include/
H A Dasl_msg.h35 #define ASL_MSG_PAGE_SLOTS 25 macro
93 uint16_t key[ASL_MSG_PAGE_SLOTS];
94 uint16_t val[ASL_MSG_PAGE_SLOTS];
95 uint16_t op[ASL_MSG_PAGE_SLOTS];
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_msg.c232 for (i = 0; i < ASL_MSG_PAGE_SLOTS; i++)
265 if (slot >= ASL_MSG_PAGE_SLOTS) return NULL;
307 if (slot >= ASL_MSG_PAGE_SLOTS) return NULL;
352 for (i = 0; i < ASL_MSG_PAGE_SLOTS; i++)
487 for (i = 0; i < ASL_MSG_PAGE_SLOTS; i++)
555 if (slot >= ASL_MSG_PAGE_SLOTS)
598 for (i = 0; i < ASL_MSG_PAGE_SLOTS; i++)
654 if (xsn >= ASL_MSG_PAGE_SLOTS)
717 for (slot = 0; slot < ASL_MSG_PAGE_SLOTS; slot++)
812 for (slot = 0; (slot < ASL_MSG_PAGE_SLOTS)
[all...]

Completed in 73 milliseconds