HomeSort by relevance Sort by last modified time
    Searched refs:COMMAND (Results 1 - 23 of 23) sorted by null

  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_share/
Solaris_PersistentShare.h 46 #define COMMAND 0
47 {"Command", cim_false, string},
49 #define CREATIONCLASSNAME (COMMAND + 1)
Solaris_PersistentShare.c 303 nfsPersistProps[COMMAND].name);
317 nfsPersistProps[COMMAND].name);
388 nfsPersistProps[COMMAND].name);
503 nfsPersistProps[COMMAND].name);
547 * will always return the command string with a \n.
953 (void) snprintf(propValues[COMMAND], MAXSIZE, "%s", optValue);
  /onnv/onnv-gate/usr/src/cmd/sh/
hash.h 48 #define COMMAND 0x0400
hashserv.c 71 return(COMMAND);
99 if (h->data & (COMMAND | REL_COMMAND))
135 h->data = COMMAND | count;
213 prs_buff(_gettext("hits cost command\n"));
291 return(COMMAND);
300 { /* unlink h from relative command list */
368 case COMMAND:
xec.c 48 /* ======== command execution ======== */
152 /* print command if execpr */
173 else if (comtype & (COMMAND | REL_COMMAND))
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgscripts/
cmdexec.c 40 #define COMMAND '!'
102 if (*pt == COMMAND) {
118 progerr(gettext("command failed <%s>"), cmd);
130 char command[256]; local
136 (void) sprintf(command, "%s -f %s <%s >%s", cmd, input, file, tempout);
137 if (system(command))
140 (void) sprintf(command, "cp %s %s", tempout, file);
141 if (system(command))
  /onnv/onnv-gate/usr/src/lib/libeti/form/common/
driver.c 45 #define COMMAND(x) (x.class)
48 /* command array(carray) order is significant(see form.h REQ_*) */
193 if (COMMAND(x))
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
00setup_dummy.t 24 open( BFDTMP, '>bfdtesttmp.com' ) || die "Error creating command file; $!";
25 print BFDTMP <<'COMMAND';
28 COMMAND
  /onnv/onnv-gate/usr/src/lib/libbc/libc/net/
ruserpass.c 48 #define COMMAND 8
91 t->tokstr = "command"; t++->tval = COMMAND;
181 case COMMAND:
  /onnv/onnv-gate/usr/src/lib/libsocket/inet/
ruserpass.c 66 #define COMMAND 8
106 t->tokstr = "command"; t++->tval = COMMAND;
210 case COMMAND:
  /onnv/onnv-gate/usr/src/common/mms/h/api/
defs_api.h 134 } COMMAND;
structs_api.h 39 COMMAND command; member in struct:__anon2161
246 COMMAND command; member in struct:__anon2195
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
SRMDataReader.java 78 private static final String COMMAND = "command ";
108 // Retry and rds command no more than this many times
149 * Send exit command to rds and close the rds pipe.
167 * @param option defines the rds command opion, -S -p ...
175 * Force the RDS to keep alive by sending the ALIVE command
201 * Send exit command to rds and close the rds pipe.
207 * First we try to close rds carefully by sending an exit command.
256 * @param option defines the rds command opion, -S -p ...
276 "Cannot read rds '" + option + "' command output")
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
epic100.h 16 COMMAND= 0, /* Control Register */
43 /* Command register (CR_) bits */
epic100.c 64 static int command; variable
118 command = ioaddr + COMMAND; /* Control Register */
255 outl(CR_START_RX | CR_QUEUE_RX, command);
344 outl(CR_QUEUE_TX, command);
409 outl(CR_START_RX | CR_QUEUE_RX, command);
463 /* Shift the read command bits out. */
  /onnv/onnv-gate/usr/src/lib/libshare/common/
libshare_zfs.c 47 * from the "zfs" command and modified to better suit this library's
903 #define COMMAND "/usr/sbin/zfs"
917 char *command; local
919 command = malloc(ZFS_MAXPROPLEN * 2);
920 if (command != NULL) {
942 (void) snprintf(command, ZFS_MAXPROPLEN * 2,
943 "%s set sharenfs=\"%s\" %s", COMMAND,
945 pfile = popen(command, "r");
956 free(command);
1022 char *command; local
1088 char *command; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.file.c 43 typedef enum {LIST, RECOGNIZE} COMMAND;
522 * Perform a RECOGNIZE or LIST command on string "word".
525 search2(tchar *word, COMMAND command, int max_word_length)
564 if (command == LIST) {
577 } else { /* RECOGNIZE command */
601 if (command == RECOGNIZE && numitems > 0) {
611 if (command == LIST) {
616 * argument forced to 0. If command name completion is
720 COMMAND command local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
Solaris_NFSShareEntry.c 39 #define COMMAND "Command"
53 char *command);
1044 char *command; local
    [all...]
  /onnv/onnv-gate/usr/src/common/mms/h/
apipro.h 379 COMMAND cmd);
  /onnv/onnv-gate/usr/src/cmd/init/
init.c 46 * To change run-levels the system administrator runs init from the command
152 * MAXCMDL The maximum length of a command string in inittab.
284 #define COMMAND 4
310 short p_count; /* How many respawns of this command in */
329 * DEMANDREQUEST Process started by a "telinit [abc]" command. Processes
388 char *c_command; /* Pointer to init command */
392 int pd_type; /* Command type */
541 static char startd_cline[256] = ""; /* svc.startd's command line */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/
config.y 94 %token COMMAND
1188 t_command: COMMAND
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
perl5db.pl 192 contents as the argument of a debugger <C<o> command.
304 To get everything, use C<$frame=30> (or C<o f-30> as a debugger command).
313 during command parsing.
339 command mode if it finds C<$signal> set to a true value.
350 =item * 1 - single-step, go into subs. The 's' command.
352 =item * 2 - single-step, don't go into subs. The 'n' command.
365 =item * 1 - The C<t> command was entered to turn on tracing (every line executed is printed)
380 Manipulated by the debugger's C<source> command and C<DB::readline()> itself.
401 Manipulated by the C<c> command to turn off tracing in all subs above the
414 Command aliases. Stored as character strings to be substituted for a comman
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
Name.pl 162 009D OPERATING SYSTEM COMMAND
164 009F APPLICATION PROGRAM COMMAND
    [all...]

Completed in 600 milliseconds