Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/isns/isnsd/
H A Ddump.c788 int delcmd = CMD_INVALID; in getcmd() local
793 delcmd = CMD_DELDDS; in getcmd()
796 delcmd = CMD_DELDD; in getcmd()
798 if (delcmd != CMD_INVALID) { in getcmd()
808 return (delcmd); in getcmd()