HomeSort by: relevance | last modified time | path
    Searched refs:cmd2 (Results 1 - 17 of 17) sorted by relevancy

  /src/lib/libc/gen/
setmode.c 70 char cmd2; member in struct:bitcmd
120 common: if (set->cmd2 & CMD2_CLR) {
122 (set->cmd2 & CMD2_SET) ? S_IRWXO : value;
123 if (set->cmd2 & CMD2_UBITS)
125 if (set->cmd2 & CMD2_GBITS)
127 if (set->cmd2 & CMD2_OBITS)
130 if (set->cmd2 & CMD2_SET) {
131 if (set->cmd2 & CMD2_UBITS)
133 if (set->cmd2 & CMD2_GBITS)
135 if (set->cmd2 & CMD2_OBITS
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/cmdline/
commands_map_test.cpp 94 cmdline::base_command_no_data* cmd2 = new mock_cmd("cmd2"); local
95 commands.insert(cmd2, "foo");
108 ATF_REQUIRE_EQ("cmd2", *(*iter).second.begin());
120 cmdline::base_command_no_data* cmd2 = new mock_cmd("cmd2"); local
121 commands.insert(cmd2);
124 ATF_REQUIRE(cmd2 == commands.find("cmd2"));
134 ATF_REQUIRE(NULL == commands.find("cmd2"));
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
watchpoint-reuse-slot.exp 239 foreach cmd2 $cmds {
242 if {$cmd1 == "hbreak" && $cmd2 == "hbreak" \
252 || ![valid_addr_p $cmd2 $x+1 $width] } {
260 append prefix "$cmd1 x $cmd2: "
268 watch_command $cmd2 $x 1 $width $hw_wp_p
commands.exp 1020 gdb_test_multiple {echo cmd2\n} $test {
1043 gdb_test {echo idle\n} "\r\nidle" "no cmd2"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
watchpoint-reuse-slot.exp 239 foreach cmd2 $cmds {
242 if {$cmd1 == "hbreak" && $cmd2 == "hbreak" \
252 || ![valid_addr_p $cmd2 $x+1 $width] } {
260 append prefix "$cmd1 x $cmd2: "
268 watch_command $cmd2 $x 1 $width $hw_wp_p
commands.exp 1020 gdb_test_multiple {echo cmd2\n} $test {
1043 gdb_test {echo idle\n} "\r\nidle" "no cmd2"
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_surface.c 1079 } *cmd2; local
1107 cmd_len = sizeof(cmd2->body);
1108 submit_len = sizeof(*cmd2);
1116 cmd2 = (typeof(cmd2))cmd;
1139 cmd2->header.id = cmd_id;
1140 cmd2->header.size = cmd_len;
1141 cmd2->body.sid = srf->res.id;
1142 cmd2->body.surfaceFlags = srf->flags;
1143 cmd2->body.format = srf->format
1188 } *cmd2; local
1237 } *cmd2; local
2001 } *cmd2; local
    [all...]
vmwgfx_context.c 383 } *cmd2; local
393 submit_size = sizeof(*cmd2) + (readback ? sizeof(*cmd1) : 0);
401 cmd2 = (void *) cmd;
407 cmd2 = (void *) (&cmd1[1]);
409 cmd2->header.id = SVGA_3D_CMD_BIND_GB_CONTEXT;
410 cmd2->header.size = sizeof(cmd2->body);
411 cmd2->body.cid = res->id;
412 cmd2->body.mobid = SVGA3D_INVALID_ID;
590 } *cmd2; local
    [all...]
  /src/external/gpl2/lvm2/dist/test/
lvm-utils.sh 58 local cmd2=$4;
65 val2=$($cmd2 --noheadings -o $field2 $obj2)
  /src/external/gpl3/gdb.old/dist/sim/erc32/
func.c 337 char *cmd1, *cmd2; local
343 if ((cmd2 = strtok(NULL, " \t\n\r")) != NULL) {
344 if (strcmp(cmd2,"us")==0) unit = 1;
345 if (strcmp(cmd2,"ms")==0) unit = 1000;
346 if (strcmp(cmd2,"s")==0) unit = 1000000;
363 char *cmd1, *cmd2; local
420 if ((cmd2 = strtok(NULL, " \t\n\r")) != NULL) {
421 len = VAL(cmd2);
455 if ((cmd2 = strtok(NULL, " \t\n\r")) != NULL) {
456 stat = run_sim(sregs, VAL(cmd2), 0)
    [all...]
  /src/external/gpl3/gdb/dist/sim/erc32/
func.c 337 char *cmd1, *cmd2; local
343 if ((cmd2 = strtok(NULL, " \t\n\r")) != NULL) {
344 if (strcmp(cmd2,"us")==0) unit = 1;
345 if (strcmp(cmd2,"ms")==0) unit = 1000;
346 if (strcmp(cmd2,"s")==0) unit = 1000000;
363 char *cmd1, *cmd2; local
420 if ((cmd2 = strtok(NULL, " \t\n\r")) != NULL) {
421 len = VAL(cmd2);
455 if ((cmd2 = strtok(NULL, " \t\n\r")) != NULL) {
456 stat = run_sim(sregs, VAL(cmd2), 0)
    [all...]
  /src/usr.bin/mail/
Makefile 27 SRCS= version.c support.c cmd1.c cmd2.c cmd3.c cmd4.c cmdtab.c collect.c \
  /src/usr.bin/sed/
compile.c 165 struct s_command *cmd, *cmd2, *stack; local
248 cmd2 = stack;
249 stack = cmd2->next;
250 cmd2->next = cmd;
  /src/usr.bin/ftp/
ftp.c 1927 const char *volatile cmd2; local
1932 cmd2 = "RETR";
1934 cmd2 = runique ? "STOU" : "STOR";
1976 || (command("%s %s", cmd2, local) != PRELIM))
1999 if (command("%s %s", cmd2, local) != PRELIM) {
2014 if (command("%s %s", cmd2, local) != PRELIM) {
  /src/sys/dev/i2c/
si70xx.c 262 si70xx_cmd2(struct si70xx_sc *sc, uint8_t cmd1, uint8_t cmd2, uint8_t *buf,
265 uint8_t cmd[] = { cmd1, cmd2 };
  /src/external/gpl3/gdb.old/dist/gdb/
top.c 579 const char *cmd2 = cmd_copy.c_str ();
580 c = lookup_cmd (&cmd2, cmdlist, "", nullptr, 1, 1);
578 const char *cmd2 = cmd_copy.c_str (); local
  /src/external/gpl3/gdb/dist/gdb/
top.c 574 const char *cmd2 = cmd_copy.c_str ();
575 c = lookup_cmd (&cmd2, cmdlist, "", nullptr, 1, 1);
573 const char *cmd2 = cmd_copy.c_str (); local

Completed in 34 milliseconds