Home
last modified time | relevance | path

Searched defs:devt (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/bin/pax/
H A Dtables.h123 typedef struct devt { struct
125 struct devt *fow; /* new device map list */ argument
126 struct dlist *list; /* map list based on inode truncation bits */
/netbsd-src/sys/dev/dm/
H A Ddm_ioctl.c192 device_t devt; in dm_dev_create_ioctl() local
377 device_t devt; in dm_dev_remove_ioctl() local
H A Ddm_dev.c225 dm_dev_detach(device_t devt) in dm_dev_detach()
H A Ddm.h136 device_t devt; /* pointer to autoconf device_t structure */ member
/netbsd-src/sys/dev/usb/
H A Dusb.c930 usbioctl(dev_t devt, u_long cmd, void *data, int flag, struct lwp *l) in usbioctl()
/netbsd-src/sys/dev/pci/
H A Dxmm7360.c166 #define device_private(devt) (void *)devt; argument