Searched refs:devt (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | device.h | 113 dev_t devt; member 383 dev_t devt, void *drvdata, const char *fmt, ...); 385 dev_t devt, void *drvdata, const struct attribute_group **groups, 399 if (dev->devt) { in device_initialize() 400 unit = MINOR(dev->devt); in device_initialize() 430 if (dev->devt == 0) in device_add() 431 dev->devt = makedev(0, device_get_unit(dev->bsddev)); in device_add() 449 struct device *parent, dev_t devt, void *drvdata, in device_create_with_groups() argument 456 dev = device_create_groups_vargs(class, parent, devt, drvdata, in device_create_with_groups() 478 if (dev->devt) { in device_register() [all …]
|
H A D | miscdevice.h | 60 if (cdev_add(misc->cdev, misc->this_device->devt, 1)) in misc_register() 68 device_destroy(&linux_class_misc, misc->this_device->devt); in misc_deregister()
|
/freebsd/bin/pax/ |
H A D | tables.h | 121 typedef struct devt { struct 123 struct devt *fow; /* new device map list */ argument
|
/freebsd/sys/dev/tdfx/ |
H A D | tdfx_vars.h | 95 struct cdev *devt; member
|
H A D | tdfx_pci.c | 245 tdfx_info->devt = make_dev(&tdfx_cdev, device_get_unit(dev), in tdfx_attach() 247 tdfx_info->devt->si_drv1 = tdfx_info; in tdfx_attach() 282 destroy_dev(tdfx_info->devt); in tdfx_detach()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | 288 device_create(struct class *class, struct device *parent, dev_t devt, in device_create() argument 297 dev->devt = devt; in device_create() 310 dev_t devt, void *drvdata, const struct attribute_group **groups, in device_create_groups_vargs() argument 325 dev->devt = devt; in device_create_groups_vargs() 2308 if (dev->devt != 0) { in linux_cdev_device_add() 2320 ret = cdev_add(ldev, dev->devt, 1); in linux_cdev_device_add() 2325 if (ret != 0 && dev->devt != 0) in linux_cdev_device_add() 2335 if (dev->devt != 0) in linux_cdev_device_del()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_main.c | 1084 uverbs_dev->dev.devt = base; in ib_uverbs_add_one()
|
H A D | ib_ucm.c | 1292 ucm_dev->dev.devt = ucm_dev->cdev.dev; in ib_ucm_add_one()
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.uwin | 616 device_type devt str dv - - ----- Indicate language/codeset support
|
H A D | Caps.hpux11 | 777 device_type devt str dv - - ----- Indicate language/codeset support
|
H A D | Caps | 769 device_type devt str dv - - ----- Indicate language, codeset support
|
H A D | Caps.osf1r5 | 624 device_type devt str dv - - ----- Indicate language/codeset support
|
H A D | Caps.keys | 860 device_type devt str dv - - ----- Indicate language/codeset support
|
H A D | Caps.aix4 | 871 device_type devt str dv - - ----- Indicate language/codeset support
|