Lines Matching +full:in +full:- +full:application
1 #!/usr/sbin/dtrace -qs
3 /*-
4 * Copyright (c) 2008-2012 Alexander Leidinger <netchild@FreeBSD.org>
7 * Redistribution and use in source and binary forms, with or without
12 * in this position and unchanged.
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31 * - emulation errors (unsupportet stuff, unknown stuff, ...)
32 * - kernel errors (resource shortage, ...)
33 * - programming errors (errors which can happen, but should not happen)
70 printf("ERROR: %s in %s:%s:%s\n", probename, probeprov, probemod, probefunc);
79 …printf("WARNING: %s:%s:%s:%s in application %s, maybe an application error?\n", probename, probepr…
86 …printf("WARNING: Application %s failed to find %s in %s:%s:%s, this may or may not be a problem.\n…
93 …printf("INFO: Application %s tried to use unknown clockid %d. Please report this to freebsd-emulat…
99 …Application %s tried to use unsupported clockid (%d), this may or may not be a problem for the app…
104 …Application %s tried to use unsupported flags (%d), this may or may not be a problem for the appli…
109 …printf("ERROR: Application %s issued a sysctl which failed the length restrictions.\nThe length pa…
116 …printf("ERROR: Application %s issued an unsupported sysctl (%s).\nPatches to support this sysctl a…