Searched refs:tblcnt (Results 1 – 4 of 4) sorted by relevance
113 mach_msg_type_number_t tblcnt = 0, treecnt = 0; in attempt_kernel_inspection() local115 &tblcnt, &tree, &treecnt), "mach_port_space_info"); in attempt_kernel_inspection()116 if (tblcnt > 0) { in attempt_kernel_inspection()119 tblcnt * sizeof(*table)); in attempt_kernel_inspection()
42 mach_msg_type_number_t tblcnt = 0, treecnt = 0; variable131 &tblcnt, &tree, &treecnt), "mach_port_space_info(): 0x%x", kr);133 for (int i = 0; i < tblcnt; i++) {
296 int tblcnt __attribute__((aligned(8))); member
1871 aw->p.tblcnt = (kt->pfrkt_flags & PFR_TFLAG_ACTIVE) ? in pf_tbladdr_copyout()