Searched defs:devt (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/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-src/sys/dev/tdfx/ |
H A D | tdfx_vars.h | 95 struct cdev *devt; member
|
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | device.h | 114 dev_t devt; global() member 441 device_create_with_groups(struct class * class,struct device * parent,dev_t devt,void * drvdata,const struct attribute_group ** groups,const char * fmt,...) device_create_with_groups() argument 533 device_destroy(struct class * class,dev_t devt) device_destroy() argument [all...] |
/freebsd-src/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | 283 device_create(struct class * class,struct device * parent,dev_t devt,void * drvdata,const char * fmt,...) device_create() argument 305 device_create_groups_vargs(struct class * class,struct device * parent,dev_t devt,void * drvdata,const struct attribute_group ** groups,const char * fmt,va_list args) device_create_groups_vargs() argument [all...] |