Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.c515 rc = _ii_config(arg, ilp32, rvp, II_EXISTING); in iiioctl()
H A Ddsw_dev.h103 #define II_EXISTING 0x01 /* Internal dsw_ioctl()/dsw_config() flags */ macro
H A Ddsw_dev.c1153 ASSERT((iflags&(II_EXISTING|II_IMPORT)) != (II_EXISTING|II_IMPORT)); in _ii_config()
1154 existing = (iflags&II_EXISTING) != 0; in _ii_config()