Searched defs:execute (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/efcode/engine/
H A Dinterp.c104 execute(fcode_env_t *env) function
113 CHECK_DEPTH(env, 1, "execute");
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfpopen.c42 /* execute command directly if possible; else use the shell */
44 static void execute(const char* argcmd) function
46 static void execute(argcmd)
138 char* command; /* command to execute */
281 execute(command);
/osnet-11/usr/src/lib/libproc/common/
H A DPsyscall.c205 * The agent itself is destroyed by forcing it to execute
228 execute(struct ps_prochandle *P, int sysindex) function
408 dprintf("Psyscall(): execute(sysindex = %d)\n", sysindex);
413 if (execute(P, sysindex) != 0 ||
/osnet-11/usr/src/lib/libnisdb/
H A Ddb.cc318 * Log the given action and execute it.
394 db::execute(db_action action, db_query *query, function in class:db
405 READLOCK(this, empty_result(DB_LOCK_ERROR), "r db::execute");
408 "ru db::execute");
412 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::execute");
416 "wu db::execute");
427 WARNING("db::execute: unknown request");
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c353 execute(State_s *state, Sfio_t* input, char* name) function
844 execute(&state, sfstdin, h);
856 execute(&state, f, s);
883 execute(&state, f, ent->fts_path);
H A Dfind.c1338 execute(State_t* state, FTSENT* ent) function
1404 execute(state, ent);
1722 if (execute(state, ent) < 0)
/osnet-11/usr/src/grub/grub2/include/grub/arc/
H A Darc.h158 void *execute; member in struct:grub_arc_firmware_vector
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h49 FNPROTO(execute); variable

Completed in 37 milliseconds