Home
last modified time | relevance | path

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

/freebsd-14.2/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 */
/freebsd-14.2/sys/dev/tdfx/
H A Dtdfx_vars.h95 struct cdev *devt; member
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h113 dev_t devt; member
440 struct device *parent, dev_t devt, void *drvdata, in device_create_with_groups()
532 device_destroy(struct class *class, dev_t devt) in device_destroy()
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c287 device_create(struct class *class, struct device *parent, dev_t devt, in device_create()
309 dev_t devt, void *drvdata, const struct attribute_group **groups, in device_create_groups_vargs()