Searched defs:cmd (Results 1 – 10 of 10) sorted by relevance
/DragonOS-0.1.3/kernel/src/driver/tty/ |
D | tty.c | 43 long tty_ioctl(struct vfs_index_node_t *inode, struct vfs_file_t *filp, uint64_t cmd, uint64_t arg) in tty_ioctl()
|
/DragonOS-0.1.3/kernel/src/driver/disk/ahci/ |
D | ahci.c | 548 static struct ahci_request_packet_t *ahci_make_request(long cmd, uint64_t base_addr, uint64_t count… in ahci_make_request() 651 static long ahci_transfer(struct blk_gendisk *gd, long cmd, uint64_t base_addr, uint64_t count, uin… in ahci_transfer() 674 static long ahci_ioctl(long cmd, long arg) in ahci_ioctl()
|
D | ahci.h | 217 uint32_t cmd; // 0x18, command and status member
|
/DragonOS-0.1.3/kernel/src/driver/keyboard/ |
D | ps2_keyboard.c | 79 long ps2_keyboard_ioctl(struct vfs_index_node_t *inode, struct vfs_file_t *filp, uint64_t cmd, uint… in ps2_keyboard_ioctl()
|
/DragonOS-0.1.3/kernel/src/common/ |
D | blk_types.h | 39 uchar cmd; member
|
/DragonOS-0.1.3/kernel/src/filesystem/rootfs/ |
D | rootfs.c | 49 static long rootfs_ioctl(struct vfs_index_node_t *inode, struct vfs_file_t *file_ptr, uint64_t cmd,… in rootfs_ioctl()
|
/DragonOS-0.1.3/kernel/src/filesystem/devfs/ |
D | devfs.c | 82 static long devfs_ioctl(struct vfs_index_node_t *inode, struct vfs_file_t *file_ptr, uint64_t cmd, … in devfs_ioctl()
|
/DragonOS-0.1.3/kernel/src/filesystem/procfs/ |
D | procfs.c | 258 static long procfs_ioctl(struct vfs_index_node_t *inode, struct vfs_file_t *file_ptr, uint64_t cmd,… in procfs_ioctl()
|
/DragonOS-0.1.3/kernel/src/filesystem/fat32/ |
D | fat32.c | 823 long fat32_ioctl(struct vfs_index_node_t *inode, struct vfs_file_t *file_ptr, uint64_t cmd, uint64_… in fat32_ioctl()
|
/DragonOS-0.1.3/kernel/src/driver/usb/xhci/ |
D | xhci.c | 278 uint32_t cmd = xhci_read_op_reg32(id, XHCI_OPS_USBCMD); in xhci_hc_reset() local
|