Home
last modified time | relevance | path

Searched refs:command (Results 151 – 175 of 528) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c214 ushort_t command; member
643 ushort_t command_preserve, command; in ppb_initchild() local
727 command = pci_config_get16(config_handle, PCI_CONF_COMM); in ppb_initchild()
728 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB); in ppb_initchild()
729 command |= (ppb_command_default & ~command_preserve); in ppb_initchild()
730 pci_config_put16(config_handle, PCI_CONF_COMM, command); in ppb_initchild()
792 ppb_p->config_state[i].command = in ppb_save_config_regs()
828 ppb_p->config_state[i].command); in ppb_restore_config_regs()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi79 Buffers for various functions, such as password, command-line, cut and
234 default). If this isn't done correctly, then the @command{testload} and
235 @command{install} commands won't work correctly.
272 builtin command consists of two parts: the code itself and the table of
275 The code must be a function which takes two arguments, a command-line
282 @code{struct builtin}, which contains the name of the command, a pointer
283 to the function, flags, a short description of the command and a long
284 description of the command. Since the descriptions are used only for
286 command may not be called interactively (such as @command{title}).
290 command. See the files @file{cmdline.c} and @file{builtins.c}, for more
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.msg169 The shdr:dump command is used to display section header\n\
177 The shdr:sh_addr command is used to display or alter the\n\
193 The shdr:sh_addralign command is used to display or alter the\n\
212 The shdr:sh_entsize command is used to display or alter the\n\
229 The shdr:sh_flags command is used to display or alter the\n\
252 The shdr:sh_info command is used to display or alter the\n\
266 The shdr:sh_link command is used to display or alter the\n\
280 The shdr:sh_name command is used to display or alter the\n\
300 The shdr:sh_offset command is used to display or alter the\n\
316 The shdr:sh_size command is used to display or alter the\n\
[all …]
H A Dcap.msg178 The cap:dump command is used to display the contents of the\n\
183 The cap:tag command is used to display or alter the\n\
194 The cap:value command is used to display or alter the\n\
206 The cap:delete command is used to delete one or more elements\n\
213 The cap:move command is used to move the position of one\n\
219 The cap:hw1 command is used to display or alter the\n\
239 The cap:sf1 command is used to display or alter the\n\
259 The cap:hw2 command is used to display or alter the\n\
279 The cap:hw3 command is used to display or alter the\n\
H A Dsym.msg196 The sym:dump command is used to display symbol information\n\
209 The sym:st_bind command is used to display or alter symbol\n\
225 The sym:st_info command is used to display or alter the\n\
240 The sym:st_name command is used to display or alter the\n\
266 The sym:st_other command is used to display or alter the\n\
269 command is used in preference to sym:st_other.\n\
284 symbol. The sym:st_shndx command is used to display or alter the\n\
302 The sym:st_size command is used to display or alter the\n\
316 The sym:st_type command is used to display or alter the\n\
331 The sym:st_value command is used to display or alter the\n\
[all …]
H A Ddyn.msg214 The dyn:dump command is used to display the contents of the\n\
218 The dyn:tag command is used to display or alter the\n\
229 The dyn:value command is used to display or alter the\n\
241 The dyn:delete command is used to delete one or more elements\n\
260 The dyn:move command is used to move the position of one\n\
278 The dyn:runpath command is used to display or alter the\n\
302 The dyn:posflag1 command is used to display or alter\n\
343 The dyn:flags command is used to display or alter the\n\
367 The dyn:flags1 command is used to display or alter the\n\
391 The dyn:feature1 command is used to display or alter the\n\
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME38 can be set by command line options:
45 to whatever you want on the command line using the -B option. If you want a
62 A typical command line might look something like,
69 everything coming back from the printer goes to stderr. The following command line
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h90 #define ATH_DDB(command) do { \ argument
91 { command; } \
95 #define ATH_DDB(command)
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_grammar.y71 %type <l_command> command
121 | command {
298 command: cmd_repeatable
/illumos-gate/usr/src/cmd/svc/milestone/
H A DREADME35 with a specific command should locate their description in the directory
36 that contains the source for that command.)
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Ddumpfilters.c73 if ((p = fw_zDblQte (pf->command)) != NULL) { in dumpfilters()
79 p = pf->command; in dumpfilters()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dsimba.c231 ushort_t command; member
700 ushort_t command_preserve, command; in simba_initchild() local
788 command = pci_config_get16(config_handle, PCI_CONF_COMM); in simba_initchild()
789 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB); in simba_initchild()
790 command |= (simba_command_default & ~command_preserve); in simba_initchild()
791 pci_config_put16(config_handle, PCI_CONF_COMM, command); in simba_initchild()
935 statep->command = pci_config_get16(ch, PCI_CONF_COMM); in simba_save_config_regs()
1014 pci_config_put16(ch, PCI_CONF_COMM, statep->command); in simba_restore_config_regs()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c288 command++; in main()
290 command = argv[0]; in main()
457 command); in main()
476 command, path); in main()
482 command, path); in main()
487 command, argv[0]); in main()
492 command, argv[0]); in main()
632 command, (int)set->pid); in main()
2260 command, (int)pid); in pids()
2590 if (command) { in errmsg()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Dprint_json.c467 typedef struct command { struct
516 command_call(list_wrap_t **lw, char *command, int argc, char **argv) in command_call() argument
521 if (strcmp(command, command_handlers[ch].cmd_name) != 0) in command_call()
529 " but %d were provided.\n", command, in command_call()
541 (void) fprintf(stderr, "ERROR: invalid command: \"%s\"\n", command); in command_call()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c82 pdu->command = cmd; in snmp_create_pdu()
266 vp->name = snmp_oidstr_to_oid(pdu->command, in snmp_add_null_vars()
406 p = asn_build_sequence(buf, bufsz_p, (uchar_t)pdu->command, 0); in snmp_build_pdu()
461 (void) asn_build_sequence(pdu_seq_begin, NULL, (uchar_t)pdu->command, in snmp_build_pdu()
562 reply_pdu->command = (int)id; in snmp_parse_pdu()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1967 cmd->command = I40E_AQ_PHY_RESTART_AN; in i40e_aq_set_link_restart_an()
1969 cmd->command |= I40E_AQ_PHY_LINK_ENABLE; in i40e_aq_set_link_restart_an()
1971 cmd->command &= ~I40E_AQ_PHY_LINK_ENABLE; in i40e_aq_set_link_restart_an()
4391 cmd->command |= I40E_AQ_LLDP_AGENT_RESTORE; in i40e_aq_restore_lldp()
4396 *setting = cmd->command & 1; in i40e_aq_restore_lldp()
4456 cmd->command = I40E_AQ_LLDP_AGENT_START; in i40e_aq_start_lldp()
4495 cmd->command = I40E_AQ_DCB_SET_AGENT; in i40e_aq_set_dcb_parameters()
6429 u32 command = 0; in i40e_read_phy_register_clause22() local
6474 u32 command = 0; in i40e_write_phy_register_clause22() local
6514 u32 command = 0; in i40e_read_phy_register_clause45() local
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c25 void doio(struct command *, int *, int *);
35 AnyBquote(struct command *t) in AnyBquote()
52 struct command *t; in execute()
408 doio(struct command *t, int *pipein, int *pipeout) in doio()
/illumos-gate/usr/src/cmd/etdump/
H A DTHIRDPARTYLICENSE.descrip1 etdump utility command
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtester.tcl46 if {[sqlite -has-codec] && [info command sqlite_orig]==""} {
163 if {[info command sqlite_malloc_stat]!=""} {
/illumos-gate/usr/src/test/util-tests/tests/pcieadm/
H A Dbridge-ht.msi.command-p.out1 0xa803:ht.msi.command
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c3353 if (block->command & (1 << 15)) { in dnet_link_sense()
3355 if (block->command & (1UL<<14)) in dnet_link_sense()
4180 block->command = *vi++; in parse_media_block()
4181 block->command |= *vi++ << 8; in parse_media_block()
4185 block->command = CMD_PS; in parse_media_block()
4260 block->command = CMD_PS; in parse_media_block()
4295 block->command = *vi++; in parse_media_block()
4296 block->command |= *vi++ << 8; in parse_media_block()
4315 block->command = *vi++; in parse_media_block()
4316 block->command |= (*vi++) << 8; in parse_media_block()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c81 if (command("AUTH %s", "GSSAPI") == CONTINUE) { in do_auth()
203 } else if ((comcode = command("ADAT %s", out_buf)) in do_auth()
219 if (command("AUTH %s", "GSSAPI") != CONTINUE) { in do_auth()
/illumos-gate/usr/src/test/smbclient-tests/config/
H A Dgeneric.func31 # The op_load command automatically creates files
58 # This command will also run external statistics (supplied in an array)
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_transact.c123 if (smb_mbc_copy(&xa->req_param_mb, &sr->command, psoff, pscnt)) { in smb_com_transaction()
128 if (smb_mbc_copy(&xa->req_data_mb, &sr->command, dsoff, dscnt)) { in smb_com_transaction()
232 if (smb_mbc_copy(&xa->req_param_mb, &sr->command, psoff, pscnt)) { in smb_com_transaction_secondary()
238 if (smb_mbc_copy(&xa->req_data_mb, &sr->command, dsoff, dscnt)) { in smb_com_transaction_secondary()
335 if (smb_mbc_copy(&xa->req_param_mb, &sr->command, psoff, pscnt)) { in smb_com_transaction2()
340 if (smb_mbc_copy(&xa->req_data_mb, &sr->command, dsoff, dscnt)) { in smb_com_transaction2()
437 if (smb_mbc_copy(&xa->req_param_mb, &sr->command, psoff, pscnt)) { in smb_com_transaction2_secondary()
443 if (smb_mbc_copy(&xa->req_data_mb, &sr->command, dsoff, dscnt)) { in smb_com_transaction2_secondary()
611 if (smb_mbc_copy(&xa->req_param_mb, &sr->command, psoff, pscnt)) { in smb_com_nt_transact()
616 if (smb_mbc_copy(&xa->req_data_mb, &sr->command, dsoff, dscnt)) { in smb_com_nt_transact()
[all …]
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c1148 dtj_make_argv(JNIEnv *jenv, jstring command, int *argc) in dtj_make_argv() argument
1163 if (!command) { in dtj_make_argv()
1166 } else if ((*jenv)->GetStringLength(jenv, command) == 0) { in dtj_make_argv()
1171 cmd = dtj_GetStringNativeChars(jenv, command); in dtj_make_argv()
1180 dtj_ReleaseStringNativeChars(jenv, command, cmd); in dtj_make_argv()
1196 dtj_ReleaseStringNativeChars(jenv, command, cmd); in dtj_make_argv()
1207 dtj_ReleaseStringNativeChars(jenv, command, cmd); in dtj_make_argv()
1217 dtj_ReleaseStringNativeChars(jenv, command, cmd); in dtj_make_argv()
1222 dtj_ReleaseStringNativeChars(jenv, command, cmd); in dtj_make_argv()

12345678910>>...22