HomeSort by: relevance | last modified time | path
    Searched defs:devt (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/pax/
tables.h 107 * each DEVT are linked the various remaps for this device based on those bits
109 * avoid a device number during an update append, off the DEVT we would have
123 typedef struct devt { struct
125 struct devt *fow; /* new device map list */
127 } DEVT;
  /src/sys/dev/dm/
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...]
dm.h 136 device_t devt; /* pointer to autoconf device_t structure */ member in struct:dm_dev

Completed in 11 milliseconds