Home
last modified time | relevance | path

Searched defs:target (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.3/kernel/src/filesystem/fat32/
Dfat_ent.c321 void fat32_fill_shortname(struct vfs_dir_entry_t *dEntry, struct fat32_Directory_t *target, uint32_… in fat32_fill_shortname()
382 void fat32_fill_longname(struct vfs_dir_entry_t *dEntry, struct fat32_LongDirectory_t *target, uint… in fat32_fill_longname()
/DragonOS-0.1.3/kernel/src/driver/usb/xhci/
Dxhci.c1237 static int xhci_control_in(const int id, struct usb_request_packet_t *packet, void *target, const i… in xhci_control_in()
1311 static int xhci_control_out(const int id, struct usb_request_packet_t *packet, void *target, const … in xhci_control_out()
1376 static inline int xhci_get_desc(const int id, const int port_id, void *target, const uint16_t desc_… in xhci_get_desc()
1449 void *target) in xhci_get_config_desc_full()
/DragonOS-0.1.3/kernel/src/process/
Dkthread.c272 struct kthread_info_t *target = to_kthread(pcb); in kthread_stop() local
/DragonOS-0.1.3/kernel/src/ktest/
Dtest-idr.c327 int target = i < N / 3 ? i : max(i, 2 * (N / 3) + 1); in ktest_idr_case3() local
/DragonOS-0.1.3/kernel/src/filesystem/vfs/
DVFS.c736 struct vfs_index_node_t *target = dentry->dir_inode; in vfs_unlink() local