Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/
H A Dkernel_inspection.c113 mach_msg_type_number_t tblcnt = 0, treecnt = 0; in attempt_kernel_inspection() local
115 &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()
H A Dexception_ports_info.c42 mach_msg_type_number_t tblcnt = 0, treecnt = 0; variable
131 &tblcnt, &tree, &treecnt), "mach_port_space_info(): 0x%x", kr);
133 for (int i = 0; i < tblcnt; i++) {
/xnu-11417.101.15/bsd/net/
H A Dpfvar.h296 int tblcnt __attribute__((aligned(8))); member
H A Dpf.c1871 aw->p.tblcnt = (kt->pfrkt_flags & PFR_TFLAG_ACTIVE) ? in pf_tbladdr_copyout()