Home
last modified time | relevance | path

Searched refs:command (Results 251 – 275 of 528) sorted by relevance

1...<<11121314151617181920>>...22

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK35 1) The standard ld command
40 The ld command is therefore a simple wrapper that uses libld.
52 being linked. By default, the ld command determines the machine type and
54 from the command line. The -64 and -ztarget options exists to change this
344 displays. Hence, the following command is a a common
363 the "-z target=platform" command line option recognizes your
369 command line processing for -ztarget.
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.y72 commands : command
73 | commands command
75 command : terminator
/illumos-gate/usr/src/cmd/mdb/demo/
H A DREADME105 dcmds. ::simple_echo is a command to echo back its arguments, similar to
106 /usr/bin/echo or MDB's built-in ::echo dcmd. ::vminfo is a command to read
123 similar to the /usr/bin/ps command or MDB's ::ps dcmd. This example
/illumos-gate/usr/src/grub/grub-0.97/
H A DREADME5 - provides fully-featured command line and graphical interfaces
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmdate-sh92 command="$command shift;"
/illumos-gate/usr/src/cmd/more/
H A Dmore.help24 . Repeat previous command
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate003.cfg33 # No command is actually run (hence '-:-') but rather this state file is
H A Dstate001.cfg33 # No command is actually run (hence '-:-') but rather this state file is
H A Dstate004.cfg33 # No command is actually run (hence '-:-') but rather this state file is
H A Dstate007.cfg33 # No command is actually run (hence '-:-') but rather this state file is
H A Dstate008.cfg33 # No command is actually run (hence '-:-') but rather this state file is
H A Dstate002.cfg33 # No command is actually run (hence '-:-') but rather this state file is
H A Dstate005.cfg33 # No command is actually run (hence '-:-') but rather this state file is
H A Dstate006.cfg33 # No command is actually run (hence '-:-') but rather this state file is
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dmain.c279 command(1, 0, 0); in main()
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c311 uint32_t command, i; in amr_attach() local
357 command = pci_config_get16(softs->pciconfig_handle, PCI_CONF_COMM); in amr_attach()
362 if ((command & PCI_COMM_MAE) == 0) { in amr_attach()
368 if (!(command & PCI_COMM_ME)) { in amr_attach()
369 command |= PCI_COMM_ME; in amr_attach()
371 PCI_CONF_COMM, command); in amr_attach()
372 command = pci_config_get16(softs->pciconfig_handle, in amr_attach()
374 if (!(command & PCI_COMM_ME)) in amr_attach()
/illumos-gate/usr/src/cmd/ypcmd/net_files/
H A Dpublickey25 # To add an entry to this file, an administrator should use the command
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c213 ushort_t command; member
790 ushort_t command_preserve, command; in ppb_initchild() local
902 command = pci_config_get16(config_handle, PCI_CONF_COMM); in ppb_initchild()
903 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB); in ppb_initchild()
904 command |= (ppb_command_default & ~command_preserve); in ppb_initchild()
905 pci_config_put16(config_handle, PCI_CONF_COMM, command); in ppb_initchild()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests5 command=shtests
58 getopts -a $command "$USAGE" OPT '--??long'
176 while getopts -a $command "$USAGE" OPT
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c48 static char *command, *customer_data = NULL, *frupath = NULL, **svcargv; variable
68 command); in usage()
869 command = argv[0]; in main()
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c104 static int command(char *);
407 cmd_ret = command(file_name); in screen()
417 cmd_ret = command(file_name); in screen()
485 cmd_ret = command((char *)NULL); in screen()
501 command(char *filename) in command() function
/illumos-gate/usr/src/cmd/lp/filter/postscript/postscript/
H A DREADME31 specific command line options.
/illumos-gate/usr/src/cmd/zic/
H A Dtzselect.po7 # The tzselect command is located in usr/src/cmd/zic.
/illumos-gate/usr/src/lib/pkcs11/libkcfd/
H A DREADME36 the elfsign(1) command from accessing actual PKCS#11 tokens when using
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c747 command_usage(int command) in command_usage() argument
749 if (command < CMD_MIN || command > CMD_MAX) { in command_usage()
753 helptab[command].cmd_usage); in command_usage()
4201 char *command; in one_command_at_a_time() local
4207 if ((command = malloc(len)) == NULL) { in one_command_at_a_time()
4211 (void) strlcpy(command, argv[0], len); in one_command_at_a_time()
4213 (void) strlcat(command, " ", len); in one_command_at_a_time()
4214 (void) strlcat(command, argv[i], len); in one_command_at_a_time()
4216 (void) strlcat(command, "\n", len); in one_command_at_a_time()
4217 err = string_to_yyin(command); in one_command_at_a_time()
[all …]

1...<<11121314151617181920>>...22