Searched refs:execute (Results 1 - 25 of 40) sorted by relevance

12

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Djs_execs.d3 * js_execs.d - JavaScript execute snoop using DTrace.
47 javascript*:::execute-start
H A Djs_calls.d53 javascript*:::execute-start
H A Djs_stat.d79 javascript*:::execute-start
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/JavaScript/
H A Djs_execs.d3 * js_execs.d - JavaScript execute snoop using DTrace.
47 javascript*:::execute-start
H A Djs_calls.d53 javascript*:::execute-start
H A Djs_stat.d79 javascript*:::execute-start
/osnet-11/usr/src/lib/efcode/engine/
H A Dinstance.c116 execute(env);
H A Dalarm.c56 execute(env);
H A Dinterp.c104 execute(fcode_env_t *env) function
113 CHECK_DEPTH(env, 1, "execute");
H A Dactions.c147 execute(env);
189 execute(env);
H A Dpackage.c504 execute(env);
662 execute(env);
871 " execute\n", method, (int)TOS);
872 execute(env);
H A Dforth.c1737 /* execute the temporary definition */
1740 execute(env);
2234 execute(env);
2402 execute(env);
2433 * (see execute) which is how we will return (eventually)
2434 * to the test in catch that follows 'execute'.
2498 ANSI(0x01d, 0, "execute", execute);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_c.x91 %/* Log the given action and execute it.
149 % db_result* execute( db_action, db_query *, entry_object *,
H A Dnis_db.cc353 res = dbase->execute(DB_FIRST, query, NULL, NULL);
374 return (dbase->execute(DB_NEXT, NULL, NULL, next_desc));
393 return (dbase->execute(DB_RESET_NEXT,
424 res = dbase->execute(DB_LOOKUP, query,
428 res = dbase->execute(DB_ALL, NULL, NULL, NULL);
562 res = dbase->execute(DB_LOOKUP, query, 0, 0);
1592 res = dbase->execute(DB_ADD_NOLOG, NULL,
1604 res = dbase->execute(DB_ADD_NOSYNC,
1607 res = dbase->execute(DB_ADD, query,
1662 res = dbase->execute(DB_REMOVE_NOSYN
[all...]
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/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/grub/grub2/include/grub/arc/
H A Darc.h158 void *execute; member in struct:grub_arc_firmware_vector
/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/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);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBblock.pm188 A basic block is a series of operations which is known to execute from
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h49 FNPROTO(execute); variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm293 readpipe Process execute a system command and collect standard output
344 syscall I/O,Binary execute an arbitrary system call
/osnet-11/usr/src/lib/libsec/common/
H A Dacl_lex.l294 <PS>execute/[:/,] {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm457 Safe - Compile and execute code in restricted compartments
672 since when the code tries to execute the eval it will fail because the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm62 figure out how long it takes to execute some code.
375 can appear to take longer to execute the empty loop
624 # find package of caller so we can execute code there

Completed in 115 milliseconds

12