Searched defs:target (Results 1 – 5 of 5) sorted by relevance
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/ |
D | xhci.c | 1239 static int xhci_control_in(const int id, struct usb_request_packet_t *packet, void *target, const i… in xhci_control_in() 1313 static int xhci_control_out(const int id, struct usb_request_packet_t *packet, void *target, const … in xhci_control_out() 1378 static inline int xhci_get_desc(const int id, const int port_id, void *target, const uint16_t desc_… in xhci_get_desc() 1451 void *target) in xhci_get_config_desc_full()
|
/DragonOS-0.1.7/kernel/src/process/ |
D | kthread.c | 277 struct kthread_info_t *target = to_kthread(pcb); in kthread_stop() local
|
/DragonOS-0.1.7/kernel/src/ktest/ |
D | test-idr.c | 327 int target = i < N / 3 ? i : max(i, 2 * (N / 3) + 1); in ktest_idr_case3() local
|
/DragonOS-0.1.7/kernel/src/filesystem/ramfs/ |
D | mod.rs | 175 let target = &mut data[offset..offset + len]; in write_at() localVariable
|
/DragonOS-0.1.7/kernel/src/filesystem/fat/ |
D | fs.rs | 1509 let target = guard.find(name)?; in find() localVariable 1523 let target: Arc<LockedFATInode> = guard.find(name)?; in unlink() localVariable 1550 let target: Arc<LockedFATInode> = guard.find(name)?; in rmdir() localVariable
|