Searched defs:command (Results 26 - 50 of 52) sorted by relevance

123

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcompletion.c1 /* completion.c - complete a command, a disk, a partition or a file */
46 /* The state the command line is in. */
317 complete_arguments (char *command)
324 cmd = grub_command_find (command);
390 should be added to the string. This command outputs the possible
424 /* Determine the state the command line is in, depending on the
430 /* Complete a command. */
316 complete_arguments(char *command) argument
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetmntent.c223 getmntent_common(FILE *fp, struct extmnttab *emp, int command) argument
236 while ((ret = ioctl(fileno(fp), command, &embuf)) == MNTFS_TOOLONG) {
253 if (command == MNTIOC_GETMNTENT &&
264 if (command == MNTIOC_GETMNTENT)
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c90 char *command = argv[0]; local
96 while((flag = optget(argv,*command=='e'?sh_optexport:sh_optreadonly))) switch(flag)
99 tdata.prefix = command;
111 if(*command=='r')
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_browser.c232 * Note the SMB command is Transact, the opcode within the Transact SMB is
579 * smb_com a byte, the "first" command
586 * 0xFFFF is this command does not have
893 unsigned char command; local
919 &command, /* Command */
961 * This is not the most elegant way to extract the command byte
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dieee1275.c391 grub_ieee1275_interpret (const char *command, grub_ieee1275_cell_t *catch)
396 grub_ieee1275_cell_t command;
405 args.command = (grub_ieee1275_cell_t) command;
390 grub_ieee1275_interpret(const char *command, grub_ieee1275_cell_t *catch) argument
395 grub_ieee1275_cell_t command; member in struct:enter_args
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Depic100.c64 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. */
H A Deepro100.c112 SCBStatus = 0, SCBCmd = 2, /* Rx/Command Unit command and status. */
172 /* Commands that can be put in a command list entry. */
186 CmdTxFlex = 0x0008, /* Use "Flexible mode" for CmdTx command. */
189 /* How to wait for the command unit to accept a command.
231 s16 command; member in struct:TxFD
244 s16 command; member in struct:RxFD
265 s16 command; member in struct:ConfCmd
341 /* Shift the command bits out. */
412 txfd.command
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm166 # Allow the user to send a command directly, BE CAREFUL !!
173 $ftp->command( uc $cmd, @_);
181 $ftp->command("SITE", @_);
287 $ok = $ftp->command("SITE",${*$ftp}{'net_ftp_host'})->response;
290 $ok = $ftp->command("OPEN",${*$ftp}{'net_ftp_host'})->response;
421 $ftp->command(pack("C",$TELNET_DM) . "ABOR");
715 # an ALLO command before sending the STOR, STOU, or APPE command.
814 # create a Listen socket at same address as the command socket
1030 $ftp->command(
1086 sub command subroutine
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dlcgen.c279 char* command; local
293 command = *argv++;
297 fprintf(stderr, "%s: { hdr lib tab } arguments expected\n", command);
302 fprintf(stderr, "%s: %s: cannot write\n", command, hdr);
307 fprintf(stderr, "%s: %s: cannot write\n", command, lib);
316 fprintf(hf, "/* : : generated by %s : : */\n", command);
338 fprintf(lf, "/* : : generated by %s : : */\n", command);
371 fprintf(stderr, "%s: %d: %s: must be specified after :territory:\n", command, line, arg[0]);
381 fprintf(stderr, "%s: %d: %s must be specified first\n", command, line, arg[0]);
391 fprintf(stderr, "%s: %d: %s: must be specified after :language:\n", command, lin
[all...]
H A Dastconf.c482 * if command!=0 then it is checked for on $PATH
488 initialize(register Feature_t* fp, const char* path, const char* command, const char* succeed, const char* fail) argument
494 error(-2, "astconf initialize name=%s path=%s command=%s succeed=%s fail=%s fp=%p%s", fp->name, path, command, succeed, fail, fp, state.synthesizing ? " SYNTHESIZING" : "");
532 if (command && fp->op != OP_universe)
538 sfputr(tmp, command, 0);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_subr.c148 * INPUT: errstr - the error message returned by the command
153 * string for the metainit -a command and in this case the errstr
154 * string has to be parsed to extract the command and node name
156 * command: node: context: error message
164 char *command; local
172 command = Malloc(length);
175 if (sscanf(errstr, "%[^:]: %[^:]: %[^\n]", command, node,
177 (void) fprintf(stderr, "%s: %s: %s: %s\n", command,
183 Free(command);
198 * PURPOSE: sends the command t
[all...]
H A Dmeta_mn_handlers.c62 char *cp; /* runs through the given command line string */
63 char *command = NULL; /* the command we call locally */ local
101 cp++; /* next char in command line */
107 * advance pointer in command line
112 cp++; /* next char in command line */
134 command = Strdup(argv[0]);
168 (void) execvp(command, (char *const *)argv);
263 if (command != NULL) {
264 Free(command);
[all...]
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c670 * Return a pointer to a string telling us the name of the command.
679 int command; member in struct:scsi_command_name
685 scsi_command_names[0].command = SCMD_TEST_UNIT_READY;
688 scsi_command_names[1].command = SCMD_FORMAT;
691 scsi_command_names[2].command = SCMD_REASSIGN_BLOCK;
694 scsi_command_names[3].command = SCMD_READ;
697 scsi_command_names[4].command = SCMD_WRITE;
700 scsi_command_names[5].command = SCMD_READ_G1;
703 scsi_command_names[6].command = SCMD_WRITE_G1;
706 scsi_command_names[7].command
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c30 * Each command in the history file starts on an even byte is null terminated.
32 * byte is the version number. The sequence HIST_UNDO 0, following a command,
33 * nullifies the previous command. A six byte sequence starting with
34 * HIST_CMDNO is used to store the command number so that it is not necessary
47 #define HIST_UNDO 0201 /* invalidate previous command */
48 #define HIST_CMDNO 0202 /* next 3 bytes give command number */
63 off_t histmarker; /* offset of last command marker */ \
337 hist_eof(hp); /* this sets histind to last command */
552 * position history file at size and find next command number
561 /* skip to marker command an
1053 hist_copy(char *s1,int size,int command,int line) argument
1136 hist_locate(History_t *hp,register int command,register int line,int lines) argument
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c1482 jobject caller, jstring command)
1504 argv = dtj_make_argv(jenv, command, &argc);
1481 Java_org_opensolaris_os_dtrace_LocalConsumer__1createProcess(JNIEnv *jenv, jobject caller, jstring command) argument
H A Ddtj_util.c1150 dtj_make_argv(JNIEnv *jenv, jstring command, int *argc) argument
1154 const char *cmd; /* native command string */
1155 char *s; /* writable command */
1165 if (!command) {
1166 dtj_throw_null_pointer(jenv, "command is null");
1168 } else if ((*jenv)->GetStringLength(jenv, command) == 0) {
1169 dtj_throw_illegal_argument(jenv, "command is empty");
1173 cmd = dtj_GetStringNativeChars(jenv, command);
1181 "failed to allocate command string");
1182 dtj_ReleaseStringNativeChars(jenv, command, cm
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java1032 createProcess(String command) throws DTraceException argument
1034 if (command == null) {
1035 throw new NullPointerException("command is null");
1042 pid = _createProcess(command);
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dahci.c50 grub_uint8_t command[0x10]; member in struct:grub_ahci_cmd_table
61 grub_uint32_t command; member in struct:grub_ahci_hba_port
185 dev->hba->ports[dev->port].command &= ~GRUB_AHCI_HBA_PORT_CMD_FRE;
187 while ((dev->hba->ports[dev->port].command & GRUB_AHCI_HBA_PORT_CMD_FR))
194 dev->hba->ports[dev->port].command &= ~GRUB_AHCI_HBA_PORT_CMD_ST;
196 while ((dev->hba->ports[dev->port].command & GRUB_AHCI_HBA_PORT_CMD_CR))
212 dev->hba->ports[dev->port].command |= GRUB_AHCI_HBA_PORT_CMD_FRE;
213 while (!(dev->hba->ports[dev->port].command & GRUB_AHCI_HBA_PORT_CMD_FR))
217 dev->hba->ports[dev->port].command &= ~GRUB_AHCI_HBA_PORT_CMD_FRE;
220 dev->hba->ports[dev->port].command |
[all...]
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_utils.c1367 return (gettext("Error running an external command."));
1391 * Runs a command in a separate subprocess. Splits out stdout from stderr
1403 * running the command (vs stderr output generated by the command
1409 * command: command to run. Assumed not to have embedded stdout
1413 * status of the command, if the command is run. Not
1414 * altered if command is not run.
1423 * BE_SUCCESS - The command ra
1436 be_run_cmd(char *command, int *command_status_p, char *stderr_buf, int stderr_bufsize, char *stdout_buf, int stdout_bufsize) argument
[all...]
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c63 * SCSI command get_configuration can return 64K -2 bytes of data.
342 int command, int lun, uchar_t c0, uchar_t c1);
1410 fill_general_page_cdb_g1(union scsi_cdb *cdb, int command, int lun, argument
1414 cdb->scc_cmd = command;
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1650 char *command = NULL; local
1664 command = malloc(size);
1665 if (command == NULL) {
1669 (void) snprintf(command, size, "%s %s", SVC_METHOD, flags);
1676 SCF_TYPE_ASTRING, command, tran) != DLADM_STATUS_OK) {
1706 if (command != NULL)
1707 free(command);
1714 const char *instance_name, const char *command)
1733 command) != DLADM_STATUS_OK) {
1757 create_instance(const char *instance_name, const char *command) argument
1713 do_create_instance(scf_handle_t *handle, scf_service_t *svc, const char *instance_name, const char *command) argument
1925 char *command = NULL; local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmilter.c285 ** cmd -- return param for command read.
495 ** cmd -- command to send.
496 ** buf -- optional command data.
520 char command = (char) cmd; local
528 ** The first is the size/command and the second is the command data.
536 m->mf_name, (long) len, command);
543 m->mf_name, (long) len, command);
559 m->mf_name, command, (long) len);
561 nl = htonl(len + 1); /* add 1 for the command cha
1912 char command = (char) cmd; local
1995 char command = (char) cmd; local
2232 char command = (char) cmd; local
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c737 libzfs_spawn(const char *command, char **argv, void *unused) argument
748 status = posix_spawn(&pid, command, NULL, NULL, argv, NULL);
1078 * Called to free the src and dst nvlists stored in the command structure.
1125 * Unpacks an nvlist from the ZFS ioctl command structure.
1555 * command line utilities). This also handles converting index types
2466 /* get max command length */
2485 zfs_command_help(progname, dgettext(TEXT_DOMAIN, "<command>"));
2489 zfs_command_find(const char *command, zfs_command_t *table, int *idx) argument
2492 if (strcmp(command, table[i].name) == 0) {
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c85 /* ======== command execution ========*/
88 * The following two functions allow command substituion for non-builtins
463 * write the current command on the stack and make it available as .sh.command
802 sfprintf(sfstdout,"command exec < /dev/tcp/%s/%d || print -u2 'cannot create pipe'\n",host,shp->inpipe[2]);
803 sfprintf(sfstdout,"command exec > /dev/tcp/%s/%d || print -u2 'cannot create pipe'\n",host,shp->outpipe[2]);
921 int command=0, flgs=NV_ASSIGN; local
943 command += n;
951 shp->xargmin -= command;
952 shp->xargmax -= command;
[all...]
/osnet-11/usr/src/lib/libima/common/
H A Dima-lib.c2223 IMA_UINT command,
2263 pluginOid, command,
2221 IMA_PluginIOCtl( IMA_OID pluginOid, IMA_UINT command, const void *pInputBuffer, IMA_UINT inputBufferLength, void *pOutputBuffer, IMA_UINT *pOutputBufferLength) argument

Completed in 86 milliseconds

123