dm_ioctl.c | 192 device_t devt; local in function:dm_dev_create_ioctl 221 if ((devt = config_attach_pseudo(cf)) == NULL) { 240 dmv->devt = devt; 253 disk_init(dmv->diskp, device_xname(devt), &dmdkdriver); 377 device_t devt; local in function:dm_dev_remove_ioctl 393 * atomically get devt from device. 399 devt = dmv->devt; 407 cf = device_cfdata(devt); [all...] |