Searched defs:devt (Results 1 – 4 of 4) sorted by relevance
| /freebsd/bin/pax/ |
| H A D | tables.h | 121 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 D | tdfx_vars.h | 95 struct cdev *devt; member
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | device.h | 116 dev_t devt; member 477 struct device *parent, dev_t devt, void *drvdata, in device_create_with_groups() 569 device_destroy(struct class *class, dev_t devt) in device_destroy()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 295 device_create(struct class *class, struct device *parent, dev_t devt, in device_create() 317 dev_t devt, void *drvdata, const struct attribute_group **groups, in device_create_groups_vargs()
|