Home | History | Annotate | Download | only in UndiRuntimeDxe

Lines Matching refs:cdb

1267   address of the cdb.  We then jump into the common routine for both old and

1277 // TODO: cdb - add argument and description to function comment
1280 IN UINT64 cdb
1286 if (cdb == (UINT64) 0) {
1291 CdbPtr = (PXE_CDB *) (UINTN) cdb;
1304 UNDI_APIEntry_Common (cdb);
1311 address of the cdb. We then jump into the service routine pointed to by the
1321 // TODO: cdb - add argument and description to function comment
1324 IN UINT64 cdb
1331 CdbPtr = (PXE_CDB *) (UINTN) cdb;