Searched refs:fail (Results 1 - 25 of 108) sorted by relevance

12345

/haiku/src/add-ons/print/transports/ipp/
H A DIppTransport.h26 bool fail() const;
37 inline bool IppTransport::fail() const function in class:IppTransport
44 return fail();
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.h24 bool fail() const;
40 LprTransport::fail() const function in class:LprTransport
49 return fail();
H A DLpr.cpp28 if (gTransport->fail()) {
/haiku/src/tools/cppunit/cppunit/
H A DAsserter.cpp16 fail( string message, function in namespace:CppUnit::Asserter
29 fail( message, location );
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Drandom_r.c175 goto fail;
178 goto fail;
216 fail:
247 goto fail;
256 goto fail;
283 fail:
312 goto fail;
323 goto fail;
341 fail:
368 goto fail;
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an_pccard.c139 goto fail;
143 goto fail;
149 goto fail;
156 fail:
H A Dif_an_pci.c171 goto fail;
181 goto fail;
190 goto fail;
208 goto fail;
216 goto fail;
223 goto fail;
234 fail:
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_ra.h67 * fail: How many of these Tx attempts failed?
71 int mcs, unsigned int total, unsigned int fail);
H A Dieee80211_ra_vht.h73 * fail: How many of these Tx attempts failed?
77 int mcs, int nss, unsigned int total, unsigned int fail);
/haiku/headers/private/kernel/arch/generic/
H A Duser_memory.h66 auto fail = setjmp(thread_get_current_thread()->fault_handler_state); local
67 if (fail == 0) {
/haiku/src/add-ons/print/transports/shared/
H A DSocket.cpp128 bool Socket::fail() const function in class:Socket
135 return !fail();
140 return fail();
145 if (fail()) {
160 if (fail()) {
H A DSocket.h25 bool fail() const;
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetservent_r.c272 goto fail;
281 goto fail;
287 goto fail;
291 goto fail;
297 goto fail;
299 goto fail;
309 goto fail;
315 goto fail;
320 goto fail;
330 fail
[all...]
/haiku/src/kits/media/
H A DMediaDecoder.cpp65 goto fail;
69 goto fail;
73 goto fail;
78 fail:
94 goto fail;
98 goto fail;
103 fail:
/haiku/headers/tools/cppunit/cppunit/
H A DAsserter.h47 void CPPUNIT_API fail( std::string message,
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan_sta.c1022 int fail; local
1024 fail = 0;
1026 fail |= MATCH_CHANNEL;
1037 fail |= MATCH_CHANNEL;
1040 fail |= MATCH_CAPINFO;
1049 fail |= MATCH_CAPINFO;
1061 fail |= MATCH_TDMA_NOIE;
1063 fail |= MATCH_TDMA_VERSION;
1065 fail |= MATCH_TDMA_NOTMASTER;
1067 fail |
[all...]
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2util.cpp41 goto fail;
55 fail:
/haiku/src/bin/writembr/
H A Dwritembr.cpp81 if (fs.fail() || fs.gcount() < (off_t)kMBRSize ) {
109 if (fs.fail()) {
/haiku/src/libs/libfdt/
H A Dfdt_ro.c52 goto fail;
57 goto fail;
62 goto fail;
65 goto fail;
74 goto fail;
79 goto fail;
87 goto fail;
94 fail:
308 goto fail;
322 goto fail;
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_efuse.c232 goto fail;
236 fail:
255 goto fail;
260 fail:
H A Dif_rtwn_fw.c137 goto fail;
196 goto fail;
217 goto fail;
219 fail:
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c497 goto fail;
518 goto fail;
525 goto fail;
537 fail:
614 goto fail;
641 goto fail;
685 fail:
707 goto fail;
726 goto fail;
733 fail
[all...]
/haiku/src/libs/compat/freebsd_iflib/
H A Dnvlist.c886 goto fail;
904 goto fail;
966 goto fail;
974 goto fail;
984 goto fail;
989 goto fail;
1004 fail:
1062 goto fail;
1067 goto fail;
1070 goto fail;
[all...]
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c868 goto fail;
875 goto fail;
883 goto fail;
891 goto fail;
894 goto fail;
903 goto fail;
908 goto fail;
918 goto fail;
925 fail:
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/pci/
H A Drtwn_pci_attach.c140 goto fail;
148 goto fail;
154 goto fail;
165 goto fail;
175 goto fail;
184 goto fail;
193 goto fail;
203 fail:
280 goto fail;
287 goto fail;
[all...]

Completed in 143 milliseconds

12345