Home
last modified time | relevance | path

Searched refs:NO_ERROR (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_nl.c188 adm_ctx->reply_dh->ret_code = NO_ERROR; in drbd_adm_prepare()
295 return NO_ERROR; in drbd_adm_prepare()
778 if (retcode != NO_ERROR) in drbd_adm_set_role()
1515 if (retcode != NO_ERROR) in drbd_adm_disk_opts()
1577 if (retcode == NO_ERROR) { in drbd_adm_disk_opts()
1583 if (retcode != NO_ERROR) in drbd_adm_disk_opts()
1695 return NO_ERROR; in open_backing_devices()
1745 if (retcode != NO_ERROR) in drbd_adm_attach()
1824 if (retcode != NO_ERROR) in drbd_adm_attach()
1845 if (retcode != NO_ERROR) in drbd_adm_attach()
[all …]
H A Ddrbd_worker.c1634 return NO_ERROR; in drbd_resync_after_valid()
1651 return NO_ERROR; in drbd_resync_after_valid()
1658 return NO_ERROR; in drbd_resync_after_valid()
H A Ddrbd_main.c2800 return NO_ERROR; in drbd_create_device()
3209 int i, rv = NO_ERROR; in drbd_md_read()
3289 rv = NO_ERROR; in drbd_md_read()
/openbmc/phosphor-net-ipmid/
H A Dcomm_module.hpp15 NO_ERROR, //!< No errors enumerator
/openbmc/u-boot/include/jffs2/
H A Dmini_inflate.h12 #define NO_ERROR 0 macro
/openbmc/qemu/util/
H A Doslib-win32.c190 if (ioctlsocket(fd, FIONBIO, &opt) != NO_ERROR) { in qemu_socket_try_set_nonblock()
380 if (ioctlsocket(client, FIONBIO, &arg) != NO_ERROR) { in qemu_socketpair()
395 if (ioctlsocket(client, FIONBIO, &arg) != NO_ERROR) { in qemu_socketpair()
400 if (ioctlsocket(client, SIO_AF_UNIX_GETPEERPID, &arg) != NO_ERROR) { in qemu_socketpair()
/openbmc/qemu/block/
H A Dfile-win32.c189 if (li.LowPart == INVALID_SET_FILE_POINTER && GetLastError() != NO_ERROR) { in qemu_ftruncate64()
195 if (dw == INVALID_SET_FILE_POINTER && GetLastError() != NO_ERROR) { in qemu_ftruncate64()
516 if (dwPtrLow == INVALID_SET_FILE_POINTER && GetLastError() != NO_ERROR) { in raw_co_truncate()
539 if (l.LowPart == 0xffffffffUL && GetLastError() != NO_ERROR) in raw_co_getlength()
574 if (low != 0xFFFFFFFFlu || GetLastError() == NO_ERROR) { in raw_co_get_allocated_file_size()
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dncsi.h132 #define NO_ERROR 0x0000 macro
/openbmc/phosphor-net-ipmid/command/
H A Dopen_session.cpp94 response->status_code = static_cast<uint8_t>(RAKP_ReturnCode::NO_ERROR); in openSession()
H A Drakp34.cpp256 response->rmcpStatusCode = static_cast<uint8_t>(RAKP_ReturnCode::NO_ERROR); in RAKP34()
H A Drakp12.cpp315 response->rmcpStatusCode = static_cast<uint8_t>(RAKP_ReturnCode::NO_ERROR); in RAKP12()
/openbmc/linux/drivers/media/platform/st/sti/hva/
H A Dhva-hw.c86 NO_ERROR = 0x0, enumerator
142 case NO_ERROR: in hva_hw_its_irq_thread()
/openbmc/linux/include/linux/
H A Ddrbd.h102 NO_ERROR = 101, enumerator
/openbmc/qemu/qga/
H A Dmain.c758 DWORD ret = NO_ERROR; in handle_serial_device_events()
789 DWORD ret = NO_ERROR; in service_ctrl_handler()
825 service->status.dwWin32ExitCode = NO_ERROR; in service_main()
826 service->status.dwServiceSpecificExitCode = NO_ERROR; in service_main()
H A Dcommands-win32.c1573 if (status != NO_ERROR) { in get_interface_index()
1608 if (NO_ERROR == getifentry2_ex(&a_mid_ifrow)) { in guest_get_network_stats()
/openbmc/u-boot/fs/jffs2/
H A Dmini_inflate.c28 stream->error = NO_ERROR; in init_stream()