Searched defs:multidata (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmmd.c45 #include <sys/multidata.h>
59 #define MMD_VERBOSE 0x1 /* multidata: provide more info */
60 #define MMD_STATS 0x2 /* multidata: provide statistics */
93 multidata(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
597 * If we're called from multidata dcmd, then we're passed in
656 * If we're called from multidata dcmd, then we're passed in
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c61 #include <sys/multidata.h>
1706 boolean_t multidata = B_TRUE; local
1730 multidata = B_FALSE;
1769 rc = (multidata) ? gld_start_mdt(q, mp, GLD_WPUT) :
1844 boolean_t multidata; local
1872 multidata = (DB_TYPE(mp) == M_MULTIDATA);
1894 err = (multidata) ? gld_start_mdt(q, mp, GLD_WSRV) :
2288 * The lower layer driver only gets a single multidata
2425 * Process the next multidata block, if there is one.

Completed in 73 milliseconds