Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dtables.h121 typedef struct devt { struct
123 struct devt *fow; /* new device map list */ argument
124 struct dlist *list; /* map list based on inode truncation bits */
/freebsd/sys/dev/tdfx/
H A Dtdfx_vars.h95 struct cdev *devt; member
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h113 dev_t devt; member
449 struct device *parent, dev_t devt, void *drvdata, in device_create_with_groups()
541 device_destroy(struct class *class, dev_t devt) in device_destroy()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c290 device_create(struct class *class, struct device *parent, dev_t devt, in device_create()
312 dev_t devt, void *drvdata, const struct attribute_group **groups, in device_create_groups_vargs()