| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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 …]
|
| /trueos/sys/dev/ips/ |
| HD | ips_commands.c | 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() 62 bus_dmamap_unload(command->data_dmatag, command->data_dmamap); in ips_io_request_finish() 63 if(COMMAND_ERROR(command)){ in ips_io_request_finish() 66 printf("ips: io error, status= 0x%x\n", command->status.value); in ips_io_request_finish() [all …]
|
| HD | ips.c | 89 static int ips_ioctl(struct cdev *dev, u_long command, caddr_t addr, int32_t flags, struct thread *… in ips_ioctl() argument 94 return ips_ioctl_request(sc, command, addr, flags); in ips_ioctl() 99 ips_command_t *command = cmdptr; in ips_cmd_dmaload() local 102 command->command_phys_addr = segments[0].ds_addr; in ips_cmd_dmaload() 110 ips_command_t *command; in ips_cmdqueue_free() local 115 command = &sc->commandarray[i]; in ips_cmdqueue_free() 117 if(command->command_phys_addr == 0) in ips_cmdqueue_free() 120 command->command_dmamap); in ips_cmdqueue_free() 122 command->command_buffer, in ips_cmdqueue_free() 123 command->command_dmamap); in ips_cmdqueue_free() [all …]
|
| HD | ips_ioctl.c | 35 static void ips_ioctl_finish(ips_command_t *command) in ips_ioctl_finish() argument 37 ips_ioctl_t *ioctl_cmd = command->arg; in ips_ioctl_finish() 45 bus_dmamap_sync(command->sc->command_dmatag, command->command_dmamap, in ips_ioctl_finish() 48 ioctl_cmd->status.value = command->status.value; in ips_ioctl_finish() 49 ips_insert_free_cmd(command->sc, command); in ips_ioctl_finish() 54 ips_command_t *command = cmdptr; in ips_ioctl_callback() local 55 ips_ioctl_t *ioctl_cmd = command->arg; in ips_ioctl_callback() 56 ips_generic_cmd *command_buffer = command->command_buffer; in ips_ioctl_callback() 58 ips_set_error(command, error); in ips_ioctl_callback() 61 command_buffer->id = command->id; in ips_ioctl_callback() [all …]
|
| HD | ips_disk.c | 44 static void ipsd_dump_block_complete(ips_command_t *command); 185 ips_command_t *command; in ipsd_dump() local 200 if (ips_get_free_cmd(sc, &command, 0) != 0) { in ipsd_dump() 205 command->data_dmatag = sc->sg_dmatag; in ipsd_dump() 206 command->callback = ipsd_dump_block_complete; in ipsd_dump() 208 command_struct = (ips_io_cmd *)command->command_buffer; in ipsd_dump() 209 command_struct->id = command->id; in ipsd_dump() 221 if (bus_dmamap_load(command->data_dmatag, command->data_dmamap, in ipsd_dump() 222 va, len, ipsd_dump_map_sg, command, BUS_DMA_NOWAIT) != 0) { in ipsd_dump() 226 if (COMMAND_ERROR(command)) { in ipsd_dump() [all …]
|
| HD | ips.h | 68 #define clear_ips_command(command) bzero(&((command)->status), (unsigned long)(&(command)[1])-(unsi… argument 72 #define COMMAND_ERROR(command) (((command)->status.fields.basic_status & IPS_GSC_STATUS_MASK) >= I… argument 74 #define ips_set_error(command, error) do { \ argument 75 (command)->status.fields.basic_status = IPS_DRV_ERROR; \ 76 (command)->status.fields.reserved = ((error) & 0x0f); \ 112 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 …]
|
| /trueos/contrib/tcsh/ |
| HD | sh.decls.h | 40 extern void dosource (Char **, struct command *); 42 extern void goodbye (Char **, struct command *); 61 extern void dodirs (Char **, struct command *); 65 extern void dochngd (Char **, struct command *); 67 extern void dopushd (Char **, struct command *); 68 extern void dopopd (Char **, struct command *); 78 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 …]
|
| HD | tc.decls.h | 58 extern void showall (Char **, struct command *); 63 extern void dobindkey (Char **, struct command *); 83 extern void dolist (Char **, struct command *); 84 extern void dotermname (Char **, struct command *); 85 extern void dotelltc (Char **, struct command *); 86 extern void doechotc (Char **, struct command *); 87 extern void dosettc (Char **, struct command *); 89 extern void dowhich (Char **, struct command *); 106 extern void doaliases (Char **, struct command *); 123 extern void dosetpath (Char **, struct command *); [all …]
|
| /trueos/contrib/texinfo/makeinfo/ |
| HD | lang.c | 847 if (strcmp (command, "udotaccent") == 0) /* underdot */ in cm_accent() 852 if (strcmp (command, "=") == 0) /* macron */ in cm_accent() 854 else if (strcmp (command, "H") == 0) /* Hungarian umlaut */ in cm_accent() 856 else if (strcmp (command, "dotaccent") == 0) /* overdot */ in cm_accent() 858 else if (strcmp (command, "ringaccent") == 0) /* ring */ in cm_accent() 860 else if (strcmp (command, "tieaccent") == 0) /* long tie */ in cm_accent() 862 else if (strcmp (command, "u") == 0) /* breve */ in cm_accent() 864 else if (strcmp (command, "ubaraccent") == 0) /* underbar */ in cm_accent() 866 else if (strcmp (command, "v") == 0) /* hacek/check */ in cm_accent() 888 command); in cm_accent_generic() [all …]
|
| /trueos/contrib/netbsd-tests/lib/libcurses/director/ |
| HD | testlang_parse.y | 115 static cmd_line_t command; variable 236 if (command.returns[0].return_index == -1) 242 vars[command.returns[0].return_index].name, 243 returns_enum_names[command.returns[1].return_type]); 246 if (((command.returns[1].return_type == ret_byte) && 247 (vars[command.returns[0].return_index].type != ret_byte)) || 248 vars[command.returns[0].return_index].type != ret_string) 251 vars[command.returns[0].return_index].type], 252 vars[command.returns[0].return_index].type, 253 returns_enum_names[command.returns[1].return_type], [all …]
|
| /trueos/bin/sh/tests/builtins/ |
| HD | 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
|
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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
|
| /trueos/contrib/groff/src/roff/grog/ |
| HD | grog.pl | 11 push(@command, "groff"); 19 push(@command, $arg); 188 push(@command, $s); 192 push(@command, "-me"); 195 push(@command, "-man"); 198 push(@command, "-mom"); 201 push(@command, "-ms"); 204 push(@command, "-mm"); 207 push(@command, ($mdoc_old || $Oo > 0) ? "-mdoc-old" : "-mdoc"); 210 push(@command, "--") if @ARGV && $ARGV[0] =~ /^-./; [all …]
|
| /trueos/bin/sh/tests/expansion/ |
| HD | 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:~
|
| HD | 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:~
|
| /trueos/cddl/contrib/dtracetoolkit/Shell/ |
| HD | sh_wasted.d | 54 sh$target:::command-entry 56 self->command = timestamp; 59 sh$target:::command-return 61 this->elapsed = timestamp - self->command; 66 sh$target:::command-return 67 /self->command && !isbuiltin[this->cmd]/ 70 self->command = 0; 73 sh$target:::command-return 74 /self->command/ 78 self->command = 0;
|
| /trueos/cddl/contrib/dtracetoolkit/Bin/ |
| D | sh_wasted.d | 54 sh$target:::command-entry 56 self->command = timestamp; 59 sh$target:::command-return 61 this->elapsed = timestamp - self->command; 66 sh$target:::command-return 67 /self->command && !isbuiltin[this->cmd]/ 70 self->command = 0; 73 sh$target:::command-return 74 /self->command/ 78 self->command = 0;
|
| /trueos/contrib/sendmail/contrib/ |
| HD | 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 …]
|
| /trueos/contrib/ofed/libibverbs/include/infiniband/ |
| HD | kern-abi.h | 129 __u32 command; member 140 __u32 command; member 153 __u32 command; member 205 __u32 command; member 239 __u32 command; member 251 __u32 command; member 258 __u32 command; member 277 __u32 command; member 284 __u32 command; member 295 __u32 command; member [all …]
|
| /trueos/usr.sbin/bluetooth/bthidcontrol/ |
| HD | bthidcontrol.c | 46 static struct bthid_command * find_bthid_command(char const *command, struct bthid_command *categor… 160 fprintf(stdout, "Usage: %s\n%s\n", c->command, c->description); in do_bthid_command() 171 find_bthid_command(char const *command, struct bthid_command *category) in find_bthid_command() argument 175 for (c = category; c->command != NULL; c++) { in find_bthid_command() 176 char *c_end = strchr(c->command, ' '); in find_bthid_command() 179 int len = c_end - c->command; in find_bthid_command() 181 if (strncasecmp(command, c->command, len) == 0) in find_bthid_command() 183 } else if (strcasecmp(command, c->command) == 0) in find_bthid_command() 196 for (c = category; c->command != NULL; c++) in print_bthid_command() 197 fprintf(stdout, "\t%s\n", c->command); in print_bthid_command()
|
| /trueos/usr.sbin/autofs/ |
| HD | popen.c | 63 char *command; member 81 char *arg, *argv[ARGV_LEN], *command; in auto_popen() local 96 command = argv[0]; in auto_popen() 107 command = concat(command, ' ', arg); in auto_popen() 111 cur->command = checked_strdup(command); in auto_popen() 132 log_debugx("executing \"%s\" as pid %d", command, pid); in auto_popen() 177 cur->command, pid, WTERMSIG(status)); in auto_pclose() 183 cur->command, pid, WEXITSTATUS(status)); in auto_pclose() 187 log_debugx("\"%s\", pid %d, terminated gracefully", cur->command, pid); in auto_pclose() 189 free(cur->command); in auto_pclose()
|