| /components/drivers/pci/ |
| A D | host-bridge.c | 35 struct host_bridge_pm_status *status = data; in pci_device_pm_ops() local 37 rt_pci_enable_wake(pdev, system_pci_pm_mode[status->mode], status->enable); in pci_device_pm_ops() 45 struct host_bridge_pm_status status; in host_bridge_pm_suspend() local 48 status.mode = mode; in host_bridge_pm_suspend() 49 status.enable = RT_FALSE; in host_bridge_pm_suspend() 50 rt_pci_enum_device(pdev->bus, pci_device_pm_ops, &status); in host_bridge_pm_suspend() 57 struct host_bridge_pm_status status; in host_bridge_pm_resume() local 60 status.mode = mode; in host_bridge_pm_resume() 61 status.enable = RT_TRUE; in host_bridge_pm_resume() 62 rt_pci_enum_device(pdev->bus, pci_device_pm_ops, &status); in host_bridge_pm_resume()
|
| /components/drivers/virtio/ |
| A D | virtio_gpu.c | 333 if (status == RT_EOK) in virtio_gpu_gfx_flush_2d() 338 return status; in virtio_gpu_gfx_flush_2d() 379 rt_err_t status; in virtio_gpu_cursor_set_img() local 386 if (status != RT_EOK) in virtio_gpu_cursor_set_img() 388 return status; in virtio_gpu_cursor_set_img() 394 return status; in virtio_gpu_cursor_set_img() 430 rt_err_t status; in virtio_gpu_init() local 449 return status; in virtio_gpu_init() 499 return status; in virtio_gpu_control() 663 status = -RT_EINVAL; in virtio_gpu_control() [all …]
|
| A D | virtio_blk.c | 45 virtio_blk_dev->info[idx[0]].status = 0xff; in virtio_blk_rw() 60 … VIRTIO_VA2PA(&virtio_blk_dev->info[idx[0]].status), sizeof(rt_uint8_t), VIRTQ_DESC_F_WRITE, 0); in virtio_blk_rw() 102 rt_err_t status = RT_EOK; in virtio_blk_control() local 113 status = -RT_ERROR; in virtio_blk_control() 123 status = -RT_EINVAL; in virtio_blk_control() 127 return status; in virtio_blk_control() 162 RT_ASSERT(virtio_blk_dev->info[id].status == 0); in virtio_blk_isr()
|
| /components/dfs/dfs_v1/filesystems/nfs/ |
| A D | nfs.x | 226 union GETATTR3res switch (nfsstat3 status) { 254 union SETATTR3res switch (nfsstat3 status) { 275 union LOOKUP3res switch (nfsstat3 status) { 296 union ACCESS3res switch (nfsstat3 status) { 340 union READ3res switch (nfsstat3 status) { 366 union WRITE3res switch (nfsstat3 status) { 397 union CREATE3res switch (nfsstat3 status) { 419 union MKDIR3res switch (nfsstat3 status) { 484 union MKNOD3res switch (nfsstat3 status) { 522 union RMDIR3res switch (nfsstat3 status) { [all …]
|
| A D | nfs_xdr.c | 494 switch (objp->status) { in xdr_GETATTR3res() 556 switch (objp->status) { in xdr_SETATTR3res() 602 switch (objp->status) { in xdr_LOOKUP3res() 648 switch (objp->status) { in xdr_ACCESS3res() 692 switch (objp->status) { in xdr_READLINK3res() 744 switch (objp->status) { in xdr_READ3res() 800 switch (objp->status) { in xdr_WRITE3res() 869 switch (objp->status) { in xdr_CREATE3res() 917 switch (objp->status) { in xdr_MKDIR3res() 975 switch (objp->status) { in xdr_SYMLINK3res() [all …]
|
| A D | dfs_nfs.c | 178 else if (res.status != NFS3_OK) in get_handle() 246 else if (res.status != NFS3_OK) in get_dir_handle() 278 res.status != NFS3_OK) in nfs_get_filesize() 315 else if (res.status != NFS3_OK) in nfs_is_directory() 374 else if (res.status != NFS3_OK) in nfs_create() 422 else if (res.status != NFS3_OK) in nfs_mkdir() 592 else if (res.status != NFS3_OK) in nfs_read() 663 else if (res.status != NFS3_OK) in nfs_write() 865 else if (res.status != NFS3_OK) in nfs_stat() 1004 else if (res.status != NFS3_OK) in nfs_unlink() [all …]
|
| A D | nfs.h | 289 nfsstat3 status; member 322 nfsstat3 status; member 348 nfsstat3 status; member 374 nfsstat3 status; member 399 nfsstat3 status; member 431 nfsstat3 status; member 465 nfsstat3 status; member 501 nfsstat3 status; member 528 nfsstat3 status; member 561 nfsstat3 status; member [all …]
|
| /components/libc/posix/io/poll/ |
| A D | poll.c | 37 enum rt_poll_status status; /**< Status of the poll operation. */ member 73 is_waiting = (pn->pt->status == RT_POLL_STAT_WAITING); in __wqueue_pollwake() 75 pn->pt->status = RT_POLL_STAT_TRIG; in __wqueue_pollwake() 125 pt->status = RT_POLL_STAT_INIT; in poll_table_init() 155 if (timeout != 0 && pt->status != RT_POLL_STAT_TRIG) in poll_wait_timeout() 171 pt->status = RT_POLL_STAT_WAITING; in poll_wait_timeout() 177 if (pt->status == RT_POLL_STAT_WAITING) in poll_wait_timeout() 178 pt->status = RT_POLL_STAT_INIT; in poll_wait_timeout() 185 else if (pt->status == RT_POLL_STAT_TRIG) in poll_wait_timeout() 276 pt->status = RT_POLL_STAT_INIT; in poll_do()
|
| /components/drivers/can/ |
| A D | dev_can.c | 192 can->status.sndpkg++; in _can_int_tx() 259 can->status.sndpkg++; in _can_int_tx_priv() 757 rt_memset(&can->status, 0, sizeof(can->status)); in rt_hw_can_register() 807 can->status.rcvpkg++; in rt_hw_can_isr() 949 status.rcverrcnt, status.snderrcnt); in cmd_canstat() 951 status.bitpaderrcnt, status.formaterrcnt); in cmd_canstat() 953 status.ackerrcnt, status.biterrcnt); in cmd_canstat() 955 status.crcerrcnt, status.errcode); in cmd_canstat() 956 switch (status.errcode) in cmd_canstat() 976 status.rcvpkg, status.dropedrcvpkg); in cmd_canstat() [all …]
|
| /components/drivers/ipc/ |
| A D | ringblk_buf.c | 44 block_set[i].status = RT_RBB_BLK_UNUSED; in rt_rbb_init() 126 RT_ASSERT(blk->status == RT_RBB_BLK_UNUSED); in find_empty_blk_in_set() 254 new_rbb->status = RT_RBB_BLK_INITED; in rt_rbb_blk_alloc() 281 RT_ASSERT(block->status == RT_RBB_BLK_INITED); in rt_rbb_blk_put() 283 block->status = RT_RBB_BLK_PUT; in rt_rbb_blk_put() 311 if (block->status == RT_RBB_BLK_PUT) in rt_rbb_blk_get() 313 block->status = RT_RBB_BLK_GET; in rt_rbb_blk_get() 370 RT_ASSERT(block->status != RT_RBB_BLK_UNUSED); in rt_rbb_blk_free() 375 block->status = RT_RBB_BLK_UNUSED; in rt_rbb_blk_free() 451 if (block->status != RT_RBB_BLK_PUT || in rt_rbb_blk_queue_get() [all …]
|
| /components/mm/ |
| A D | mm_anon.c | 243 msg->response.status = MM_FAULT_STATUS_OK_MAPPED; in _map_page_in_varea() 248 msg->response.status = MM_FAULT_STATUS_UNRECOVERABLE; in _map_page_in_varea() 347 msg->response.status = MM_FAULT_STATUS_OK; in _fetch_page_for_varea() 358 msg->response.status = MM_FAULT_STATUS_OK_MAPPED; in _fetch_page_for_varea() 371 iomsg->response.status = MM_FAULT_STATUS_OK; in read_by_mte() 389 if (msg.response.status != MM_FAULT_STATUS_UNRECOVERABLE) in _anon_page_read() 406 iomsg->response.status = MM_FAULT_STATUS_OK; in write_by_mte() 417 iomsg->response.status = MM_FAULT_STATUS_UNRECOVERABLE; in _anon_page_write() 429 if (msg.response.status == MM_FAULT_STATUS_OK_MAPPED) in _anon_page_write() 436 iomsg->response.status = MM_FAULT_STATUS_UNRECOVERABLE; in _anon_page_write() [all …]
|
| A D | mm_object.c | 46 msg->response.status = MM_FAULT_STATUS_OK; in on_page_fault() 90 msg->response.status = MM_FAULT_STATUS_OK; in page_read() 104 msg->response.status = MM_FAULT_STATUS_OK; in page_write()
|
| A D | mm_fault.h | 75 int status; member 108 res->status = MM_FAULT_STATUS_UNRECOVERABLE; in rt_mm_fault_res_init()
|
| /components/lwp/ |
| A D | lwp_pid.h | 83 pid_t lwp_waitpid(const pid_t pid, int *status, int options, struct rusage *ru); 85 pid_t waitpid(pid_t pid, int *status, int options); 116 void lwp_thread_exit(rt_thread_t thread, int status); 117 void lwp_exit(struct rt_lwp *lwp, lwp_status_t status);
|
| /components/libc/compilers/dlib/ |
| A D | syscalls.c | 15 void __exit (int status) in __exit() argument 17 __rt_libc_exit(status); in __exit()
|
| /components/libc/compilers/picolibc/ |
| A D | exit.c | 15 rt_noreturn void _exit (int status) in _exit() argument 17 __rt_libc_exit(status); in _exit()
|
| /components/drivers/usb/cherryusb/port/rp2040/ |
| A D | usb_hc_rp2040.c | 384 uint32_t status; in usbh_roothub_control() local 469 status = 0; in usbh_roothub_control() 486 memcpy(buf, &status, 4); in usbh_roothub_control() 751 uint32_t status; in USBH_IRQHandler() local 758 status = usb_hw->ints; in USBH_IRQHandler() 760 if (status & USB_INTS_HOST_CONN_DIS_BITS) { in USBH_IRQHandler() 778 if (status & USB_INTS_STALL_BITS) { in USBH_IRQHandler() 783 if (status & USB_INTS_BUFF_STATUS_BITS) { in USBH_IRQHandler() 788 if (status & USB_INTS_TRANS_COMPLETE_BITS) { in USBH_IRQHandler() 816 if (status & USB_INTS_ERROR_DATA_SEQ_BITS) { in USBH_IRQHandler() [all …]
|
| A D | usb_dc_rp2040.c | 493 uint32_t const status = usb_hw->ints; in USBD_IRQHandler() local 496 if (status & USB_INTS_BUFF_STATUS_BITS) { in USBD_IRQHandler() 501 if (status & USB_INTS_SETUP_REQ_BITS) { in USBD_IRQHandler() 518 if (status & USB_INTS_DEV_CONN_DIS_BITS) { in USBD_IRQHandler() 534 if (status & USB_INTS_BUS_RESET_BITS) { in USBD_IRQHandler() 566 if (status & USB_INTS_DEV_SUSPEND_BITS) { in USBD_IRQHandler() 573 if (status & USB_INTS_DEV_RESUME_FROM_HOST_BITS) { in USBD_IRQHandler() 581 if (status & USB_INTS_DEV_SOF_BITS) { in USBD_IRQHandler() 587 if (status ^ handled) { in USBD_IRQHandler() 588 USB_LOG_INFO("Unhandled IRQ 0x%x\n", (uint32_t)(status ^ handled)); in USBD_IRQHandler()
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | README.md | 2 …o synchronize some network status and address information in lwIP, so it need to make some changes… 5 …- netif.c: add RT-Thread netdev header file , status synchronize(UP, LINK_UP), address synchronize…
|
| /components/libc/posix/io/epoll/ |
| A D | epoll.c | 219 ep->status = RT_EPOLL_STAT_TRIG; in epoll_wqueue_callback() 284 ep->status = RT_EPOLL_STAT_TRIG; in epoll_ctl_install() 301 ep->status = RT_EPOLL_STAT_INIT; in epoll_member_init() 389 int status; in epoll_do_create() local 402 status = epoll_epf_init(fd); in epoll_do_create() 403 if (status < 0) in epoll_do_create() 406 rt_set_errno(-status); in epoll_do_create() 709 ep->status = RT_EPOLL_STAT_WAITING; in epoll_wait_timeout() 717 ep->status = RT_EPOLL_STAT_INIT; in epoll_wait_timeout() 721 ret = !(ep->status == RT_EPOLL_STAT_TRIG); in epoll_wait_timeout() [all …]
|
| /components/legacy/usb/usbdevice/class/ |
| A D | mstorage.c | 70 int status; member 218 data->status = STAT_CSW; in _send_status() 286 data->status = STAT_CMD; in _inquiry_cmd() 329 data->status = STAT_CMD; in _request_sense() 365 data->status = STAT_CMD; in _mode_sense_6() 410 data->status = STAT_CMD; in _read_capacities() 455 data->status = STAT_CMD; in _read_capacity() 495 data->status = STAT_SEND; in _read_10() 533 data->status = STAT_RECEIVE; in _write_10() 587 switch(data->status) in _ep_in_handler() [all …]
|
| /components/drivers/sdio/ |
| A D | dev_block.c | 44 static int __send_status(struct rt_mmcsd_card *card, rt_uint32_t *status, unsigned retries) in __send_status() argument 57 if (status) in __send_status() 58 *status = cmd.resp[0]; in __send_status() 68 rt_uint32_t status; in card_busy_detect() local 76 err = __send_status(card, &status, 5); in card_busy_detect() 85 *resp_errs |= status; in card_busy_detect() 98 while (!(status & R1_READY_FOR_DATA) || in card_busy_detect() 99 (R1_CURRENT_STATE(status) == 7)); in card_busy_detect()
|
| /components/libc/compilers/common/ |
| A D | cstdlib.c | 23 void __rt_libc_exit(int status) in __rt_libc_exit() argument 29 LOG_W("thread:%s exit:%d!", self->parent.name, status); in __rt_libc_exit() 34 pthread_exit((void *)status); in __rt_libc_exit()
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | README.md | 9 …o synchronize some network status and address information in lwIP, so it need to make some changes… 12 …- netif.c: add RT-Thread netdev header file , status synchronize(UP, LINK_UP), address synchronize…
|
| /components/drivers/spi/sfud/inc/ |
| A D | sfud.h | 161 sfud_err sfud_read_status(const sfud_flash *flash, uint8_t *status); 172 sfud_err sfud_write_status(const sfud_flash *flash, bool is_volatile, uint8_t status);
|