Searched refs:command (Results 126 - 150 of 602) sorted by relevance

1234567891011>>

/freebsd-9.3-release/etc/rc.d/
H A Dppp14 command="/usr/sbin/${name}"
72 su -m $ppp_user -c "$command ${rc_flags} ${_ppp_profile}"
111 /bin/pkill -f "^${command}.*[[:space:]]${_ppp_profile}\$" || \
/freebsd-9.3-release/sys/dev/adb/
H A Dadb_buttons.c58 u_char command, u_char reg, int len, u_char *data);
113 u_char command, u_char reg, int len, u_char *data)
112 abtn_receive_packet(device_t dev, u_char status, u_char command, u_char reg, int len, u_char *data) argument
/freebsd-9.3-release/crypto/openssl/engines/vendor_defns/
H A Dhw_ubsec.h30 /* Math command types. */
111 typedef int t_UBSEC_math_accelerate_ioctl(int fd, ubsec_MathCommand_t command,
121 typedef int t_UBSEC_rng_ioctl(int fd, ubsec_RNGCommand_t command,
/freebsd-9.3-release/sbin/restore/
H A Dmain.c67 char command = '\0'; variable
138 if (command != '\0')
141 ch, command);
142 command = ch;
173 if (command == '\0')
191 switch (command) {
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-decode.c42 static struct cmd_list_element *find_cmd (char *command,
51 /* Set the callback function for the specified command. For each both
123 FUN should be the function to execute the command;
127 DOC is a documentation string for the command.
129 It should start with ? for a command that is an abbreviation
130 or with * for a command that most users don't need to know about.
132 Add this command to command list *LIST.
134 Returns a pointer to the added command (not necessarily the head
191 /* Deprecates a command CM
642 help_cmd(char *command, struct ui_file *stream) argument
863 find_cmd(char *command, int len, struct cmd_list_element *clist, int ignore_help_classes, int *nfound) argument
925 char *p, *command; local
1287 char *p, *command; local
[all...]
/freebsd-9.3-release/contrib/groff/src/libs/libdriver/
H A Dinput.cpp64 - The command `c' didn't check correctly on white-space.
80 - The old color command `Df' is now converted and delegated to `DFg'.
81 - The command `F' is implemented as `use intended file name'. It
94 next command anyway.
135 - Can the `Dt' command be completely handled by setting environment
167 pointer at the printout after having executed a `D' command.
195 non-classical commands, including the `Dt' command (setting-only)
230 drawing point (alternate sum of the command arguments).
389 void fatal_command(char); // abort for invalid command
408 Char next_command(void); // go to next command, ev
618 fatal_command(char command) argument
1553 Char command; local
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-smb.c246 int command; local
249 command = data[0];
253 switch (command) {
799 int command; local
814 command = buf[4];
816 fn = smbfind(command, smb_fns);
897 command = words[1];
898 if (command == 0xFF)
903 fn = smbfind(command, smb_fns);
1389 int command; local
[all...]
/freebsd-9.3-release/usr.sbin/cpucontrol/
H A Dcpucontrol.c179 unsigned long command; local
196 * Parse command string.
250 command = CPUCTL_RDMSR;
254 command = CPUCTL_WRMSR;
258 command = CPUCTL_MSRSBIT;
262 command = CPUCTL_MSRCBIT;
274 error = ioctl(fd, command, &args);
276 WARN(0, "ioctl(%s, CPUCTL_%s (%lu))", dev, command_name, command);
426 usage(); /* Only one command can be selected. */
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-stack.c42 mi_cmd_stack_list_frames (char *command, char **argv, int argc) argument
106 mi_cmd_stack_info_depth (char *command, char **argv, int argc) argument
139 mi_cmd_stack_list_locals (char *command, char **argv, int argc) argument
168 mi_cmd_stack_list_args (char *command, char **argv, int argc) argument
335 mi_cmd_stack_select_frame (char *command, char **argv, int argc) argument
H A Dmi-cmd-break.c71 mi_cmd_break_insert (char *command, char **argv, int argc) argument
185 mi_cmd_break_watch (char *command, char **argv, int argc) argument
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dtoc.c147 more than a single chapter structioning command in a node,
263 May be we should create a new command line switch --ascii ? */
367 int elt = STREQ (command, "contents") ? CONTENTS : SHORTCONTENTS;
374 register_delayed_write (STREQ (command, "contents")
377 if (html && STREQ (command, "contents"))
385 STREQ (command, "contents")
388 STREQ (command, "contents")
H A Dmulti.c187 /* Read the parameters for a multitable from the current command
196 char command[200]; /* xx no fixed limits */
212 sscanf (params, "%200s", command);
213 nchars = strlen (command);
215 if (strcmp (command, "@hsep") == 0)
217 else if (strcmp (command, "@vsep") == 0)
219 else if (strcmp (command, "@columnfractions") == 0) {
382 /* The next @item command will direct stdout into the first column
412 /* throw away possible whitespace after @item or @tab command */
194 char command[200]; /* xx no fixed limits */ local
H A Dcmds.c116 { "command", cm_code, BRACE_ARGS },
380 add_word (command);
521 warning (_("arguments to @%s ignored"), command);
543 warning (_("arguments to @%s ignored"), command);
801 if (STREQ (command, "command"))
803 else if (STREQ (command, "env"))
805 else if (STREQ (command, "file"))
807 else if (STREQ (command, "option"))
809 else if (STREQ (command, "sam
[all...]
/freebsd-9.3-release/lib/libc/gen/
H A Dpopen.c69 popen(command, type)
70 const char *command, *type;
101 argv[2] = (char *)command;
167 * Pclose returns -1 if stream is not associated with a `popened' command,
/freebsd-9.3-release/sys/ddb/
H A Ddb_lex.c68 db_inject_line(const char *command) argument
71 strlcpy(db_line, command, sizeof(db_line));
73 db_endlp = db_lp + strlen(command);
/freebsd-9.3-release/sys/dev/fdt/
H A Dfdt_pci.c365 uint8_t command, intline, intpin;
367 command = PCIB_READ_CONFIG(dev, bus, slot, func, PCIR_COMMAND, 1);
368 command &= ~(PCIM_CMD_MEMEN | PCIM_CMD_PORTEN);
369 PCIB_WRITE_CONFIG(dev, bus, slot, func, PCIR_COMMAND, command, 1);
381 command |= PCIM_CMD_MEMEN | PCIM_CMD_PORTEN;
382 PCIB_WRITE_CONFIG(dev, bus, slot, func, PCIR_COMMAND, command, 1);
389 uint8_t command;
391 command = PCIB_READ_CONFIG(dev, bus, slot, func, PCIR_COMMAND, 1);
392 command &= ~(PCIM_CMD_MEMEN | PCIM_CMD_PORTEN);
393 PCIB_WRITE_CONFIG(dev, bus, slot, func, PCIR_COMMAND, command,
[all...]
/freebsd-9.3-release/usr.bin/apply/
H A Dapply.c101 * The command to run is argv[0], and the args are argv[1..].
102 * Look for %digit references in the command, remembering the
130 * build a new command string with sufficient %digit references at
132 * Allocate enough space to hold the maximum command. Save the
161 * argument for each command execution.
185 /* Expand command argv references. */
199 /* Terminate the command string. */
202 /* Run the command. */
221 * Execute a shell command using passed use_shell and use_name
225 exec_shell(const char *command, cons argument
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dsh_syscolors.d20 * NAME Shell function, builtin or command name
67 sh$target:::command-entry,
116 sh$target:::command-entry
126 sh$target:::command-return
H A Dsh_stat.d106 sh*:::command-entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_syscolors.d20 * NAME Shell function, builtin or command name
67 sh$target:::command-entry,
116 sh$target:::command-entry
126 sh$target:::command-return
H A Dsh_stat.d106 sh*:::command-entry
/freebsd-9.3-release/sys/dev/ips/
H A Dipsreg.h55 #define IPS_TIMEOUT 0x02 /* command time out, need reset */
120 /* command op codes */
204 u_int8_t command; member in struct:__anon7963
214 u_int8_t command; member in struct:__anon7964
225 u_int8_t command; member in struct:__anon7965
235 u_int8_t command; member in struct:__anon7966
245 u_int8_t command; member in struct:__anon7967
255 u_int8_t command; member in struct:__anon7968
/freebsd-9.3-release/tools/tools/netmap/
H A Dvale-ctl.c122 const char *command = basename(argv[0]); local
135 "", command);
/freebsd-9.3-release/usr.bin/bc/
H A Dscan.l257 filename = "command line";
/freebsd-9.3-release/sys/dev/ata/
H A Data-disk.c134 else /* 28bit ATA command limit */
249 request->u.ata.command = ATA_STANDBY_IMMEDIATE;
294 request->u.ata.command = ATA_READ_DMA;
298 request->u.ata.command = ATA_READ_MUL;
300 request->u.ata.command = ATA_READ;
305 request->u.ata.command = ATA_WRITE_DMA;
309 request->u.ata.command = ATA_WRITE_MUL;
311 request->u.ata.command = ATA_WRITE;
315 request->u.ata.command = ATA_CFA_ERASE;
326 request->u.ata.command
[all...]

Completed in 312 milliseconds

1234567891011>>