Home
last modified time | relevance | path

Searched refs:M_CMD (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddedump.c214 { M_CMD, "M_CMD ", dedump_cmdblk },
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h484 #define M_CMD 0x93 /* out-of-band ioctl command */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c215 { "M_CMD", M_CMD, "out-of-band ioctl command" },
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2208 case M_CMD: in strrput_nondata()
6499 DB_TYPE(mp) = M_CMD; in strdocmd()
6565 ASSERT(mp != NULL && DB_TYPE(mp) == M_CMD); in strdocmd()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c128 case M_CMD: in tcp_wput()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4214 case M_CMD: in udp_wput_other()