Searched defs:perform_action (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dactions.c268 perform_action(fcode_env_t *env) function
273 CHECK_DEPTH(env, 2, "perform_action");
345 perform_action(env);
352 perform_action(env);
359 perform_action(env);
397 FORTH(0, "perform-action", perform_action);
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c608 perform_action(const char *pool, zinject_record_t *record, int cmd) function
952 return (perform_action(pool, &record, action));
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h384 FNPROTO(perform_action); variable

Completed in 67 milliseconds