Searched refs:OS_ERR_REFERENT_INVPTR (Results 1 – 2 of 2) sorted by relevance
974 OS_ERR_REFERENT_INVPTR); in OSReferentSize()975 ASSERTMSG(OFFSET(ptr, ALIGNMENT) == 0, OS_ERR_REFERENT_INVPTR); in OSReferentSize()979 ASSERTMSG(cell->hd, OS_ERR_REFERENT_INVPTR); in OSReferentSize()981 OS_ERR_REFERENT_INVPTR); in OSReferentSize()983 OS_ERR_REFERENT_INVPTR); in OSReferentSize()984 ASSERTMSG(0 <= cell->hd->size, OS_ERR_REFERENT_INVPTR); in OSReferentSize()986 OS_ERR_REFERENT_INVPTR); in OSReferentSize()
173 #define OS_ERR_REFERENT_INVPTR "OSReferentSize(): invalid pointer." macro