Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c254 static int watch_length = 0; variable
260 watch_length = len; in watch_set()
269 if (watch_address == NULL || watch_length == 0) in watch_dump()
272 printf("%d: watch %p len %d\n",v,watch_address,watch_length); in watch_dump()
273 for (i = 0; i < watch_length; i++) { in watch_dump()