Home
last modified time | relevance | path

Searched full:command (Results 1 – 25 of 4159) sorted by relevance

12345678910>>...167

/freebsd/sys/dev/ips/
H A Dips_commands.c37 * command. This very generic callback simply stores
38 * the command's return value in command->arg and wake's
39 * up anyone waiting on the command.
41 static void ips_wakeup_callback(ips_command_t *command) in ips_wakeup_callback() argument
43 bus_dmamap_sync(command->sc->command_dmatag, command->command_dmamap, in ips_wakeup_callback()
45 sema_post(&command->sc->cmd_sema); in ips_wakeup_callback()
51 static void ips_io_request_finish(ips_command_t *command) in ips_io_request_finish() argument
54 struct bio *iobuf = command->arg; in ips_io_request_finish()
56 bus_dmamap_sync(command->data_dmatag, command->data_dmamap, in ips_io_request_finish()
59 bus_dmamap_sync(command->data_dmatag, command->data_dmamap, in ips_io_request_finish()
[all …]
H A Dips.c96 static int ips_ioctl(struct cdev *dev, u_long command, caddr_t addr, int32_t flags, struct thread *… in ips_ioctl() argument
101 return ips_ioctl_request(sc, command, addr, flags); in ips_ioctl()
106 ips_command_t *command = cmdptr; in ips_cmd_dmaload() local
109 command->command_phys_addr = segments[0].ds_addr; in ips_cmd_dmaload()
117 ips_command_t *command; in ips_cmdqueue_free() local
122 command = &sc->commandarray[i]; in ips_cmdqueue_free()
124 if(command->command_phys_addr == 0) in ips_cmdqueue_free()
127 command->command_dmamap); in ips_cmdqueue_free()
129 command->command_buffer, in ips_cmdqueue_free()
130 command->command_dmamap); in ips_cmdqueue_free()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d36 } command[int]; variable
42 command[i].str = "foobarbaz";
43 command[i].substr = "barbaz";
46 command[i].str = "foofoofoo";
47 command[i].substr = "foo";
50 command[i].str = "boofoofoo";
51 command[i].substr = "foo";
54 command[i].str = "foobarbaz";
55 command[i].substr = "barbazzy";
58 command[i].str = "foobar";
[all …]
H A Dtst.substr.d37 } command[int]; variable
48 command[i].index = 3;
49 command[i].nolen = 1;
52 command[i].index = 300;
53 command[i].nolen = 1;
56 command[i].index = -10;
57 command[i].nolen = 1;
60 command[i].index = 0;
61 command[i].nolen = 1;
64 command[i].index = 1;
[all …]
H A Dtst.strtok.d91 } command[int]; variable
97 command[i].s1 = "";
98 command[i].s2 = "";
99 command[i].result = "";
102 command[i].s1 = "foo";
103 command[i].s2 = "";
104 command[i].result = command[i].s1;
107 command[i].s1 = "foobar";
108 command[i].s2 = "o";
109 command[i].result = "f";
[all …]
/freebsd/share/doc/usd/13.viref/
H A Dex.cmd.roff49 the command; the default is 1.
51 command
62 When a command that accepts these flags completes, the addressed line(s)
74 case the line written is not necessarily the one affected by the command,
95 the starting line for the command is the
99 subsequent lines are affected by the command, e.g. the command
103 When only a line or range is specified, with no command, the implied
104 command is either a
109 command.
110 The command used is the most recent of the three commands to have been
[all …]
H A Dvi.cmd.roff50 .QQ command
56 first starts, it is in command mode.
63 and exit back into command mode.
66 command mode, the cursor is always positioned on the last column of
127 Each command description (for commands that alter the current cursor
139 If a command moves the cursor to the most attractive position,
149 command makes the end of each line the most attractive cursor position
154 command described below notes where the cursor ends up after it is
168 The position of the cursor before the command which caused the
172 command described in the next section that is considered an
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h54 /// Return whether a built-in command with the passed in
55 /// name or command path exists.
58 /// The command or command path to search for.
61 /// \b true if the command exists, \b false otherwise.
64 /// Return whether a user defined command with the passed in
65 /// name or command path exists.
68 /// The command or command path to search for.
71 /// \b true if the command exists, \b false otherwise.
74 /// Return whether the passed in name or command path
75 /// exists and is an alias to some other command.
[all …]
/freebsd/share/doc/usd/04.csh/
H A Dcsh.g38 indicate that the command
50 by the command
115 command, or a transformation on a command to be performed in
117 The shell has a command
122 The command
131 Thus the command
136 .I "command name"
143 .I "command name"
146 of the command (1.1).
148 The list of arguments to a command written in the shell language
[all …]
H A Dcsh.147 is a new command language interpreter for
81 is a command language interpreter.
83 is the name of one particular command interpreter on
87 is to translate command lines typed at a terminal into
127 mechanism which speeds command execution.
149 The shell is thus distinguished from the command interpreters of other
157 .I "command name"
160 Thus the command
167 names the command to be executed, in this case the
169 The shell uses the name of the command in attempting to execute it for you.
[all …]
H A Dcsh.278 command which is interpreted directly by the shell. It sets the shell
84 command to log off of the system.
89 An alternative to this is to put the command
108 \fItset\fR\|(1) command setting up the modes of the terminal.
114 command to change the interrupt character to ^C and the line kill
130 command) the shell
151 Shell variables may be assigned values by the set command. It has
170 command with no arguments
202 access to these new programs we can place the command
226 If you wish to use a command which has been added in this way, you should
[all …]
/freebsd/bin/ed/
H A Ded.156 command are lost.
59 .Em command
64 is in command mode.
67 A typical command might look like:
81 When an input command, such as
109 command deletes lines; the
111 command moves lines, and so on.
116 command is applied to whole lines at a time.
121 character command and possibly additional parameters; i.e.,
127 .Ar command Op Ar parameters
[all …]
/freebsd/bin/sh/
H A Dsh.139 .Nd command interpreter (shell)
64 utility is the standard command interpreter for the system.
76 The shell is a command that reads lines from
82 command.
106 generally prompts before each command and handles programming
107 and command errors differently (as described below).
144 The first non-option argument specified on the command line
183 built-in command
197 words on the command line to be treated as arguments.
217 command line editor (disables the
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommandTraits.h1 //===--- CommentCommandTraits.h - Comment command properties ----*- C++ -*-===//
28 /// Information about a single command.
39 /// Name of the command that ends the verbatim block.
42 /// DRY definition of the number of bits used for a command ID.
45 /// The ID of the command.
48 /// Number of word-like arguments for a given block command, except for
52 /// True if this command is a inline command (of any kind).
56 /// True if this command is a block command (of any kind).
60 /// True if this command is introducing a brief documentation
65 /// True if this command is \\returns or an alias.
[all …]
/freebsd/share/doc/psd/01.cacm/
H A Dp413 command-line interpreter: it reads lines typed by the user and
22 In simplest form, a command line consists of the command
23 name followed by arguments to the command, all separated
26 command arg\*s\d1\u\*n arg\*s\d2\u\*n .\|.\|. arg\*s\dn\u\*n
28 The \&shell splits up the command name and the arguments into
31 .UL command
33 .UL command
37 .UL command
42 to the command.
43 When the command is finished, the \&shell
[all …]
/freebsd/contrib/diff/doc/
H A Ddiff.texi13 and documents the @acronym{GNU} @command{diff}, @command{diff3},
14 @command{sdiff}, and @command{cmp} commands for showing the
15 differences between files and the @acronym{GNU} @command{patch} command for
79 * Adjusting Output:: Making @command{diff} output prettier.
80 * diff Performance:: Making @command{diff} smarter or faster.
85 * Interactive Merging:: Interactive merging with @command{sdiff}.
87 * Merging with patch:: Using @command{patch} to change old files into new ones.
106 @cindex overview of @command{diff} and @command{patch}
112 You can use the @command{diff} command to show differences between two
113 files, or each corresponding file in two directories. @command{diff}
[all …]
/freebsd/contrib/tcsh/
H A Dsh.decls.h39 extern void dosource (Char **, struct command *);
41 extern void goodbye (Char **, struct command *);
60 extern void dodirs (Char **, struct command *);
64 extern void dochngd (Char **, struct command *);
66 extern void dopushd (Char **, struct command *);
67 extern void dopopd (Char **, struct command *);
77 extern void Dfix (struct command *);
114 extern void doexec (struct command *, int);
115 extern void dohash (Char **, struct command *);
116 extern void dounhash (Char **, struct command *);
[all …]
/freebsd/share/doc/usd/11.vitut/
H A Dedittut.ms95 The ``Command not found'' message\ \ \ 5
114 Substitute command (s)\ \ \ 10
139 The file (f) command\ \ \ 20
171 by typing a command
251 you use the name of that file in a \s-2UNIX\s0 command,
346 which tells you that \s-2UNIX\s0 is ready to accept a command.
369 If you typed the command correctly,
381 edit expects a command from you.
384 The ``Command not found'' message
390 editor: Command not found
[all …]
/freebsd/share/doc/usd/10.exref/exref/
H A Dex.rm71 a line oriented text editor, which supports both command and display
73 This reference manual describes the command oriented part of
82 .I "Ex/edit Command Summary",
97 The command
123 command.
129 A command to enter
136 … ] [ \fB\-l\fP ] [ \fB\-w\fP\fIn\fP ] [ \fB\-x\fP ] [ \fB\-R\fP ] [ \fB+\fP\fIcommand\fP ] name ...
144 command line option
146 and is useful in processing editor scripts in command files.
157 command, editing the file containing the
[all …]
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_priv.sgml20 <command>wpa_priv</command>
31 <para><command>wpa_priv</command> is a privilege separation helper that
32 minimizes the size of <command>wpa_supplicant</command> code that needs
43 <para><command>wpa_priv</command> needs to be run with network admin
45 interface that is included on the command line; any other interface will
46 be off limits for <command>wpa_supplicant</command> in this kind of
47 configuration. After this, <command>wpa_supplicant</command> can be run as
56 <command>wpa_priv</command> to allow users in the
58 <command>wpa_supplicant</command> with privilege separation:</para>
73 <para>Start <command>wpa_priv</command> as root (e.g., from system
[all …]
/freebsd/contrib/libedit/
H A Deditline.732 For each character read, one editor command is executed.
35 There are three editing modes: vi insert mode, vi command mode,
45 .Ic ed-command
46 editor command, in all three cases executing the
48 builtin command.
58 builtin command.
70 instead of to the editor command listed below.
76 editor command.
81 editor command in emacs mode, call
95 editor command in emacs mode, hold down the keys
[all …]
/freebsd/share/man/man9/
H A DDB_COMMAND.946 .Nd Extends the ddb command set
84 is a sub-command of the ddb
86 command and
88 command, respectively.
94 but adds the new command as a sub-command of the ddb command
105 under the alternative command name
111 field of the command structure.
117 The general command syntax:
118 .Cm command Ns Op Li \&/ Ns Ar modifier
124 The address passed to the command as an argument.
[all …]
/freebsd/contrib/kyua/utils/cmdline/
H A Dbase_command.cpp39 /// Creates a new command.
41 /// \param name_ The name of the command. Must be unique within the context of
44 /// command. May be empty.
45 /// \param min_args_ The minimum number of arguments required by the command.
46 /// \param max_args_ The maximum number of arguments required by the command.
48 /// \param short_description_ A description of the purpose of the command.
65 /// Destructor for a command.
79 /// This grabs ownership of the pointer, which is released when the command
93 /// Processes the command line based on the command description.
95 /// \param args The raw command line to be processed.
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp41 interpreter, "command source", in CommandObjectCommandsSource()
105 // Instance variables to hold the values for command options.
113 void DoExecute(Args &command, CommandReturnObject &result) override { in DoExecute() argument
114 if (command.GetArgumentCount() != 1) { in DoExecute()
125 result.AppendError("command source -C can only be specified " in DoExecute()
126 "from a command file"); in DoExecute()
132 FileSpec cmd_file(command[0].ref()); in DoExecute()
136 result.AppendError("command source -C can only be used " in DoExecute()
158 // Individual silent setting is override for global command echo settings. in DoExecute()
182 "Enter your Python command(s). Type 'DONE' to end.\n"
[all …]
/freebsd/contrib/expat/doc/
H A Dxmlwf.xml63 <command>&dhpackage;</command>
68 <command>&dhpackage;</command>
75 <command>&dhpackage;</command>
87 <command>&dhpackage;</command> uses the Expat library to
93 If you do not specify any files on the command-line, and you
94 have a recent version of <command>
[all...]

12345678910>>...167