Searched defs:execute (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | interp.c | 104 execute(fcode_env_t *env) function 113 CHECK_DEPTH(env, 1, "execute");
|
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | sfpopen.c | 42 /* 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 D | Psyscall.c | 205 * 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 D | db.cc | 318 * 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 D | grep.c | 353 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 D | find.c | 1338 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 D | arc.h | 158 void *execute; member in struct:grub_arc_firmware_vector
|
/osnet-11/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 49 FNPROTO(execute); variable
|
Completed in 41 milliseconds