Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 29) sorted by relevance

12

/DragonOS-0.1.9/kernel/src/driver/disk/ahci/ !
Dmod.rs65 let mut list = PCI_DEVICE_LINKEDLIST.write(); in ahci_init() localVariable
178 let list: SpinLockGuard<Vec<&mut HbaMem>> = LOCKED_HBA_MEM_LIST.lock(); in _port() localVariable
Dahci_inode.rs95 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
/DragonOS-0.1.9/kernel/src/driver/virtio/ !
Dvirtio.rs25 let mut list = PCI_DEVICE_LINKEDLIST.write(); in virtio_probe() localVariable
/DragonOS-0.1.9/kernel/src/time/ !
Dclocksource.rs407 let mut list = WATCHDOG_LIST.lock(); in clocksource_dequeue_watchdog() localVariable
495 let mut list = CLOCKSOURCE_LIST.lock(); in clocksource_dequeue() localVariable
622 let list = CLOCKSOURCE_LIST.lock(); in clocksource_resume() localVariable
638 let list = CLOCKSOURCE_LIST.lock(); in clocksource_suspend() localVariable
/DragonOS-0.1.9/kernel/src/filesystem/devfs/ !
Dnull_dev.rs90 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
Dzero_dev.rs90 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
Dmod.rs473 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
/DragonOS-0.1.9/kernel/src/virt/kvm/ !
Dvcpu_dev.rs116 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
Dvm_dev.rs114 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
Dkvm_dev.rs108 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
/DragonOS-0.1.9/kernel/src/driver/keyboard/ !
Dps2_keyboard.rs165 fn list(&self) -> Result<alloc::vec::Vec<alloc::string::String>, SystemError> { in list() method
/DragonOS-0.1.9/kernel/src/ipc/ !
Dpipe.rs413 fn list(&self) -> Result<alloc::vec::Vec<alloc::string::String>, SystemError> { in list() method
/DragonOS-0.1.9/kernel/src/process/ !
Dkthread.rs453 let mut list = KTHREAD_CREATE_LIST.lock(); in kthread_daemon() localVariable
/DragonOS-0.1.9/kernel/src/driver/pci/ !
Dpci.rs74 list: RwLock<LinkedList<Box<dyn PciDeviceStructure>>>, field
97 let list = self.list.read(); in num() localVariable
102 let mut list = self.list.write(); in add() localVariable
1107 let list = PCI_DEVICE_LINKEDLIST.read(); in pci_init() localVariable
/DragonOS-0.1.9/kernel/src/filesystem/ramfs/ !
Dmod.rs461 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
/DragonOS-0.1.9/.vscode/ !
Dsettings.json44 "list": "c", string
/DragonOS-0.1.9/kernel/src/mm/ !
Dmmio_buddy.rs591 list: LinkedList<MmioBuddyAddrRegion>, field
/DragonOS-0.1.9/kernel/src/filesystem/vfs/ !
Dmount.rs330 fn list(&self) -> Result<alloc::vec::Vec<alloc::string::String>, SystemError> { in list() method
Dmod.rs360 fn list(&self) -> Result<Vec<String>, SystemError>; in list() method
/DragonOS-0.1.9/docs/kernel/core_api/ !
Dkernel_api.md9 #### 描
13 #### 参
/DragonOS-0.1.9/kernel/src/driver/video/fbdev/base/ !
Dfbmem.rs429 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
/DragonOS-0.1.9/kernel/src/driver/tty/ !
Dtty_device.rs244 fn list(&self) -> Result<alloc::vec::Vec<alloc::string::String>, system_error::SystemError> { in list() method
/DragonOS-0.1.9/kernel/src/filesystem/kernfs/ !
Dmod.rs284 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
/DragonOS-0.1.9/kernel/src/filesystem/procfs/ !
Dmod.rs727 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
/DragonOS-0.1.9/kernel/src/net/event_poll/ !
Dmod.rs179 fn list(&self) -> Result<Vec<alloc::string::String>, SystemError> { in list() method

12