Searched refs:status (Results 1 – 13 of 13) sorted by relevance
/DragonOS-0.1.2/user/libs/libc/src/ |
D | stdlib.c | 54 void exit(int status) in exit() argument 56 syscall_invoke(SYS_EXIT, status, 0, 0, 0, 0, 0, 0, 0); in exit()
|
D | stdlib.h | 42 void exit(int status);
|
/DragonOS-0.1.2/kernel/src/exception/ |
D | softirq.c | 11 void set_softirq_pending(uint64_t status) in set_softirq_pending() argument 13 softirq_pending |= status; in set_softirq_pending()
|
D | softirq.h | 57 void set_softirq_pending(uint64_t status);
|
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/ |
D | stdlib.md | 20 ``void exit(int status)`` : 普通的 ``exit``
|
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/ |
D | xhci.h | 192 #define xhci_get_comp_code(status) (((status) >> 24) & 0x7f) argument 202 uint32_t status; member
|
D | xhci.c | 112 trb->status = __read4b(address + 8); in xhci_get_trb() 125 __write4b(address + 8, trb->status); in xhci_set_trb() 720 origin_trb.status = event_trb.status; in xhci_hc_irq_handler() 723 origin_trb.status = event_trb.status; in xhci_hc_irq_handler() 728 origin_trb.status |= XHCI_IRQ_DONE; in xhci_hc_irq_handler() 748 … (event_trb.status | XHCI_IRQ_DONE)); // return code + bytes *not* transferred in xhci_hc_irq_handler() 1202 uint32_t status = __read4b(status_vaddr); in xhci_wait_for_interrupt() local 1204 switch (xhci_get_comp_code(status)) in xhci_wait_for_interrupt() 1215 …kerror("xhci wait interrupt: status=%#010x, complete_code=%d", status, xhci_get_comp_code(status)); in xhci_wait_for_interrupt() 1974 __write4b(xhci_hc[id].cmd_trb_vaddr + 8, trb->status); // 状态 in xhci_send_command() [all …]
|
/DragonOS-0.1.2/kernel/src/driver/disk/ahci/ |
D | ahci.h | 102 uint8_t status; // Status register member 153 uint8_t status; // Status register member
|
/DragonOS-0.1.2/kernel/src/syscall/ |
D | syscall.c | 500 int *status = (int *)regs->r9; in sys_wait4() local 525 if (likely(status != NULL)) in sys_wait4() 526 *status = child_proc->exit_code; in sys_wait4()
|
/DragonOS-0.1.2/docs/community/ChangeLog/V0.1.x/ |
D | V0.1.2.md | 49 - procfs->status增加显示preempt和虚拟运行时间 (#100) 279 * procfs->status增加显示preempt和虚拟运行时间
|
D | V0.1.1.md | 35 - procfs:查看进程的status
|
/DragonOS-0.1.2/ |
D | bochsrc | 17 ata1-master: type=cdrom, path="DragonOS.iso", status=inserted
|
D | LICENSE | 255 of preserving the free status of all derivatives of our free software and
|