Home
last modified time | relevance | path

Searched refs:tblcnt (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/tests/
H A Dkernel_inspection.c112 mach_msg_type_number_t tblcnt = 0, treecnt = 0; in attempt_kernel_inspection() local
114 &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()
H A Dexception_ports_info.c41 mach_msg_type_number_t tblcnt = 0, treecnt = 0; variable
130 &tblcnt, &tree, &treecnt), "mach_port_space_info(): 0x%x", kr);
132 for (int i = 0; i < tblcnt; i++) {
/xnu-8019.80.24/bsd/net/
H A Dpfvar.h285 int tblcnt __attribute__((aligned(8))); member
H A Dpf.c1812 aw->p.tblcnt = (kt->pfrkt_flags & PFR_TFLAG_ACTIVE) ? in pf_tbladdr_copyout()