Home
last modified time | relevance | path

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

123456

/lk-master/lib/fs/spifs/test/
A Dspifstest.c70 if (res != NO_ERROR) { in test_setup()
77 if (res != NO_ERROR) { in test_setup()
98 if (err != NO_ERROR) { in test_empty_after_format()
120 if (status != NO_ERROR) { in test_double_create_file()
133 if (status != NO_ERROR) { in test_double_create_file()
141 status = NO_ERROR; in test_double_create_file()
166 if (status != NO_ERROR) { in test_write_read_normal()
195 if (status != NO_ERROR) { in test_write_read_normal()
209 if (status != NO_ERROR) { in test_write_past_eof()
327 if (status != NO_ERROR) { in test_rm_reclaim()
[all …]
/lk-master/platform/nrf52xxx/
A Dclock.c43 if (status == NO_ERROR) { in nrf52_clock_init()
52 return NO_ERROR; in nrf52_clock_hf_use_xtal_source()
56 if (event_wait_timeout(&hf_clk_evt, 100) != NO_ERROR) { in nrf52_clock_hf_use_xtal_source()
60 return NO_ERROR; in nrf52_clock_hf_use_xtal_source()
77 return NO_ERROR; in nrf52_clock_lfclk_enable()
85 if (event_wait_timeout(&lf_clk_evt, 100) != NO_ERROR) { in nrf52_clock_lfclk_enable()
89 return NO_ERROR; in nrf52_clock_lfclk_enable()
/lk-master/lib/norfs/test/
A Dnorfs_test.c266 status_t status = NO_ERROR; in test_garbage_collection()
273 EXPECT_EQ(NO_ERROR, status, in test_garbage_collection()
282 EXPECT_EQ(NO_ERROR, status, in test_garbage_collection()
292 EXPECT_EQ(NO_ERROR, status, in test_garbage_collection()
394 EXPECT_EQ(NO_ERROR, status, in test_corruption()
512 EXPECT_EQ(NO_ERROR, status, in test_thrash_fs()
524 EXPECT_EQ(NO_ERROR, status, in test_thrash_fs()
530 EXPECT_EQ(NO_ERROR, status, in test_thrash_fs()
541 EXPECT_EQ(NO_ERROR, status, in test_thrash_fs()
583 EXPECT_EQ(NO_ERROR, status, in test_thrash_fs()
[all …]
/lk-master/arch/test/
A Dmmu.c21 ASSERT_EQ(NO_ERROR, err, "init"); in create_user_aspace()
24 EXPECT_EQ(NO_ERROR, err, "destroy"); in create_user_aspace()
34 ASSERT_EQ(NO_ERROR, err, "init"); in map_user_pages()
47 EXPECT_EQ(NO_ERROR, err, "map page"); in map_user_pages()
57 EXPECT_EQ(NO_ERROR, err, "query"); in map_user_pages()
67 EXPECT_EQ(NO_ERROR, err, "destroy"); in map_user_pages()
80 ASSERT_EQ(NO_ERROR, err, "init"); in context_switch()
91 EXPECT_EQ(NO_ERROR, err, "map"); in context_switch()
116 EXPECT_EQ(NO_ERROR, err, "destroy"); in context_switch()
/lk-master/app/moot/
A Dfsboot.c30 if (retcode != NO_ERROR) { in attempt_fs_boot()
40 if (retcode != NO_ERROR) { in attempt_fs_boot()
49 if (retcode != NO_ERROR) { in attempt_fs_boot()
63 if (retcode != NO_ERROR) { in attempt_fs_boot()
80 if (retcode != NO_ERROR) { in attempt_fs_boot()
87 if (retcode != NO_ERROR) { in attempt_fs_boot()
95 if (retcode != NO_ERROR) { in attempt_fs_boot()
A Dusbboot.c177 if (st != NO_ERROR) { in handle_usb_cmd()
214 if (st != NO_ERROR) { in handle_usb_cmd()
267 } else if (r == NO_ERROR) { in attempt_usb_boot()
293 return NO_ERROR; in usb_register_cb()
335 if (res != NO_ERROR) { in usb_recv()
340 return NO_ERROR; in usb_recv()
/lk-master/platform/bcm28xx/
A Dmailbox.c52 return NO_ERROR; in mailbox_write()
76 return attempts < MAX_MAILBOX_READ_ATTEMPTS ? NO_ERROR : ERR_IO; in mailbox_read()
81 status_t ret = NO_ERROR; in mailbox_get_framebuffer()
86 if (ret != NO_ERROR) in mailbox_get_framebuffer()
91 if (ret != NO_ERROR) in mailbox_get_framebuffer()
137 return NO_ERROR; in display_get_framebuffer()
145 return NO_ERROR; in display_get_info()
149 return NO_ERROR; in display_present()
/lk-master/kernel/
A Dport.c105 return NO_ERROR; in buf_write()
114 return NO_ERROR; in buf_read()
177 return NO_ERROR; in port_create()
241 if (rc == NO_ERROR) { in port_open()
269 status_t rc = NO_ERROR; in port_group()
289 if (rc == NO_ERROR) { in port_group()
361 return NO_ERROR; in port_group_remove()
427 if (wr != NO_ERROR) in read_no_lock()
506 return NO_ERROR; in port_destroy()
555 return NO_ERROR; in port_close()
[all …]
A Devent.c83 status_t ret = NO_ERROR; in event_wait_timeout()
130 if (wait_queue_wake_one(&e->wait, reschedule, NO_ERROR) <= 0) { in event_signal()
141 wait_queue_wake_all(&e->wait, reschedule, NO_ERROR); in event_signal()
147 return NO_ERROR; in event_signal()
167 return NO_ERROR; in event_unsignal()
A Dsemaphore.c44 ret = wait_queue_wake_one(&sem->wait, resched, NO_ERROR); in sem_post()
52 status_t ret = NO_ERROR; in sem_wait()
67 status_t ret = NO_ERROR; in sem_trywait()
80 status_t ret = NO_ERROR; in sem_timedwait()
85 if (ret < NO_ERROR) { in sem_timedwait()
A Dmutex.c75 status_t ret = NO_ERROR; in mutex_acquire_timeout()
78 if (unlikely(ret < NO_ERROR)) { in mutex_acquire_timeout()
121 wait_queue_wake_one(&m->wait, true, NO_ERROR); in mutex_release()
125 return NO_ERROR; in mutex_release()
/lk-master/lib/fs/spifs/
A Dspifs.c167 return NO_ERROR; in cursor_advance()
338 return NO_ERROR; in spifs_commit_toc()
364 return NO_ERROR; in spifs_read_page()
386 return NO_ERROR; in spifs_write_page()
675 return NO_ERROR; in spifs_mount()
705 return NO_ERROR; in spifs_unmount()
820 return NO_ERROR; in spifs_open()
828 return NO_ERROR; in spifs_close()
1048 return NO_ERROR; in spifs_stat()
1079 return NO_ERROR; in spifs_opendir()
[all …]
/lk-master/dev/virtio/gpu/
A Dvirtio-gpu.c102 return NO_ERROR; in send_command_response()
123 DEBUG_ASSERT(err == NO_ERROR); in get_display_info()
124 if (err < NO_ERROR) { in get_display_info()
152 return NO_ERROR; in get_display_info()
180 DEBUG_ASSERT(err == NO_ERROR); in allocate_2d_resource()
226 DEBUG_ASSERT(err == NO_ERROR); in attach_backing()
402 return NO_ERROR; in virtio_gpu_start()
466 return NO_ERROR; in virtio_gpu_init()
558 return NO_ERROR; in display_get_framebuffer()
572 return NO_ERROR; in display_get_info()
[all …]
/lk-master/platform/stm32f7xx/
A Dqspi.c104 return NO_ERROR; in dma_disable()
137 return NO_ERROR; in qspi_write_enable_unsafe()
177 if (status != NO_ERROR) { in qspi_dummy_cycles_cfg_unsafe()
216 return NO_ERROR; in qspi_dummy_cycles_cfg_unsafe()
252 return NO_ERROR; in qspi_auto_polling_mem_ready_unsafe()
290 if (status != NO_ERROR) { in qspi_reset_memory_unsafe()
296 return NO_ERROR; in qspi_reset_memory_unsafe()
442 int ret = NO_ERROR; in spiflash_ioctl()
532 if (result != NO_ERROR) { in qspi_flash_init()
627 return NO_ERROR; in hal_error_to_status()
[all …]
/lk-master/lib/fs/memfs/
A Dmemfs.c71 return NO_ERROR; in memfs_mount()
97 return NO_ERROR; in memfs_unmount()
149 err = NO_ERROR; in memfs_create()
174 return NO_ERROR; in memfs_open()
197 return NO_ERROR; in memfs_remove()
205 return NO_ERROR; in memfs_close()
235 status_t rc = NO_ERROR; in memfs_truncate()
307 return NO_ERROR; in memfs_stat()
336 return NO_ERROR; in memfs_opendir()
353 err = NO_ERROR; in memfs_readdir()
[all …]
/lk-master/lib/fs/
A Ddebug.c82 if (err != NO_ERROR) { in cmd_fs_ioctl()
89 if (err != NO_ERROR) { in cmd_fs_ioctl()
109 if (err != NO_ERROR) { in cmd_fs_ioctl()
116 if (err != NO_ERROR) { in cmd_fs_ioctl()
191 if (err != NO_ERROR) { in cmd_fs()
206 if (err != NO_ERROR) { in cmd_fs()
/lk-master/dev/usb/class/bulktest/
A Dbulktest.c81 return NO_ERROR; in ep_cb_rx()
93 return NO_ERROR; in ep_cb_tx()
106 return NO_ERROR; in bulktest_usb_cb()
146 return NO_ERROR; in usb_class_bulktest_init()
/lk-master/platform/armemu/
A Ddisplay.c55 return NO_ERROR; in display_get_framebuffer()
67 return NO_ERROR; in display_get_info()
73 return NO_ERROR; in display_present()
/lk-master/dev/usb/class/cdcserial/
A Dcdcserial.c179 return NO_ERROR; in usb_register_cb()
252 return NO_ERROR; in cdcserial_write_async()
258 if (ret != NO_ERROR) { in cdcserial_write()
264 return NO_ERROR; in cdcserial_write()
287 return NO_ERROR; in cdcserial_read_async()
293 if (ret != NO_ERROR) { in cdcserial_read()
/lk-master/dev/bus/pci/
A Decam.cpp52 if (err != NO_ERROR) { in detect()
72 if (err != NO_ERROR) { in initialize()
83 return NO_ERROR; in initialize()
102 return NO_ERROR; in read_config()
111 return NO_ERROR; in write_config()
/lk-master/lib/bootimage/
A Dbootimage.c133 return NO_ERROR; in validate_bootimage()
156 return NO_ERROR; in bootimage_open()
163 return NO_ERROR; in bootimage_close()
175 return NO_ERROR; in bootimage_get_range()
197 return NO_ERROR; in bootimage_get_file_section()
/lk-master/arch/x86/32/
A Dmmu.c207 return NO_ERROR; in x86_mmu_get_mapping()
243 return NO_ERROR; in x86_mmu_check_mapping()
368 ret = NO_ERROR; in x86_mmu_add_mapping()
449 return NO_ERROR; in x86_mmu_unmap()
461 return NO_ERROR; in x86_mmu_unmap()
473 return NO_ERROR; in arch_mmu_unmap()
518 return NO_ERROR; in x86_mmu_map_range()
547 return NO_ERROR; in arch_mmu_query()
560 return NO_ERROR; in arch_mmu_map()
620 return NO_ERROR; in arch_mmu_init_aspace()
[all …]
/lk-master/lib/norfs/
A Dnorfs.c245 return NO_ERROR; in norfs_read_obj_iovec()
275 return NO_ERROR; in write_obj_header()
325 return NO_ERROR; in copy_iovec_to_disk()
371 return NO_ERROR; in initialize_next_block()
399 return NO_ERROR; in write_obj_iovec()
480 return NO_ERROR; in find_space_for_object()
675 return NO_ERROR; in erase_block()
740 return NO_ERROR; in load_and_verify_obj()
784 return NO_ERROR; in read_block_verification()
823 return NO_ERROR; in mount_next_obj()
[all …]
/lk-master/dev/usb/
A Dusb.c67 return NO_ERROR; in append_desc_data()
151 return NO_ERROR; in usb_add_string()
185 return NO_ERROR; in usb_register_callback()
340 return NO_ERROR; in usbc_callback()
349 return NO_ERROR; in usb_setup()
360 return NO_ERROR; in usb_start()
369 return NO_ERROR; in usb_stop()
/lk-master/app/usbtest/
A Dusbtest.c50 return NO_ERROR; in rx_callback()
75 return NO_ERROR; in tx_callback()
98 while (event_wait(&testevent) == NO_ERROR) { in usbtest_entry()

Completed in 48 milliseconds

123456