Lines Matching defs:devt
192 device_t devt;
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;
393 * atomically get devt from device.
399 devt = dmv->devt;
407 cf = device_cfdata(devt);
408 error = config_detach(devt, DETACH_QUIET);