Searched refs:t_cnt (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dcs4231var.h58 vsize_t t_cnt; /* how far are we into the segment */ member in struct:cs_transfer
H A Dcs4231.c293 t->t_cnt = n;
321 togo = t->t_segsz - t->t_cnt;
324 t->t_cnt = togo = t->t_blksz;
326 nextaddr = dmabase + t->t_cnt;
329 t->t_cnt += togo;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c518 int t_cnt = 0; local
549 t_cnt++;
576 if ( !t_cnt ) {

Completed in 125 milliseconds