Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dinfo.c73 static rdsv3_info_func rdsv3_info_funcs[RDS_INFO_LAST - RDS_INFO_FIRST + 1];
78 int offset = optname - RDS_INFO_FIRST; in rdsv3_info_register_func()
80 ASSERT(optname >= RDS_INFO_FIRST && optname <= RDS_INFO_LAST); in rdsv3_info_register_func()
92 int offset = optname - RDS_INFO_FIRST; in rdsv3_info_deregister_func()
94 ASSERT(optname >= RDS_INFO_FIRST && optname <= RDS_INFO_LAST); in rdsv3_info_deregister_func()
120 func = rdsv3_info_funcs[optname - RDS_INFO_FIRST]; in rdsv3_info_ioctl()
H A Daf_rds.c447 if ((cmd >= RDS_INFO_FIRST) && in rdsv3_ioctl()
/illumos-gate/usr/src/uts/common/sys/
H A Drds.h115 #define RDS_INFO_FIRST 10000 macro