Searched refs:_error (Results 1 - 24 of 24) sorted by relevance

/haiku/src/tools/create_repository_config/
H A Dcreate_repository_config.cpp28 status_t _error = error; \
30 DIE(_error, __VA_ARGS__); \
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerAddOn.h24 BMessage* config, status_t* _error);
/haiku/src/servers/package/
H A DPackageDaemon.h26 PackageDaemon(status_t* _error);
H A DPackageDaemon.cpp29 PackageDaemon::PackageDaemon(status_t* _error) argument
31 BServer(B_PACKAGE_DAEMON_APP_SIGNATURE, false, _error),
/haiku/src/bin/desklink/
H A DMixerControl.h31 const char** _error = NULL);
H A DMixerControl.cpp46 MixerControl::Connect(int32 volumeWhich, float* _value, const char** _error) argument
164 if (_error)
165 *_error = errorString;
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp106 status_t* _error)
113 *_error = B_ERROR;
127 *_error = B_NO_MEMORY;
129 *_error = node->InitCheck();
105 InstantiateNodeFor(const flavor_info* info, BMessage* config, status_t* _error) argument
H A DMultiAudioAddOn.h25 BMessage* config, status_t* _error);
/haiku/src/kits/package/
H A DActivationTransaction.cpp34 status_t* _error)
65 if (_error != NULL)
66 *_error = error;
33 BActivationTransaction(BMessage* archive, status_t* _error) argument
H A DPackageInfo.cpp195 BPackageInfo::BPackageInfo(BMessage* archive, status_t* _error) argument
267 if (_error != NULL)
268 *_error = error;
/haiku/src/libs/compat/openbsd_network/compat/machine/
H A Dbus.h19 int _error; member in struct:bus_dmamap_obsd
65 dmam->_error = error;
78 return dmam->_error;
/haiku/headers/os/game/
H A DWindowScreen.h27 status_t* _error, bool debugMode = false);
29 uint32 attributes, status_t* _error);
/haiku/headers/private/package/
H A DActivationTransaction.h25 status_t* _error = NULL);
/haiku/headers/os/storage/
H A DPath.h74 static bool _MustNormalize(const char* path, status_t* _error);
/haiku/src/kits/storage/
H A DPath.cpp541 \param _error A pointer to an error variable that will be set if the input
547 BPath::_MustNormalize(const char* path, status_t* _error) argument
551 if (_error != NULL)
552 *_error = B_BAD_VALUE;
/haiku/src/servers/registrar/
H A DRegistrar.cpp57 Registrar::Registrar(status_t* _error) argument
59 BServer(B_REGISTRAR_SIGNATURE, B_REGISTRAR_PORT_NAME, -1, false, _error),
/haiku/headers/os/media/
H A DMediaAddOn.h105 BMessage* config, status_t* _error);
H A DMediaRoster.h43 static BMediaRoster* Roster(status_t* _error = NULL);
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp126 status_t& _error)
134 _error = B_ENTRY_NOT_FOUND;
154 _error = B_NAME_TOO_LONG;
166 _error = B_OK;
123 replace_executable_path_placeholder(const char*& dir, int& dirLength, const char* placeholder, size_t placeholderLength, const char* replacementSubPath, char*& buffer, size_t& bufferSize, status_t& _error) argument
/haiku/src/kits/app/
H A DApplication.cpp257 BApplication::BApplication(const char* signature, status_t* _error) argument
261 _InitData(signature, true, _error);
266 port_id port, bool initGUI, status_t* _error)
271 _InitData(signature, initGUI, _error);
353 BApplication::_InitData(const char* signature, bool initGUI, status_t* _error) argument
355 DBG(OUT("BApplication::InitData(`%s', %p)\n", signature, _error));
535 if (_error != NULL) {
536 *_error = fInitError;
265 BApplication(const char* signature, const char* looperName, port_id port, bool initGUI, status_t* _error) argument
/haiku/src/kits/interface/
H A DShelf.cpp1004 status_t *_error) const
1013 if (_error)
1014 *_error = B_BAD_INDEX;
1023 if (_error)
1024 *_error = item->error;
/haiku/headers/os/package/
H A DPackageInfo.h48 status_t* _error = NULL);
/haiku/src/kits/media/
H A DMediaAddOn.cpp528 status_t *_error)
527 InstantiateNodeFor(const flavor_info *info, BMessage *config, status_t *_error) argument
H A DMediaRoster.cpp173 BMediaRosterEx::BMediaRosterEx(status_t* _error) argument
182 *_error = BuildConnections();
188 *_error = B_ERROR;

Completed in 543 milliseconds