Searched refs:ESLOTS_OVERFLOW (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_interface.c184 * @return -1(ESLOTS_OVERFLOW) if overflow, otherwise empty slots count
197 return (-ESLOTS_OVERFLOW);
267 * @return -1(ESLOTS_OVERFLOW) if overflow, otherwise filled slots count
283 return (-ESLOTS_OVERFLOW);
H A Dheci_data_structures.h59 #define ESLOTS_OVERFLOW 1 macro
H A Dheci_intr.c438 if (*slots == -ESLOTS_OVERFLOW) {

Completed in 62 milliseconds