Searched refs:assert3u (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | assert.h | 110 #define assert3u(a, op, b) \ macro 160 #define assert3u(a, op, b) ((void)0)
|
| H A D | task_ref.c | 277 assert3u(grp, <, TASK_GRP_COUNT); in task_reference_grp() 331 assert3u(grp, <, TASK_GRP_COUNT); in task_deallocate_grp()
|
| H A D | btlog.c | 490 assert3u(BTL_PARAM_IDX(param, bts->bts_hash), ==, i); in __btlib_validate() 491 assert3u(bts->bts_hash & BTL_HASH_MASK, ==, j); in __btlib_validate() 707 assert3u(bts->bts_hash & BTL_HASH_MASK, ==, in __btlib_insert() 871 assert3u(bts->bts_hash & BTL_HASH_MASK, ==, in __btlib_get() 1391 assert3u(btlu.btl->btl_count, !=, 0); in btlog_create()
|
| H A D | kalloc.c | 2254 assert3u(size, <=, esize); in _kalloc_ext() 2637 assert3u(min_size, <=, max_size); in kfree_size_require()
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_malloc.c | 101 assert3u(size, <=, UINT8_MAX); in _MALLOC_external()
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | bpf.c | 3290 assert3u(pkt->bpfp_total_length, >=, pkt->bpfp_header_length); in get_pkt_trunc_len() 3293 assert3u(pkt->bpfp_header_length, >=, pktap->pth_length); in get_pkt_trunc_len() 3296 assert3u(pkt->bpfp_total_length, >=, pktap->pth_length + pktap->pth_frame_pre_length); in get_pkt_trunc_len()
|