Searched refs:too_long (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | ckparam.c | 49 static int too_long(char *param, char *pt, int len); 81 ret_val += too_long(param, value, MAXLEN); in proc_name() 98 ret_val += too_long(param, token, TOKLEN); in proc_arch() 114 ret_val += too_long(param, value, MAXLEN); in proc_version() 131 ret_val += too_long(param, token, TOKLEN); in proc_category() 162 too_long(char *param, char *pt, int len) in too_long() function
|
/titanic_41/usr/src/uts/common/io/rtls/ |
H A D | rtls.h | 148 uint32_t too_long; member
|
H A D | rtls.c | 888 *val = rtlsp->stats.too_long; in rtls_m_stat() 1268 rtlsp->stats.too_long++; in rtls_receive()
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_rdc_hw.h | 798 uint32_t too_long:8; member 810 uint32_t too_long:8;
|