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

  /src/external/bsd/elftosb/dist/common/
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);

Completed in 17 milliseconds