Searched refs:damap (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddamap.h36 extern int damap(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Ddamap.c28 #include <sys/damap.h>
31 #include "damap.h"
36 mdb_printf("Print the damap at the address given.\n");
46 mdb_printf("tgtmap_dam[0] tgtmap_dam[1]|::damap\n");
314 damap(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
H A Dgenunix.c74 #include "damap.h"
3999 /* from damap.c */
4000 { "damap", ":", "display a damap_t", damap, damap_help },
/illumos-gate/usr/src/uts/common/os/
H A Ddamap.c44 #include <sys/damap.h>
82 * increase damap size by 64 entries at a time
1713 mapsp = kstat_create("dam", 0, mapp->dam_name, "damap",
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile154 damap.h \
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c32 #include <sys/damap.h>
46 uint_t pis_damap_info; /* -m: DAM/damap */
232 rval = mdb_call_dcmd("damap", dam0, DCMD_ADDRSPEC, 0, NULL);
240 rval = mdb_call_dcmd("damap", dam1, DCMD_ADDRSPEC, 0, NULL);
3102 " -m: Print per-iport information about DAM/damap state\n"
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c44 #include <sys/damap.h>
9906 /* Get the name ("local,remote" address string) from damap. */
10012 /* Get the name ("local,remote" address string) from damap. */
10247 * noise and force stabilization by stopping reports into the damap.
10249 * The first config/unconfig callout out of the damap will reset

Completed in 144 milliseconds