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

  /src/sys/arch/atari/atari/
autoconf.c 239 struct disk *dkp; local in function:findroot
258 if ((dkp = disk_find(device_xname(devs[unit]))) == NULL)
261 if (dkp->dk_driver == NULL ||
262 dkp->dk_driver->d_strategy == NULL)
274 bdev->d_strategy != dkp->dk_driver->d_strategy)
284 pp = &dkp->dk_label->d_partitions[booted_partition];
  /src/sys/arch/amigappc/amigappc/
autoconf.c 242 struct disk *dkp; local in function:findroot
270 if ((dkp = disk_find(device_xname(devs[unit]))) == NULL)
273 if (dkp->dk_driver == NULL ||
274 dkp->dk_driver->d_strategy == NULL)
283 pp = &dkp->dk_label->d_partitions[0];
284 for (i = 0; i < dkp->dk_label->d_npartitions;
319 if ((dkp = disk_find(device_xname(devs[unit]))) == NULL)
322 if (dkp->dk_driver == NULL ||
323 dkp->dk_driver->d_strategy == NULL)
328 if (fd_bdevsw.d_strategy == dkp->dk_driver->d_strategy
    [all...]
  /src/sys/arch/amiga/amiga/
autoconf.c 402 struct disk *dkp; local in function:findroot
430 if ((dkp = disk_find(device_xname(device_lookup(&sd_cd, unit)))) == NULL)
433 if (dkp->dk_driver == NULL ||
434 dkp->dk_driver->d_strategy == NULL)
443 pp = &dkp->dk_label->d_partitions[0];
444 for (i = 0; i < dkp->dk_label->d_npartitions;
479 if ((dkp = disk_find(device_xname(devs[unit]))) == NULL)
482 if (dkp->dk_driver == NULL ||
483 dkp->dk_driver->d_strategy == NULL)
488 if (fd_bdevsw.d_strategy == dkp->dk_driver->d_strategy
    [all...]
  /src/sys/dev/marvell/
mvxpsec.c 2697 uint32_t *dkp = key_decrypt; local in function:mvxpsec_key_precomp
2708 dkp[i] = ekp[i] = kp[i];
2710 dkp[i] = ekp[i] = 0;
2719 dkp[i] = ekp[i] = kp[i];
2747 mv_aes_deckey((uint8_t *)dkp, (uint8_t *)ekp, kbitlen);
2751 ekp[0] = dkp[0] = 0;

Completed in 16 milliseconds