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

/illumos-gate/usr/src/lib/efcode/engine/
H A Dactions.c221 env->action_ptr[env->action_count] = (token_t)HERE;
223 env->action_count++;
239 env->action_count = 0;
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h212 int action_count; member in struct:FCODE_ENV
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1221 uint_t action_count, ai; local
1251 action_count = 1;
1269 action_count *= nalgs; \
1287 outact = kmem_alloc(sizeof (*outact) * action_count, KM_NOSLEEP);
1331 ASSERT(ai == action_count);
1332 *nact = action_count;

Completed in 75 milliseconds