Searched refs:tcnt (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_Control.c394 int tcnt = 0; local
500 tcnt = cnt;
501 while (tcnt && smp) { /* while there are message blocks and data */
502 if (tcnt >= gbuf_len(smp)) {
503 tcnt -= gbuf_len(smp);
504 if (tcnt) {
519 gbuf_wset(smp,tcnt);
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_misc.c204 mach_msg_type_number_t ncnt, tcnt; local
219 (mach_port_type_t **)&map_copy_types, &tcnt);

Completed in 64 milliseconds