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

/freebsd-10.2-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c253 static int watch_length = 0; variable
259 watch_length = len;
268 if (watch_address == NULL || watch_length == 0)
271 printf("%d: watch %p len %d\n",v,watch_address,watch_length);
272 for (i = 0; i < watch_length; i++) {

Completed in 101 milliseconds