Home
last modified time | relevance | path

Searched refs:faulty (Results 1 – 25 of 3011) sorted by relevance

12345678910>>...121

/dports/net/corosync2/corosync-2.4.5/exec/
H A Dtotemrrp.c84 unsigned int *faulty; member
98 unsigned int *faulty; member
661 unsigned int *faulty = NULL; in timer_function_test_ring_timeout() local
669 faulty = ((struct active_instance *)(rrp_instance->rrp_algo_instance))->faulty; in timer_function_test_ring_timeout()
671 faulty = ((struct passive_instance *)(rrp_instance->rrp_algo_instance))->faulty; in timer_function_test_ring_timeout()
673 assert (faulty != NULL); in timer_function_test_ring_timeout()
675 if (faulty[iface_no] == 1) { in timer_function_test_ring_timeout()
882 free (instance->faulty); in passive_instance_initialize()
892 free (instance->faulty); in passive_instance_initialize()
1405 free (instance->faulty); in active_instance_initialize()
[all …]
/dports/shells/zsh/zsh-5.8.1/Completion/Solaris/Command/
H A D_fmadm8 compadd "$@" - $(fmadm faulty -r 2> /dev/null | awk '{print $1}')
12 compadd "$@" - $(fmadm faulty -s 2> /dev/null | tail +4 | awk '{print $4}')
17 compadd "$@" - $(fmadm faulty -f 2> /dev/null | while read line; do
35 faulty list acquit replaced repaired list-alert clear
51 (faulty|list|list-alert|list-defect|list-fault)
53 '-f[display faulty FRUs]'
63 (list|faulty)
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/transform/
H A Dplot_ransac.py53 faulty = np.array(30 * [(180., -100)]) variable
54 faulty += 10 * rng.normal(size=faulty.shape)
55 data[:faulty.shape[0]] = faulty
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/moddata_2/
H A Dbug38968 # BRepCheck_Analyzer does not detect faulty faces in solid shape.
12 # a_13 face is FORVARD (faulty), but checkshape command does not detect it
41 puts "OK ${BugNumber} : checkshape detect faulty faces in solid shape"
43 puts "Faulty ${BugNumber} : checkshape does not detect faulty faces in solid shape"
H A Dbug5921 puts "TODO OCC12345 ALL: Faulty OCC592 : Checkshape BRepCheck_Analyzer does not detect faulty shape"
8 ##BRepCheck_Analyzer does not detect faulty shape
36 puts "Faulty OCC592 : Checkshape BRepCheck_Analyzer does not detect faulty shape"
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/libdrm/nouveau/
H A Dnouveau_dma.h49 static char faulty[1024]; variable
60 printf("No space left in packet at %s\n", faulty); in nouveau_dma_out()
136 dma->push_free, faulty); in nouveau_dma_begin()
139 snprintf(faulty, sizeof(faulty), "%s:%d", file, line); in nouveau_dma_begin()
/dports/net-im/jicofo/jicofo-ec1b29e/src/main/java/org/jitsi/jicofo/
H A DAbstractChannelAllocator.java240 boolean faulty = false; in allocateChannels()
275 faulty = false; in allocateChannels()
287 faulty = false; in allocateChannels()
296 faulty = true; in allocateChannels()
303 if (faulty) in allocateChannels()
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_7/
H A Dbug211342 puts "TODO OCC21134 ALL: Error: checkshape command does not return faulty shapes"
9 # checkshape command does not return faulty shapes.
18 puts "Error: checkshape command does not return faulty shapes."
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Ddummy_h.erl39 {return, faulty};
58 {return, faulty};
72 {return, faulty};
92 terminate({error, {return, faulty}}, Parent) ->
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Ddummy_h.erl39 {return, faulty};
58 {return, faulty};
72 {return, faulty};
92 terminate({error, {return, faulty}}, Parent) ->
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Ddummy_h.erl39 {return, faulty};
58 {return, faulty};
72 {return, faulty};
92 terminate({error, {return, faulty}}, Parent) ->
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddummy_h.erl39 {return, faulty};
58 {return, faulty};
72 {return, faulty};
92 terminate({error, {return, faulty}}, Parent) ->
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddummy_h.erl39 {return, faulty};
58 {return, faulty};
72 {return, faulty};
92 terminate({error, {return, faulty}}, Parent) ->
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddummy_h.erl39 {return, faulty};
58 {return, faulty};
72 {return, faulty};
92 terminate({error, {return, faulty}}, Parent) ->
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Ddummy_h.erl39 {return, faulty};
58 {return, faulty};
72 {return, faulty};
92 terminate({error, {return, faulty}}, Parent) ->
/dports/devel/R-cran-magrittr/magrittr/vignettes/
H A Dtradeoffs.Rmd262 faulty <- function() stop("tilt")
268 #> Error in faulty() : tilt
272 #> 6: faulty()
273 #> 5: f(faulty())
274 #> 4: g(f(faulty()))
275 #> 3: h(g(f(faulty())))
397 faulty <- function() stop("tilt")
403 #> Error in faulty() : tilt
407 #> 3: faulty()
487 #> Error in faulty() : tilt
[all …]
/dports/devel/R-cran-magrittr/magrittr/inst/doc/
H A Dtradeoffs.Rmd262 faulty <- function() stop("tilt")
268 #> Error in faulty() : tilt
272 #> 6: faulty()
273 #> 5: f(faulty())
274 #> 4: g(f(faulty()))
275 #> 3: h(g(f(faulty())))
397 faulty <- function() stop("tilt")
403 #> Error in faulty() : tilt
407 #> 3: faulty()
487 #> Error in faulty() : tilt
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DChaCha20Poly1305Test.java93 byte[] faulty = new byte[enc.length]; in performTest()
94 System.arraycopy(enc, 0, faulty, 0, enc.length - 1); in performTest()
98 decCipher.doFinal(faulty); in performTest()
113 System.arraycopy(enc, 0, faulty, 0, enc.length); in performTest()
114 faulty[0] ^= -1; in performTest()
118 decCipher.doFinal(faulty); in performTest()
/dports/shells/bash-completion/bash-completion-2.11/completions/
H A Dmdadm23 raid4 4 raid5 5 raid6 6 raid10 10 multipath mp faulty' \
28 faulty' -- "$cur"))
51 faulty)
131 --remove --fail --set-faulty" -- "$cur"))
/dports/mail/opendkim/opendkim-2.10.3/opendkim/tests/
H A Dt-conf-check16 echo ERROR: opendkim started with a faulty configuration
22 echo ERROR: opendkim started with a faulty configuration
/dports/ftp/wget/wget-1.21.2/src/
H A Dhost.c81 int faulty; /* number of addresses known not to work. */ member
95 *start = al->faulty; in address_list_get_bounds()
104 assert (pos >= al->faulty && pos < al->count); in address_list_address_at()
153 assert (index == al->faulty); in address_list_set_faulty()
154 if (index != al->faulty) in address_list_set_faulty()
156 logprintf (LOG_ALWAYS, "index: %d\nal->faulty: %d\n", index, al->faulty); in address_list_set_faulty()
162 ++al->faulty; in address_list_set_faulty()
163 if (al->faulty >= al->count) in address_list_set_faulty()
168 al->faulty = 0; in address_list_set_faulty()
/dports/cad/opencascade/opencascade-7.6.0/tests/demo/draw/
H A Dmessenger8 SendMessage "processing a text message in ostream" "information message" "test faulty message" "war…
13 SendMessage "processing a text message in report" "information message" "test faulty message" "warn…
/dports/graphics/photoqt/photoqt-1.6/qml/
H A DCaller.qml108 console.error("ERROR: Requested faulty show():", component)
123 console.error("ERROR: Requested faulty hide():", component)
155 console.error("ERROR: Requested faulty load():", func)
167 // We do this weird double if statement to be able to catch any faulty call at the end
211 console.error("ERROR: Requested faulty ensureElementSetup():", component)
/dports/net-mgmt/observium/observium/mibs/d-link/
H A DDLINKPRIME-POE-MIB160 faulty(5)
170 faulty(5) - Device detection or a powered device is in a faulty state.
188 "This object indicates the specific faulty type. It is meaningful
189 only when dpPoeIfDetectStatus object is 'faulty'.
191 dpPoeIfDetectStatus is not 'faulty'.
/dports/devel/efl/efl-1.25.1/src/lib/eina/
H A Deina_file.c454 m->faulty = EINA_TRUE; in _eina_file_mmap_faulty_one()
467 Eina_Bool faulty = EINA_FALSE; in eina_file_mmap_faulty() local
484 faulty = EINA_TRUE; in eina_file_mmap_faulty()
488 if (!faulty) in eina_file_mmap_faulty()
494 if (faulty) break; in eina_file_mmap_faulty()
499 if (!faulty) in eina_file_mmap_faulty()
506 if (faulty) break; in eina_file_mmap_faulty()
512 if (faulty) break; in eina_file_mmap_faulty()
517 return faulty; in eina_file_mmap_faulty()
1148 r = em->faulty; in eina_file_map_faulted()
[all …]

12345678910>>...121