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

12345678910

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommand.h37 mm_memcpy(pdev->sq_info.sq_chain.prod_bd, &pending->command, sizeof(pending->command));
49 DbgMessage(pdev,VERBOSEl2sp | VERBOSEl4sp, "Writing SP prod %d, conn_and_cmd_data=%x, type=%d \n",pdev->sq_info.sq_chain.prod_idx, pending->command.hdr.conn_and_cmd_data, pending->command.hdr.type);
62 * @Description: This function fills a command that is received
69 * @param command - FW Command ID
76 * command will be returned to the pool
82 u8_t command,
94 pending->command.hdr.conn_and_cmd_data = mm_cpu_to_le32((command << SPE_HDR_T_CMD_ID_SHIF
79 lm_sq_post_fill_entry(struct _lm_device_t* pdev, struct sq_pending_command * pending, u32_t cid, u8_t command, u16_t type, u64_t data, u8_t release_mem_flag) argument
177 lm_command_post( struct _lm_device_t* pdev, u32_t cid, u8_t command, u8_t priority, u16_t type, u64_t data ) argument
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5sp.c4 #include "command.h"
12 OUT u8_t *command,
18 *command = ISCSI_RAMROD_CMD_ID_INIT;
30 OUT u8_t *command,
38 *command = ISCSI_RAMROD_CMD_ID_UPDATE_CONN;
63 u8_t command = 0; local
72 lm_status = lm_sc_post_init_request(pdev, iscsi, request, &command, &data);
76 lm_status = lm_sc_post_update_request(pdev, iscsi, request, &command, &data);
88 "calling lm_command_post, cid=%d, command=%d, con_type=%d, data=%lx\n",
89 iscsi->cid, command, ISCSI_CONNECTION_TYP
8 lm_sc_post_init_request( IN struct _lm_device_t *pdev, IN lm_iscsi_state_t *iscsi, IN lm_iscsi_slow_path_request_t *sp_req, OUT u8_t *command, OUT u64_t *data) argument
26 lm_sc_post_update_request( IN struct _lm_device_t *pdev, IN lm_iscsi_state_t *iscsi, IN lm_iscsi_slow_path_request_t *sp_req, OUT u8_t *command, OUT u64_t *data) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfpopen.c42 /* execute command directly if possible; else use the shell */
95 /* get the command name */
134 Sfio_t* sfpopen(Sfio_t* f, const char* command, const char* mode) argument
136 Sfio_t* sfpopen(f,command,mode)
138 char* command; /* command to execute */
149 if (!command || !command[0] || !mode)
167 av[2] = (char*)command;
197 if(!command || !comman
[all...]
/illumos-gate/usr/src/uts/sun/io/dada/conf/
H A Ddcd_confsubr.c273 uchar_t command,
283 cdbp->cmd = command;
294 printf("command %x, flags %x, block %x, address_mode %x, size %x\n",
295 command, flags, block, address_mode, size);
271 makecommand(struct dcd_pkt *pkt, int flags, uchar_t command, uint32_t block, uchar_t address_mode, uint32_t size, uchar_t direction, uchar_t features) argument
/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootiic/
H A Dloader_prompt.h48 int command; member in struct:__anon112
/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootspi/
H A Dloader_prompt.h54 int command; member in struct:__anon114
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y150 %type <cmd> command
176 commands: command terminator
188 | command error terminator
213 command: add_command label
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_write.c215 * Run the remote command. We aren't interested in any io, Only the
219 remote_command(char *command, char *host) argument
227 command, NULL, AF_INET6)) < 0)
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dhist.c264 /* read in and run the command */
282 * given a file containing a command and a string of the form old=new,
283 * execute the command with the string old replaced by new
286 static void hist_subst(const char *command,int fd,char *replace) argument
304 errormsg(SH_DICT,ERROR_exit(1),e_subst,command);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c37 * Utility functions: issue a PNIC command, retrieve result. Use
48 static uint16_t pnic_command_quiet ( struct nic *nic, uint16_t command, argument
64 /* Write command */
65 outw ( command, nic->ioaddr + PNIC_REG_CMD );
73 "returned (expected %d, got %d)\n", command,
82 "(have %d, need %d)\n", command,
95 static uint16_t pnic_command ( struct nic *nic, uint16_t command, argument
100 uint16_t status = pnic_command_quiet ( nic, command,
105 printf ( "PNIC command %#hx (len %#hx) failed with status %#hx\n",
106 command, input_lengt
[all...]
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y39 * This allows the parser to simply build up the command (using the cmd
41 * cmd. The command is executed when the commands production is matched.
65 "%s -c command [ -d | [ file ] ]\n" \
66 "%s -f command-file [-d | [ file ] ]\n\n"
69 "command:\n" \
231 %type <cmd> command
243 commands: command
249 | commands command
255 | command error { YYERROR;};
257 command label
[all...]
/illumos-gate/usr/src/cmd/ptools/pcred/
H A Dpcred.c49 static char *command; variable
73 if ((command = strrchr(argv[0], '/')) != NULL)
74 command++;
76 command = argv[0];
177 command, arg, Pgrab_error(gcode));
252 command, command, command);
282 command, grnam);
306 command, logi
[all...]
/illumos-gate/usr/src/cmd/ptools/preap/
H A Dpreap.c45 static char *command; variable
119 command, arg, Pgrab_error(gret));
125 command, (int)pid);
135 "non-defunct ancestor is 'init'\n", command,
144 command, (int)pid, Pgrab_error(gret));
150 "defunct less than %d seconds\n", command, (int)pid,
156 (void) fprintf(stderr, "%s: cannot examine %d: %s\n", command,
164 "stopped and may reap status upon restart\n", command,
177 (void) fprintf(stderr, "%s: failed to stop %d: %s", command,
185 command, (in
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c124 static char command[MAXLINE]; local
132 snprintf(command, sizeof (command), "/bin/mail -f %s -d %s", from,
134 mail_fp = popen(command, "w");
/illumos-gate/usr/src/cmd/keyserv/
H A Dupdate.c63 static int _openchild(char *command, FILE **fto, FILE **ffrom);
148 _openchild(char *command, FILE **fto, FILE **ffrom) argument
179 com = malloc((unsigned)strlen(command) + 6);
183 (void) sprintf(com, "exec %s", command);
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dprexgram.y108 %type <intval> CONTINUE DISABLE ENABLE HELP LIST QUIT SOURCE TRACE UNTRACE BUFFER KTRACE PFILTER CLEAR CONNECT command
155 command : CONTINUE { $$ = $1; } /* user&kernel */ label
172 | HELP command NL { help_on_command($2); }
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcommand.c32 * command functions
49 static char pipeprompt[] = "Pipe to shell command: ";
56 /* execute the command */
59 command(int commandc) function
65 HISTORY *curritem, *item; /* command history */
268 case '^': /* pipe the lines through a shell command */
269 case '|': /* pipe the lines to a shell command */
271 putmsg("There are no lines to pipe to a shell command");
274 /* get the shell command */
282 /* if the ^ command, redirec
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ioctl.h84 int command; member in struct:nskernd
/illumos-gate/usr/src/uts/common/syscall/
H A Dsysteminfo.c53 systeminfo(int command, char *buf, long count) argument
60 if (count < 0 && command != SI_SET_HOSTNAME &&
61 command != SI_SET_SRPC_DOMAIN)
67 switch (command) {
142 switch (command) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmain.c146 char *command; local
170 command = error_info.id;
261 shp->st.cmdname = error_info.id = command;
482 /* command loop */
529 /* sets timeout for command entry */
592 /* The last command may not have to fork */
721 * fix up command line for ps command
H A Dsuid_exec.c90 static char *command; variable
107 if((command = argv[1]) == 0)
243 argv[0] = command;
284 sfprintf(sfstdout,"%s: %s\n",command,message);
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_cluster.c96 * This must -never- be called from any command that can be started
246 char command[1024]; local
249 if (snprintf(command, sizeof (command), metaset, dgname) >=
250 sizeof (command)) {
255 rc = system(command);
500 * This must -never- be called from any command that can be started
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumer.java400 * completed (see {@link #createProcess(String command)
565 * Creates a process by executing the given command on the system
581 * @param command a string whose first token is assumed to be the
582 * name of the command and whose subsequent tokens are the arguments
583 * to that command.
585 * @throws NullPointerException if the given command is {@code nul}l
586 * @throws IllegalArgumentException if the given command is empty or
594 public int createProcess(String command) throws DTraceException; argument
614 * @see #createProcess(String command)
/illumos-gate/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)
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c56 static char *command; variable
132 " sizes\n", command);
161 command, optarg);
181 " cmd: launch command\n"
183 command);
198 if ((command = strrchr(argv[0], '/')) != NULL)
199 command++;
201 command = argv[0];
253 if (cflag && !interrupt) { /* command */
264 command, pat
606 setup_mha(uint_t command, size_t pagesize, int dmodel) argument
[all...]

Completed in 1309 milliseconds

12345678910