HomeSort by: relevance | last modified time | path
    Searched refs:dcd (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
IVTDataSource.cpp 87 else if (name == "dcd")
89 m_ivt.dcd = ENDIAN_HOST_TO_LITTLE_U32(value);
IVTDataSource.h 69 * cases, the IVT, Boot Data (if present) and DCD (if present) are used in
71 * the IVT, Boot Data (if present) and DCD (if present) are required to be
74 * The method for calculating an initial load address for the DCD is
80 const void* dcd_initial = ivt_initial->dcd;
81 if (ivt_initial->dcd != NULL)
83 + (ivt_initial->dcd - ivt_initial->self)
101 /** Absolute address of the image DCD: may be NULL. */
102 /*const void*/ uint32_t dcd; member in struct:hab_ivt
158 * DCD header
265 //! - dcd
    [all...]
  /src/sys/kern/
kern_drvctl.c 547 const struct drvctl_command_desc *dcd; local
566 for (dcd = drvctl_command_table; dcd->dcd_name != NULL; dcd++) {
568 dcd->dcd_name))
572 if (dcd->dcd_name == NULL) {
577 if ((fflag & dcd->dcd_rw) == 0) {
582 error = (*dcd->dcd_func)(l, command_dict, results_dict);
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_lexer.l 63 dcd { return TOK_DCD; }
  /src/external/bsd/elftosb/dist/bdfiles/
complex.bd 81 load dcd {{ 00 11 22 33 }} > 0;
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 494 if (auto *dcd = dyn_cast<Decl>(getDeclContext())) {
495 return dcd->getAttr<ExternalSourceSymbolAttr>();

Completed in 19 milliseconds