| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhtadm/ |
| DhtAdmBatch.java | 71 public int execute() method in class:DhtAdmBatch 76 return (batch.execute()); 78 } // execute
|
| CreateTable.java | 72 public int execute() method in class:CreateTable 91 } // execute
|
| RemoveTable.java | 72 public int execute() method in class:RemoveTable 91 } // execute
|
| DhtAdm.java | 119 public int execute() { method in class:DhtAdm 159 returnCode = function.execute(); 191 } // execute 251 returnCode = dhtadm.execute();
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/ |
| PntAdmBatch.java | 70 public int execute() method in class:PntAdmBatch 75 return (batch.execute()); 77 } // execute
|
| CreateNetworkTable.java | 72 public int execute() method in class:CreateNetworkTable 97 } // execute
|
| ListNetworkTables.java | 73 public int execute() method in class:ListNetworkTables 98 } // execute
|
| RemoveNetworkTable.java | 74 public int execute() method in class:RemoveNetworkTable 102 } // execute
|
| PntAdm.java | 118 public int execute() { method in class:PntAdm 174 returnCode = function.execute(); 192 } // execute 254 returnCode = pntadm.execute();
|
| DeleteClientEntry.java | 81 public int execute() method in class:DeleteClientEntry 123 } // execute
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| xec.c | 52 execute(argt, xflags, errorflg, pf1, pf2) function 203 execute(f->fndval, xflags, 357 execute(forkptr(t)->forktre, xflags | XEC_EXECED, errorflg); 373 execute(parptr(t)->partre, xflags, errorflg); 381 if (execute(lstptr(t)->lstlef, xflags & XEC_NOSTOP, errorflg, pf1, pv) == 0) 382 execute(lstptr(t)->lstrit, xflags, errorflg, pv, pf2); 389 execute(lstptr(t)->lstlef, xflags&XEC_NOSTOP, errorflg); 391 execute(lstptr(t)->lstrit, xflags, (errorflg | (eflag & errflg))); 398 xval = execute(lstptr(t)->lstlef, XEC_NOSTOP, 0); 400 execute(lstptr(t)->lstrit, xflags|XEC_NOSTOP, errorflg) [all...] |
| /onnv/onnv-gate/usr/src/cmd/hal/addons/network-devices/ |
| svc-network-discovery | 46 execute() { 62 execute /usr/bin/dbus-send --system --print-reply \ 71 execute /usr/bin/dbus-send --system --print-reply \ 84 execute /usr/bin/dbus-send --system --print-reply \
|
| /onnv/onnv-gate/usr/src/cmd/oawk/ |
| run.c | 53 extern CELL *execute(), *nodetoobj(), *fieldel(), *dopa2(), *gettemp(); 85 execute(a); 94 execute(NODE *u) function 131 x = execute(a[0]); 139 x = execute(a[1]); 147 x = execute(a[2]); 177 x = execute(a[1]); 215 x = execute(a[0]); 237 x = execute(a[0]); 243 y = execute(a[1]) [all...] |
| /onnv/onnv-gate/usr/src/cmd/awk/ |
| run.c | 32 #define execute(p) r_execute(p) macro 84 (void) execute(a); 123 tempfree(x, "execute"); 136 x = execute(a[0]); 148 x = execute(a[1]); 157 x = execute(a[2]); 171 Cell **args; /* pointer to array of arguments after execute */ 192 fcn = execute(a[0]); /* the function itself */ 220 y = execute(x); 255 y = execute((Node *)(fcn->sval)); /* execute body * [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpbatch/ |
| DhcpCommand.java | 112 public int execute() { method in class:DhcpCommand 128 returnCode = pntadm.execute(); 135 returnCode = dhtadm.execute(); 144 } // execute
|
| DhcpBatch.java | 114 public int execute() { method in class:DhcpBatch 180 command.execute(); 215 } // execute 258 dhcpbatch.execute();
|
| /onnv/onnv-gate/usr/src/tools/cscope-fast/ |
| edit.c | 120 (void) execute(editor, editor, plusnum, file, "/dev/null", 123 (void) execute(editor, editor, plusnum, file, (char *)NULL);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/ |
| ConfigureService.java | 77 * Parse and execute the options for this function. 81 public int execute() throws IllegalArgumentException { method in class:ConfigureService 116 return action.execute(); 117 } // execute 125 * Execute the action. 130 public int execute(); method in interface:ConfigureService.Action 148 * Validate and execute the action. A sub-classed action is passed 154 public final int execute() { method in class:ConfigureService.ActionImpl 176 } // execute
|
| ServerParameter.java | 75 * Parse and execute the options for this function. 79 public int execute() throws IllegalArgumentException { method in class:ServerParameter 137 // Execute the actions. 142 if (action.execute() != DhcpCfg.SUCCESS) { 165 } // execute 184 * Execute the action. 189 public int execute(); method in interface:ServerParameter.Action 276 } // execute 289 * Validate and execute the action. A sub-classed action is passed 295 public final int execute() { method in class:ServerParameter.ActionImpl [all...] |
| DhcpCfg.java | 125 public int execute() { method in class:DhcpCfg 154 returnCode = function.execute(); 172 } // execute 237 returnCode = dhcpconfig.execute();
|
| ConfigureBootp.java | 73 public int execute() { method in class:ConfigureBootp 133 } // execute
|
| /onnv/onnv-gate/usr/src/lib/libast/common/features/ |
| vmalloc | 19 tst mem_sbrk note{ brk()/sbrk() work as expected }end execute{ 118 tst mal_alloca note{ alloca is based on malloc() }end execute{ 140 tst stk_down note{ stack grows downward }end execute{
|
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.sem.c | 53 execute(t, wanttty, pipein, pipeout) function 63 tprintf("TRACE- execute()\n"); 321 execute(t->t_dspr, wanttty); 327 execute(t->t_dcar, wanttty, pipein, pv); 332 execute(t->t_dcdr, wanttty, pv, pipeout); 338 execute(t->t_dcar, wanttty); 348 execute(t->t_dcdr, wanttty); 356 execute(t->t_dcar, wanttty); 362 execute(t->t_dcdr, wanttty);
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| grep.c | 85 static void execute(); 185 execute(NULL); 188 execute(*++argv); 195 execute(file) function
|
| /onnv/onnv-gate/usr/src/cmd/grep/ |
| grep.c | 99 static void execute(char *); 189 execute(NULL); 192 execute(*++argv); 198 execute(char *file) function
|