| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
| D | tst.index.d | 36 } 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 …]
|
| D | tst.substr.d | 37 } 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 …]
|
| D | tst.strtok.d | 91 } 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-12-stable/sys/dev/ips/ |
| D | ips_commands.c | 43 static void ips_wakeup_callback(ips_command_t *command) in ips_wakeup_callback() argument 45 bus_dmamap_sync(command->sc->command_dmatag, command->command_dmamap, in ips_wakeup_callback() 47 sema_post(&command->sc->cmd_sema); in ips_wakeup_callback() 53 static void ips_io_request_finish(ips_command_t *command) in ips_io_request_finish() argument 56 struct bio *iobuf = command->arg; in ips_io_request_finish() 58 bus_dmamap_sync(command->data_dmatag, command->data_dmamap, in ips_io_request_finish() 61 bus_dmamap_sync(command->data_dmatag, command->data_dmamap, in ips_io_request_finish() 64 bus_dmamap_unload(command->data_dmatag, command->data_dmamap); in ips_io_request_finish() 65 if(COMMAND_ERROR(command)){ in ips_io_request_finish() 68 printf("ips: io error, status= 0x%x\n", command->status.value); in ips_io_request_finish() [all …]
|
| D | ips.c | 95 static int ips_ioctl(struct cdev *dev, u_long command, caddr_t addr, int32_t flags, struct thread *… in ips_ioctl() argument 100 return ips_ioctl_request(sc, command, addr, flags); in ips_ioctl() 105 ips_command_t *command = cmdptr; in ips_cmd_dmaload() local 108 command->command_phys_addr = segments[0].ds_addr; in ips_cmd_dmaload() 116 ips_command_t *command; in ips_cmdqueue_free() local 121 command = &sc->commandarray[i]; in ips_cmdqueue_free() 123 if(command->command_phys_addr == 0) in ips_cmdqueue_free() 126 command->command_dmamap); in ips_cmdqueue_free() 128 command->command_buffer, in ips_cmdqueue_free() 129 command->command_dmamap); in ips_cmdqueue_free() [all …]
|
| D | ips_ioctl.c | 37 static void ips_ioctl_finish(ips_command_t *command) in ips_ioctl_finish() argument 39 ips_ioctl_t *ioctl_cmd = command->arg; in ips_ioctl_finish() 47 bus_dmamap_sync(command->sc->command_dmatag, command->command_dmamap, in ips_ioctl_finish() 50 ioctl_cmd->status.value = command->status.value; in ips_ioctl_finish() 51 ips_insert_free_cmd(command->sc, command); in ips_ioctl_finish() 56 ips_command_t *command = cmdptr; in ips_ioctl_callback() local 57 ips_ioctl_t *ioctl_cmd = command->arg; in ips_ioctl_callback() 58 ips_generic_cmd *command_buffer = command->command_buffer; in ips_ioctl_callback() 60 ips_set_error(command, error); in ips_ioctl_callback() 63 command_buffer->id = command->id; in ips_ioctl_callback() [all …]
|
| D | ips_disk.c | 46 static void ipsd_dump_block_complete(ips_command_t *command); 187 ips_command_t *command; in ipsd_dump() local 202 if (ips_get_free_cmd(sc, &command, 0) != 0) { in ipsd_dump() 207 command->data_dmatag = sc->sg_dmatag; in ipsd_dump() 208 command->callback = ipsd_dump_block_complete; in ipsd_dump() 210 command_struct = (ips_io_cmd *)command->command_buffer; in ipsd_dump() 211 command_struct->id = command->id; in ipsd_dump() 223 if (bus_dmamap_load(command->data_dmatag, command->data_dmamap, in ipsd_dump() 224 va, len, ipsd_dump_map_sg, command, BUS_DMA_NOWAIT) != 0) { in ipsd_dump() 228 if (COMMAND_ERROR(command)) { in ipsd_dump() [all …]
|
| D | ips.h | 70 #define clear_ips_command(command) bzero(&((command)->status), (unsigned long)(&(command)[1])-(unsi… argument 74 #define COMMAND_ERROR(command) (((command)->status.fields.basic_status & IPS_GSC_STATUS_MASK) >= I… argument 76 #define ips_set_error(command, error) do { \ argument 77 (command)->status.fields.basic_status = IPS_DRV_ERROR; \ 78 (command)->status.fields.reserved = ((error) & 0x0f); \ 114 void (* callback)(struct ips_command *command); 149 void (* ips_issue_cmd)(ips_command_t *command); 150 void (* ips_poll_cmd)(ips_command_t *command); 174 extern int ips_get_free_cmd(ips_softc_t *sc, ips_command_t **command, unsigned long flags); 175 extern void ips_insert_free_cmd(ips_softc_t *sc, ips_command_t *command); [all …]
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | sh.decls.h | 39 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 …]
|
| D | tc.decls.h | 57 extern void showall (Char **, struct command *); 62 extern void dobindkey (Char **, struct command *); 82 extern void dolist (Char **, struct command *); 83 extern void dotermname (Char **, struct command *); 84 extern void dotelltc (Char **, struct command *); 85 extern void doechotc (Char **, struct command *); 86 extern void dosettc (Char **, struct command *); 88 extern void dowhich (Char **, struct command *); 105 extern void doaliases (Char **, struct command *); 122 extern void dosetpath (Char **, struct command *); [all …]
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/doc/docbook/ |
| D | wpa_priv.sgml | 20 <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-12-stable/contrib/llvm-project/lldb/source/Utility/ |
| D | Args.cpp | 81 ParseSingleArgument(llvm::StringRef command) { in ParseSingleArgument() argument 98 size_t regular = command.find_first_of(" \t\r\"'`\\"); in ParseSingleArgument() 99 arg += command.substr(0, regular); in ParseSingleArgument() 100 command = command.substr(regular); in ParseSingleArgument() 102 if (command.empty()) in ParseSingleArgument() 105 char special = command.front(); in ParseSingleArgument() 106 command = command.drop_front(); in ParseSingleArgument() 109 if (command.empty()) { in ParseSingleArgument() 116 if (strchr(" \t\\'\"`", command.front()) == nullptr) in ParseSingleArgument() 119 arg += command.front(); in ParseSingleArgument() [all …]
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/director/ |
| D | testlang_parse.y | 116 static cmd_line_t command; variable 237 if (command.returns[0].return_index == -1) 243 vars[command.returns[0].return_index].name, 244 returns_enum_names[command.returns[1].return_type]); 247 if (((command.returns[1].return_type == ret_byte) && 248 (vars[command.returns[0].return_index].type != ret_byte)) || 249 vars[command.returns[0].return_index].type != ret_string) 252 vars[command.returns[0].return_index].type], 253 vars[command.returns[0].return_index].type, 254 returns_enum_names[command.returns[1].return_type], [all …]
|
| /freebsd-12-stable/bin/sh/tests/builtins/ |
| D | command6.0 | 3 case $(command -pV ls) in 5 echo "Failed: \$(command -pV ls) should not match */var/empty/ls*" ;; 8 echo "Failed: \$(command -pV ls) match \"ls is\"*\" \"/*/ls" ;; 10 command -pV true 11 command -pV /bin/ls 16 command -pV fun 17 command -pV break 18 command -pV if 19 command -pV { 22 command -pV foo
|
| D | locale1.0 | 20 case $(command . /var/empty/foo 2>&1) in 27 case $(LC_ALL=C command . /var/empty/foo 2>&1) in 33 case $(LC_ALL=C LANG=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in 39 case $(LC_ALL=C LC_MESSAGES=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in 45 case $(LC_CTYPE=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in 52 case $(export LANG=nl_NL.ISO8859-1; command . /var/empty/foo 2>&1) in 58 case $(export LC_MESSAGES=nl_NL.ISO8859-1; command . /var/empty/foo 2>&1) in 64 case $(export LC_ALL=nl_NL.ISO8859-1; command . /var/empty/foo 2>&1) in 70 case $(LANG=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in 76 case $(LC_MESSAGES=nl_NL.ISO8859-1 command . /var/empty/foo 2>&1) in [all …]
|
| D | command7.0 | 12 check '"$(PATH=/libexec command -V ld-elf.so.1)" = "ld-elf.so.1 is /libexec/ld-elf.so.1"' 13 check '"$(PATH=/libexec command -V ld-elf.so.1; :)" = "ld-elf.so.1 is /libexec/ld-elf.so.1"' 14 check '"$(PATH=/libexec command -pv ld-elf.so.1)" = ""' 15 check '"$(PATH=/libexec command -pv ld-elf.so.1; :)" = ""' 19 check '"$(command -V ld-elf.so.1)" = "ld-elf.so.1 is /libexec/ld-elf.so.1"' 20 check '"$(command -V ld-elf.so.1; :)" = "ld-elf.so.1 is /libexec/ld-elf.so.1"' 21 check '"$(command -pv ld-elf.so.1)" = ""' 22 check '"$(command -pv ld-elf.so.1; :)" = ""' 26 check '"$(command -v ls)" = ""' 27 case $(command -pv ls) in [all …]
|
| D | command5.0 | 2 command -V ls 3 command -V true 4 command -V /bin/ls 9 command -V fun 10 command -V break 11 command -V if 12 command -V { 15 command -V foo
|
| /freebsd-12-stable/contrib/bmake/unit-tests/ |
| D | posix.exp | 1 Posix says we should execute the command as if run by system(3) 5 a command 6 a command prefixed by '+' executes even with -n 7 another command 9 echo a command 11 a command prefixed by '+' executes even with -n 12 echo another command 14 { echo a command 17 a command prefixed by '+' executes even with -n 18 { echo another command
|
| /freebsd-12-stable/contrib/sendmail/contrib/ |
| D | smcontrol.pl | 74 my $command = shift; 96 print SOCK "$command\n"; 333 my $command = shift; 339 if (not defined $command) 343 if ($command eq "status") 364 elsif (lc($command) eq "shutdown") 368 elsif (lc($command) eq "restart") 372 elsif (lc($command) eq "start") 376 elsif (lc($command) eq "memdump") 380 elsif (lc($command) eq "help") [all …]
|
| /freebsd-12-stable/bin/sh/tests/expansion/ |
| D | local2.0 | 9 command local v=$w 11 command command local v=$w 19 command local v=~ 21 command command local v=~ 28 command local v=x:~ 30 command command local v=x:~
|
| D | export3.0 | 8 command export v=$w 10 command command export v=$w 18 command export v=~ 20 command command export v=~ 27 command export v=x:~ 29 command command export v=x:~
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandObjectThreadUtil.cpp | 24 bool CommandObjectIterateOverThreads::DoExecute(Args &command, in DoExecute() argument 29 if (command.GetArgumentCount() == 0) { in DoExecute() 34 } else if (command.GetArgumentCount() == 1) { in DoExecute() 35 all_threads = ::strcmp(command.GetArgumentAtIndex(0), "all") == 0; in DoExecute() 36 m_unique_stacks = ::strcmp(command.GetArgumentAtIndex(0), "unique") == 0; in DoExecute() 50 const size_t num_args = command.GetArgumentCount(); in DoExecute() 58 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) { in DoExecute() 60 command.GetArgumentAtIndex(i)); in DoExecute() 69 command.GetArgumentAtIndex(i)); in DoExecute() 157 bool CommandObjectMultipleThreads::DoExecute(Args &command, in DoExecute() argument [all …]
|
| /freebsd-12-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-dfa.h | 635 static inline void __cvmx_dfa_write_command(cvmx_dfa_command_t *command) in __cvmx_dfa_write_command() argument 642 CVMX_PREFETCH0(command); in __cvmx_dfa_write_command() 663 *head++ = *command; in __cvmx_dfa_write_command() 718 cvmx_dfa_command_t command; in cvmx_dfa_submit() local 725 command.u64[0] = 0; in cvmx_dfa_submit() 726 command.s.gxor = graph->gxor; // (PASS3/CN58XX) in cvmx_dfa_submit() 727 command.s.nxoren = graph->nxoren; // (PASS3/CN58XX) in cvmx_dfa_submit() 728 command.s.nreplen = graph->nreplen; // (PASS3/CN58XX) in cvmx_dfa_submit() 729 command.s.start_node = start_node; // includes snrepl (PASS3/CN58XX) in cvmx_dfa_submit() 730 command.s.replication = graph->replication; in cvmx_dfa_submit() [all …]
|
| /freebsd-12-stable/usr.sbin/bluetooth/bthidcontrol/ |
| D | bthidcontrol.c | 49 static struct bthid_command * find_bthid_command(char const *command, struct bthid_command *categor… 163 fprintf(stdout, "Usage: %s\n%s\n", c->command, c->description); in do_bthid_command() 174 find_bthid_command(char const *command, struct bthid_command *category) in find_bthid_command() argument 178 for (c = category; c->command != NULL; c++) { in find_bthid_command() 179 char *c_end = strchr(c->command, ' '); in find_bthid_command() 182 int len = c_end - c->command; in find_bthid_command() 184 if (strncasecmp(command, c->command, len) == 0) in find_bthid_command() 186 } else if (strcasecmp(command, c->command) == 0) in find_bthid_command() 199 for (c = category; c->command != NULL; c++) in print_bthid_command() 200 fprintf(stdout, "\t%s\n", c->command); in print_bthid_command()
|
| /freebsd-12-stable/usr.sbin/autofs/ |
| D | popen.c | 65 char *command; member 83 char *arg, *argv[ARGV_LEN], *command; in auto_popen() local 98 command = argv[0]; in auto_popen() 109 command = concat(command, ' ', arg); in auto_popen() 113 cur->command = checked_strdup(command); in auto_popen() 134 log_debugx("executing \"%s\" as pid %d", command, pid); in auto_popen() 179 cur->command, pid, WTERMSIG(status)); in auto_pclose() 185 cur->command, pid, WEXITSTATUS(status)); in auto_pclose() 189 log_debugx("\"%s\", pid %d, terminated gracefully", cur->command, pid); in auto_pclose() 191 free(cur->command); in auto_pclose()
|