Searched refs:IS_CP_HASUNIT (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | spppcomp.c | 277 (IS_CP_HASUNIT(cp) ? cp->cp_unit : -1), cp->cp_flags, in spppcomp_close() 281 ASSERT(IS_CP_HASUNIT(cp)); in spppcomp_close() 353 (IS_CP_HASUNIT(cp) ? cp->cp_unit : -1), in spppcomp_wput() 669 (IS_CP_HASUNIT(cp) ? cp->cp_unit : -1), msgsize(mp), in spppcomp_outpkt() 741 (IS_CP_HASUNIT(cp) ? cp->cp_unit : -1), in spppcomp_inner_ioctl() 777 (IS_CP_HASUNIT(cp) ? cp->cp_unit : -1), nxslots, in spppcomp_inner_ioctl() 833 (IS_CP_HASUNIT(cp) ? cp->cp_unit : -1), in spppcomp_inner_ioctl() 854 (IS_CP_HASUNIT(cp) ? cp->cp_unit : -1), in spppcomp_inner_ioctl() 888 (IS_CP_HASUNIT(cp) ? cp->cp_unit : -1), in spppcomp_inner_ioctl() 896 (IS_CP_HASUNIT(cp) ? cp->cp_unit : -1), in spppcomp_inner_ioctl() [all …]
|
H A D | spppcomp.h | 216 #define IS_CP_HASUNIT(x) \ macro
|