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

/freebsd-10.1-release/sys/dev/ce/
H A Dceddk.c1069 int nts = 0, ots = 0, pts = 0; local
1077 * ots - current (old) busy ts
1082 ots++;
1089 CE_DDK_DEBUG (b, c, ("pts: %d ots: %d nts: %d ts: %lx\n", pts, ots, nts,
1092 if (32 - pts + ots - nts < 0)
/freebsd-10.1-release/usr.bin/xlint/lint1/
H A Dtree.c1802 const char *nts, *ots; local
1817 *(nt == FUNC ? &nts : &ots) = "function pointer";
1818 *(nt == VOID ? &nts : &ots) = "'void *'";
1820 warning(303, ots, nts);

Completed in 106 milliseconds