Searched refs:B_ERROR (Results 1 - 25 of 1647) sorted by path

1234567891011>>

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp305 return B_ERROR;
/haiku/headers/build/
H A DHaikuBuildCompatibility.h148 # define B_NOT_SUPPORTED (B_ERROR)
/haiku/headers/private/bluetooth/
H A DPortListener.h56 return B_ERROR;
/haiku/headers/private/drivers/
H A Dscsi_sense.h46 { 0x09, "Vendor specific", err_act_fail, B_ERROR },
47 { 0x0A, "Copy aborted", err_act_fail, B_ERROR },
67 { 0x0001, "Filemark detected", err_act_fail, B_ERROR }, // T
68 { 0x0002, "End-of-partition/medium detected", err_act_fail, B_ERROR }, // T
69 { 0x0003, "Setmark detected", err_act_fail, B_ERROR }, // T
70 { 0x0004, "Beginning-of-partition/medium detected", err_act_fail, B_ERROR }, // T
71 { 0x0005, "End-of-data detected", err_act_fail, B_ERROR }, // TL
72 { 0x0006, "I/O process terminated", err_act_fail, B_ERROR }, // DTLPWROMAEBKVF
73 { 0x0007, "Programmable early warning detected", err_act_fail, B_ERROR }, // T
77 { 0x0014, "Audio play operation stopped due to error", err_act_fail, B_ERROR }, //
[all...]
/haiku/headers/private/firewire/
H A Dfirewirereg.h407 #define BIO_ERROR B_ERROR
/haiku/headers/private/shared/
H A DHashMap.h177 return B_ERROR;
H A DHashSet.h162 return B_ERROR;
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_dpms.cpp54 // and return B_OK if successful, else return B_ERROR.
82 return B_ERROR;
H A D3dfx_init.cpp77 return B_ERROR;
H A Dcursor.cpp19 return B_ERROR;
21 return B_ERROR;
30 return B_ERROR;
H A Dengine.cpp30 return B_ERROR;
H A Dmode.cpp238 return B_ERROR;
302 return B_ERROR;
310 return B_ERROR;
339 return B_ERROR;
/haiku/src/add-ons/accelerants/ati/
H A Daccelerant.cpp55 return B_ERROR; // undefined chip type code
195 return B_ERROR;
H A Dcursor.cpp19 return B_ERROR;
21 return B_ERROR;
30 return B_ERROR;
H A Dengine.cpp30 return B_ERROR;
H A Dmach64_dpms.cpp55 // and return B_OK if successful, else return B_ERROR.
84 return B_ERROR;
H A Dmach64_init.cpp205 return B_ERROR;
H A Dmode.cpp327 return B_ERROR;
388 return B_ERROR;
395 return B_ERROR;
412 return B_ERROR;
433 return B_ERROR;
443 return B_ERROR;
H A Drage128_dpms.cpp56 // and return B_OK if successful, else return B_ERROR.
91 return B_ERROR;
118 return B_ERROR;
138 return B_ERROR;
H A Drage128_mode.cpp384 return B_ERROR;
/haiku/src/add-ons/accelerants/et6x00/
H A DGetModeInfo.c52 if (*low > clockLimit) return B_ERROR;
H A DProposeDisplayMode.c52 * If the mode is not (or cannot) be made valid for this device, return B_ERROR.
129 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
H A DSetDisplayMode.c36 if (PROPOSE_DISPLAY_MODE(&target, &bounds, &bounds) != B_OK) /* ==B_ERROR???/// */
37 return B_ERROR;
/haiku/src/add-ons/accelerants/intel_810/
H A Dengine.cpp32 return B_ERROR;
H A Di810_dpms.cpp62 // and return B_OK if successful, else return B_ERROR.
94 return B_ERROR;

Completed in 212 milliseconds

1234567891011>>