OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dkp
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/amigappc/amigappc/
autoconf.c
242
struct disk *
dkp
;
local
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
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/arch/atari/atari/
autoconf.c
239
struct disk *
dkp
;
local
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/external/mpl/bind/dist/lib/dns/include/dns/
dnssec.h
257
dns_dnsseckey_t **
dkp
);
262
*\li '
dkp
' is not NULL and '*
dkp
' is NULL.
266
dns_dnsseckey_destroy(isc_mem_t *mctx, dns_dnsseckey_t **
dkp
);
271
*\li '
dkp
' is not NULL and '*
dkp
' is not NULL.
274
*\li '*
dkp
' is NULL.
/src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dnssec.h
253
dns_dnsseckey_t **
dkp
);
258
*\li '
dkp
' is not NULL and '*
dkp
' is NULL.
266
dns_dnsseckey_destroy(isc_mem_t *mctx, dns_dnsseckey_t **
dkp
);
271
*\li '
dkp
' is not NULL and '*
dkp
' is not NULL.
274
*\li '*
dkp
' is NULL.
/src/external/mpl/bind/dist/lib/dns/
dnssec.c
1072
dns_dnsseckey_t **
dkp
) {
1077
REQUIRE(
dkp
!= NULL && *
dkp
== NULL);
1114
*
dkp
= dk;
1118
dns_dnsseckey_destroy(isc_mem_t *mctx, dns_dnsseckey_t **
dkp
) {
1121
REQUIRE(
dkp
!= NULL && *
dkp
!= NULL);
1122
dk = *
dkp
;
1123
*
dkp
= NULL;
/src/external/mpl/dhcp/bind/dist/lib/dns/
dnssec.c
1280
dns_dnsseckey_t **
dkp
) {
1285
REQUIRE(
dkp
!= NULL && *
dkp
== NULL);
1321
*
dkp
= dk;
1326
dns_dnsseckey_destroy(isc_mem_t *mctx, dns_dnsseckey_t **
dkp
) {
1329
REQUIRE(
dkp
!= NULL && *
dkp
!= NULL);
1330
dk = *
dkp
;
1331
*
dkp
= NULL;
/src/sys/dev/marvell/
mvxpsec.c
2697
uint32_t *
dkp
= key_decrypt;
local
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 39 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026