Lines Matching refs:E2BIG
1766 errno = E2BIG; in TC_INSERT_ENTRY()
1822 errno = E2BIG; in TC_REPLACE_ENTRY()
2070 errno = E2BIG; in TC_DELETE_NUM_ENTRY()
2165 errno = E2BIG; in TC_READ_COUNTER()
2189 errno = E2BIG; in TC_ZERO_COUNTER()
2220 errno = E2BIG; in TC_SET_COUNTER()
2723 { TC_INSERT_ENTRY, E2BIG, "Index of insertion too big" }, in TC_STRERROR()
2724 { TC_REPLACE_ENTRY, E2BIG, "Index of replacement too big" }, in TC_STRERROR()
2725 { TC_DELETE_NUM_ENTRY, E2BIG, "Index of deletion too big" }, in TC_STRERROR()
2726 { TC_READ_COUNTER, E2BIG, "Index of counter too big" }, in TC_STRERROR()
2727 { TC_ZERO_COUNTER, E2BIG, "Index of counter too big" }, in TC_STRERROR()