/haiku/src/tests/kits/support/bmemoryio/ |
H A D | ConstTest.cpp | 28 CPPUNIT_ASSERT(err == B_NOT_ALLOWED); in PerformTest() 32 CPPUNIT_ASSERT(err == B_NOT_ALLOWED); in PerformTest() 37 CPPUNIT_ASSERT(err == B_NOT_ALLOWED); in PerformTest() 42 CPPUNIT_ASSERT(err == B_NOT_ALLOWED); in PerformTest()
|
/haiku/src/add-ons/media/media-add-ons/dvb/ |
H A D | PacketQueue.cpp | 73 return B_NOT_ALLOWED; in Insert() 90 return B_NOT_ALLOWED; in Remove() 95 return B_NOT_ALLOWED; in Remove() 130 return B_NOT_ALLOWED; in Peek() 135 return B_NOT_ALLOWED; in Peek()
|
/haiku/src/servers/keystore/ |
H A D | Keyring.cpp | 157 return B_NOT_ALLOWED; in SetUnlockKey() 170 return B_NOT_ALLOWED; in RemoveUnlockKey() 184 return B_NOT_ALLOWED; in GetNextApplication() 211 return B_NOT_ALLOWED; in FindApplication() 239 return B_NOT_ALLOWED; in AddApplication() 254 return B_NOT_ALLOWED; in RemoveApplication() 296 return B_NOT_ALLOWED; in FindKey() 342 return B_NOT_ALLOWED; in FindKey() 407 return B_NOT_ALLOWED; in AddKey() 428 return B_NOT_ALLOWED; in RemoveKey() [all …]
|
/haiku/src/system/boot/loader/file_systems/bfs/ |
H A D | Link.cpp | 48 return B_NOT_ALLOWED; in ReadAt() 55 return B_NOT_ALLOWED; in WriteAt()
|
/haiku/src/add-ons/kernel/file_systems/netfs/client/ |
H A D | VirtualVolume.cpp | 369 return B_NOT_ALLOWED; in WriteStat() 388 return B_NOT_ALLOWED; in Create() 433 return B_NOT_ALLOWED; in Read() 442 return B_NOT_ALLOWED; in Write() 468 return B_NOT_ALLOWED; in Link() 476 return B_NOT_ALLOWED; in Unlink() 484 return B_NOT_ALLOWED; in Symlink() 502 return B_NOT_ALLOWED; in Rename() 513 return B_NOT_ALLOWED; in MkDir() 521 return B_NOT_ALLOWED; in RmDir() [all …]
|
/haiku/src/apps/cortex/NodeManager/ |
H A D | NodeGroup.cpp | 78 return B_NOT_ALLOWED; in release() 184 return B_NOT_ALLOWED; in addNode() 193 return B_NOT_ALLOWED; in addNode() 268 return B_NOT_ALLOWED; in removeNode() 415 return B_NOT_ALLOWED; in setStartPosition() 477 return B_NOT_ALLOWED; in setEndPosition() 620 return B_NOT_ALLOWED; in setTimeSource() 1063 return B_NOT_ALLOWED; in _preroll() 1171 return B_NOT_ALLOWED; in _start() 1174 return B_NOT_ALLOWED; in _start() [all …]
|
H A D | Connection.cpp | 170 return B_NOT_ALLOWED; in getOutputHint() 181 return B_NOT_ALLOWED; in getInputHint()
|
H A D | AddOnHost.cpp | 89 return B_NOT_ALLOWED; in Kill() 100 return B_NOT_ALLOWED; in Launch()
|
/haiku/docs/user/storage/ |
H A D | Query.dox | 79 \retval B_NOT_ALLOWED Fetch() already called. 113 \retval B_NOT_ALLOWED PushAttribute() was called after Fetch(). 128 \retval B_NOT_ALLOWED PushOp() was called after Fetch(). 143 \retval B_NOT_ALLOWED PushUInt32() was called after Fetch(). 158 \retval B_NOT_ALLOWED PushInt32() was called after Fetch(). 173 \retval B_NOT_ALLOWED PushUInt64() was called after Fetch(). 188 \retval B_NOT_ALLOWED PushInt64() was called after Fetch(). 203 \retval B_NOT_ALLOWED PushFloat() was called after Fetch(). 218 \retval B_NOT_ALLOWED PushDouble() was called after Fetch(). 235 \retval B_NOT_ALLOWED PushString() was called after Fetch(). [all …]
|
/haiku/src/kits/storage/ |
H A D | Query.cpp | 193 return B_NOT_ALLOWED; in SetVolume() 210 error = B_NOT_ALLOWED; in SetPredicate() 223 error = B_NOT_ALLOWED; in SetTarget() 303 return B_NOT_ALLOWED; in Fetch() 440 error = B_NOT_ALLOWED; in _PushNode() 502 error = B_NOT_ALLOWED; in _EvaluateStack()
|
/haiku/src/add-ons/kernel/drivers/graphics/vesa/ |
H A D | device.cpp | 146 return B_NOT_ALLOWED; in device_ioctl() 237 return B_NOT_ALLOWED; in device_read() 246 return B_NOT_ALLOWED; in device_write()
|
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/ |
H A D | device.cpp | 142 return B_NOT_ALLOWED; in device_read() 151 return B_NOT_ALLOWED; in device_write()
|
/haiku/src/add-ons/kernel/bus_managers/isa/arch/arm/ |
H A D | isa_dma.c | 22 return B_NOT_ALLOWED; in arch_start_isa_dma()
|
/haiku/src/add-ons/kernel/bus_managers/isa/arch/ppc/ |
H A D | isa_dma.c | 22 return B_NOT_ALLOWED; in arch_start_isa_dma()
|
/haiku/src/add-ons/kernel/bus_managers/isa/arch/m68k/ |
H A D | isa_dma.c | 22 return B_NOT_ALLOWED; in arch_start_isa_dma()
|
/haiku/src/add-ons/kernel/bus_managers/isa/arch/arm64/ |
H A D | isa_dma.c | 22 return B_NOT_ALLOWED; in arch_start_isa_dma()
|
/haiku/src/add-ons/kernel/bus_managers/isa/arch/x86/ |
H A D | isa_dma.cpp | 21 return B_NOT_ALLOWED; in arch_start_isa_dma()
|
/haiku/src/kits/shared/ |
H A D | JsonMessageWriter.cpp | 196 HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE, in Handle() 218 HandleError(JSON_EVENT_LISTENER_ANY_LINE, B_NOT_ALLOWED, in Complete() 443 HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE, in WillAdd() 511 HandleError(B_NOT_ALLOWED, JSON_EVENT_LISTENER_ANY_LINE, in Handle()
|
/haiku/src/kits/app/ |
H A D | Clipboard.cpp | 184 return B_NOT_ALLOWED; in Clear() 201 return B_NOT_ALLOWED; in Commit() 226 return B_NOT_ALLOWED; in Revert()
|
/haiku/src/system/libroot/posix/pthread/ |
H A D | pthread_mutexattr.c | 138 return B_NOT_ALLOWED; in pthread_mutexattr_setprioceiling() 169 return B_NOT_ALLOWED; in pthread_mutexattr_setprotocol()
|
/haiku/src/apps/haikudepot/process/ |
H A D | AbstractProcess.cpp | 58 return B_NOT_ALLOWED; in Run() 149 return B_NOT_ALLOWED; in StopInternal()
|
/haiku/src/system/kernel/ |
H A D | real_time_clock.cpp | 246 return B_NOT_ALLOWED; in _user_set_real_time_clock() 259 return B_NOT_ALLOWED; in _user_set_timezone() 320 return B_NOT_ALLOWED; in _user_set_real_time_clock_is_gmt()
|
H A D | shutdown.cpp | 44 return B_NOT_ALLOWED; in _user_shutdown()
|
/haiku/src/apps/cortex/support/ |
H A D | ObservableHandler.cpp | 52 return B_NOT_ALLOWED; in release() 201 return B_NOT_ALLOWED; // can't archive a dead object in Archive()
|
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/ |
H A D | device.cpp | 230 return B_NOT_ALLOWED; in device_read() 239 return B_NOT_ALLOWED; in device_write()
|