OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crashed
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/
demangle_tree.py
3
# symbols in the object file, and collect statistics about failed /
crashed
38
self.
crashed
= []
59
r.
crashed
= [r.file]
74
r1.
crashed
.extend(r2.
crashed
)
81
result.nfiles, len(result.
crashed
), len(result.errors), result.nsymbols, directory))
187
ncrashed = len(total.
crashed
)
195
for f in sorted(total.
crashed
):
204
print("{0} files
crashed
while demangling ({1:.4%})".format(ncrashed, cpct))
/src/usr.bin/make/unit-tests/
deptgt-end-jobs.mk
10
# Before 2020-08-22, this test
crashed
with a null pointer dereference.
11
# Before 2020-09-23, this test
crashed
with an assertion failure.
/src/external/apache2/llvm/dist/clang/tools/clang-format/
clang-format.py
132
'No output from clang-format (
crashed
?).\n'
/src/sys/kern/
kern_pax.c
718
* => if "
crashed
" is true, exec_lock must be held for write
721
pax_segvguard(struct lwp *l, struct vnode *vp, const char *name, bool
crashed
)
731
KASSERT(!
crashed
|| rw_write_held(&exec_lock));
741
if ((p = vp->v_segvguard) == NULL && !
crashed
)
747
* If a program we don't know
crashed
, we need to create a new entry
770
* A program we "know" either executed or
crashed
again.
783
* It's someone else. Add an entry for him if we
crashed
.
786
if (
crashed
) {
797
if (
crashed
) {
/src/external/bsd/ppp/dist/pppd/
main.c
1668
static int
crashed
= 0;
local
1670
if (
crashed
)
1672
crashed
= 1;
Completed in 19 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026