Searched refs:cmd (Results 176 - 200 of 1746) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-script.h43 execute_control_command (struct command_line *cmd);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_compression_program.c59 archive_read_support_compression_program(struct archive *a, const char *cmd) argument
61 return (archive_read_support_compression_program_signature(a, cmd, NULL, 0));
75 const char *cmd, void *signature, size_t signature_len)
78 (void)cmd; /* UNUSED */
88 __archive_read_program(struct archive_read_filter *self, const char *cmd) argument
91 (void)cmd; /* UNUSED */
108 char *cmd; member in struct:program_bidder
139 const char *cmd, const void *signature, size_t signature_len)
158 state->cmd = strdup(cmd);
74 archive_read_support_compression_program_signature(struct archive *_a, const char *cmd, void *signature, size_t signature_len) argument
138 archive_read_support_compression_program_signature(struct archive *_a, const char *cmd, const void *signature, size_t signature_len) argument
357 __archive_read_program(struct archive_read_filter *self, const char *cmd) argument
[all...]
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_set.c41 if (opts_set(sp, cmdp->argv, cmdp->cmd->usage))
/freebsd-9.3-release/crypto/openssl/fips/
H A Dfipsalgtest.pl549 ( my $cmd ) = ( $0 =~ m#([^/]+)$# );
551 $cmd: generate run CMVP algorithm tests
585 my $cmd = $_->[1];
586 $cmd =~ s/ .*$//;
587 $cmd = $tprefix . $cmd;
588 $cmd .= ".exe" if $win32;
589 $exe_list{$cmd} = 1;
688 my ( $tst, $cmd, $req, $resp ) = @$_;
690 #print STDERR "FILES $tst, $cmd,
[all...]
/freebsd-9.3-release/sys/amd64/amd64/
H A Dio.c55 iodev_ioctl(u_long cmd __unused, caddr_t data __unused)
/freebsd-9.3-release/sys/dev/wl/
H A Dif_wl.h77 #define PIOM(cmd,piono) ((u_short)cmd << 10 << (piono * 2))
115 #define MMC_WRITE(cmd,val) \
118 (u_short)(((u_short)(val) << 8) | ((cmd) << 1) | 1))
/freebsd-9.3-release/sys/i386/i386/
H A Dio.c55 iodev_ioctl(u_long cmd __unused, caddr_t data __unused)
/freebsd-9.3-release/sys/netinet/
H A Dsctp_bsd_addr.h61 void sctp_addr_change(struct ifaddr *ifa, int cmd);
/freebsd-9.3-release/usr.bin/tip/libacu/
H A Dbiz22.c52 static int cmd(char *);
72 if (cmd("\02K\r")) {
78 if (cmd(cbuf)) {
145 cmd(char *s) function
/freebsd-9.3-release/usr.sbin/timed/timedc/
H A Dtimedc.h52 struct cmd { struct
/freebsd-9.3-release/sys/ddb/
H A Ddb_command.c177 static void db_cmd_match(char *name, struct command *cmd,
207 db_command_register(struct command_table *list, struct command *cmd) argument
213 int n = strcmp(cmd->name, c->name);
218 " ignoring request\n", __func__, cmd->name);
223 LIST_INSERT_BEFORE(c, cmd, next);
229 LIST_INSERT_HEAD(list, cmd, next);
231 LIST_INSERT_AFTER(last, cmd, next);
238 db_command_unregister(struct command_table *list, struct command *cmd) argument
243 if (cmd == c) {
244 LIST_REMOVE(cmd, nex
299 struct command *cmd; local
321 register struct command *cmd; local
335 struct command *cmd = NULL; local
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dtcl_calldist.d18 * 2 Type of call (proc/cmd/total)
77 tcl*:::cmd-entry
81 self->cmd[self->depth] = timestamp;
84 tcl*:::cmd-return
85 /self->cmd[self->depth]/
87 this->elapsed_incl = timestamp - self->cmd[self->depth];
89 self->cmd[self->depth] = 0;
93 @types_incl[pid, "cmd", this->name] =
95 @types_excl[pid, "cmd", this->name] =
H A Dtcl_calltime.d18 * TYPE Type of call (proc/cmd/total)
79 tcl*:::cmd-entry
83 self->cmd[self->depth] = timestamp;
86 tcl*:::cmd-return
87 /self->cmd[self->depth]/
89 this->elapsed_incl = timestamp - self->cmd[self->depth];
91 self->cmd[self->depth] = 0;
95 @num[pid, "cmd", this->name] = count();
97 @types_incl[pid, "cmd", this->name] = sum(this->elapsed_incl);
98 @types_excl[pid, "cmd", thi
[all...]
H A Dtcl_cpudist.d18 * 2 Type of call (proc/cmd/total)
77 tcl*:::cmd-entry
81 self->cmd[self->depth] = vtimestamp;
84 tcl*:::cmd-return
85 /self->cmd[self->depth]/
87 this->oncpu_incl = vtimestamp - self->cmd[self->depth];
89 self->cmd[self->depth] = 0;
93 @types_incl[pid, "cmd", this->name] =
95 @types_excl[pid, "cmd", this->name] =
H A Dtcl_cputime.d18 * TYPE Type of call (proc/cmd/total)
79 tcl*:::cmd-entry
83 self->cmd[self->depth] = vtimestamp;
86 tcl*:::cmd-return
87 /self->cmd[self->depth]/
89 this->oncpu_incl = vtimestamp - self->cmd[self->depth];
91 self->cmd[self->depth] = 0;
95 @num[pid, "cmd", this->name] = count();
97 @types_incl[pid, "cmd", this->name] = sum(this->oncpu_incl);
98 @types_excl[pid, "cmd", thi
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_calldist.d18 * 2 Type of call (proc/cmd/total)
77 tcl*:::cmd-entry
81 self->cmd[self->depth] = timestamp;
84 tcl*:::cmd-return
85 /self->cmd[self->depth]/
87 this->elapsed_incl = timestamp - self->cmd[self->depth];
89 self->cmd[self->depth] = 0;
93 @types_incl[pid, "cmd", this->name] =
95 @types_excl[pid, "cmd", this->name] =
H A Dtcl_calltime.d18 * TYPE Type of call (proc/cmd/total)
79 tcl*:::cmd-entry
83 self->cmd[self->depth] = timestamp;
86 tcl*:::cmd-return
87 /self->cmd[self->depth]/
89 this->elapsed_incl = timestamp - self->cmd[self->depth];
91 self->cmd[self->depth] = 0;
95 @num[pid, "cmd", this->name] = count();
97 @types_incl[pid, "cmd", this->name] = sum(this->elapsed_incl);
98 @types_excl[pid, "cmd", thi
[all...]
H A Dtcl_cpudist.d18 * 2 Type of call (proc/cmd/total)
77 tcl*:::cmd-entry
81 self->cmd[self->depth] = vtimestamp;
84 tcl*:::cmd-return
85 /self->cmd[self->depth]/
87 this->oncpu_incl = vtimestamp - self->cmd[self->depth];
89 self->cmd[self->depth] = 0;
93 @types_incl[pid, "cmd", this->name] =
95 @types_excl[pid, "cmd", this->name] =
H A Dtcl_cputime.d18 * TYPE Type of call (proc/cmd/total)
79 tcl*:::cmd-entry
83 self->cmd[self->depth] = vtimestamp;
86 tcl*:::cmd-return
87 /self->cmd[self->depth]/
89 this->oncpu_incl = vtimestamp - self->cmd[self->depth];
91 self->cmd[self->depth] = 0;
95 @num[pid, "cmd", this->name] = count();
97 @types_incl[pid, "cmd", this->name] = sum(this->oncpu_incl);
98 @types_excl[pid, "cmd", thi
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c45 char *cmd = argv[0]; local
53 "timer: %s\n", cmd, strerror(errno));
68 cmd, strerror(errno));
/freebsd-9.3-release/contrib/texinfo/info/
H A Ddoc.h91 extern char *function_name (InfoCommand *cmd);
95 extern char *function_documentation (InfoCommand *cmd);
99 extern char *where_is (Keymap map, InfoCommand *cmd);
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ipc.h48 l_int cmd; member in struct:linux_msgctl_args
79 l_int cmd; member in struct:linux_semctl_args
108 l_int cmd; member in struct:linux_shmctl_args
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_filio.c192 svr4_fil_ioctl(fp, td, retval, fd, cmd, data)
197 u_long cmd;
206 switch (cmd) {
227 switch (cmd) {
228 case SVR4_FIOGETOWN: cmd = FIOGETOWN; break;
229 case SVR4_FIOSETOWN: cmd = FIOSETOWN; break;
230 case SVR4_FIOASYNC: cmd = FIOASYNC; break;
231 case SVR4_FIONBIO: cmd = FIONBIO; break;
232 case SVR4_FIONREAD: cmd = FIONREAD; break;
236 if (cmd
[all...]
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpiio.h120 typedef int (*acpi_ioctl_fn)(u_long cmd, caddr_t addr, void *arg);
121 extern int acpi_register_ioctl(u_long cmd, acpi_ioctl_fn fn, void *arg);
122 extern void acpi_deregister_ioctl(u_long cmd, acpi_ioctl_fn fn);
/freebsd-9.3-release/sys/dev/mii/
H A Dukphy.c135 ukphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) argument
138 switch (cmd) {
162 mii_phy_update(sc, cmd);

Completed in 135 milliseconds

1234567891011>>