Searched refs:tblcnt (Results 1 – 4 of 4) sorted by relevance
112 mach_msg_type_number_t tblcnt = 0, treecnt = 0; in attempt_kernel_inspection() local114 &tblcnt, &tree, &treecnt), "mach_port_space_info"); in attempt_kernel_inspection()115 if (tblcnt > 0) { in attempt_kernel_inspection()118 tblcnt * sizeof(*table)); in attempt_kernel_inspection()
41 mach_msg_type_number_t tblcnt = 0, treecnt = 0; variable130 &tblcnt, &tree, &treecnt), "mach_port_space_info(): 0x%x", kr);132 for (int i = 0; i < tblcnt; i++) {
285 int tblcnt __attribute__((aligned(8))); member
1812 aw->p.tblcnt = (kt->pfrkt_flags & PFR_TFLAG_ACTIVE) ? in pf_tbladdr_copyout()