Home
last modified time | relevance | path

Searched refs:cmd2 (Results 1 – 24 of 24) sorted by relevance

/netbsd/lib/libc/gen/
H A Dsetmode.c70 char cmd2; member
123 if (set->cmd2 & CMD2_UBITS) in getmode()
125 if (set->cmd2 & CMD2_GBITS) in getmode()
127 if (set->cmd2 & CMD2_OBITS) in getmode()
130 if (set->cmd2 & CMD2_SET) { in getmode()
131 if (set->cmd2 & CMD2_UBITS) in getmode()
404 set->cmd2 |= CMD2_SET; in addcmd()
406 set->cmd2 |= CMD2_CLR; in addcmd()
470 set->cmd2 = 0; in compress_mode()
476 set->cmd2 = 0; in compress_mode()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_surface.c1079 } *cmd2; in vmw_gb_surface_create() local
1116 cmd2 = (typeof(cmd2))cmd; in vmw_gb_surface_create()
1188 } *cmd2; in vmw_gb_surface_bind() local
1207 cmd2->header.size = sizeof(cmd2->body); in vmw_gb_surface_bind()
1237 } *cmd2; in vmw_gb_surface_unbind() local
1260 cmd2 = (void *) cmd; in vmw_gb_surface_unbind()
1262 cmd2->header.size = sizeof(cmd2->body); in vmw_gb_surface_unbind()
2001 } *cmd2; in vmw_surface_dirty_sync() local
2021 cmd2 = cmd; in vmw_surface_dirty_sync()
2042 cmd2->header.size = sizeof(cmd2->body); in vmw_surface_dirty_sync()
[all …]
H A Dvmwgfx_context.c383 } *cmd2; in vmw_gb_context_unbind() local
401 cmd2 = (void *) cmd; in vmw_gb_context_unbind()
407 cmd2 = (void *) (&cmd1[1]); in vmw_gb_context_unbind()
410 cmd2->header.size = sizeof(cmd2->body); in vmw_gb_context_unbind()
411 cmd2->body.cid = res->id; in vmw_gb_context_unbind()
412 cmd2->body.mobid = SVGA3D_INVALID_ID; in vmw_gb_context_unbind()
590 } *cmd2; in vmw_dx_context_unbind() local
615 cmd2 = (void *) cmd; in vmw_dx_context_unbind()
621 cmd2 = (void *) (&cmd1[1]); in vmw_dx_context_unbind()
624 cmd2->header.size = sizeof(cmd2->body); in vmw_dx_context_unbind()
[all …]
/netbsd/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dcommands_map_test.cpp94 cmdline::base_command_no_data* cmd2 = new mock_cmd("cmd2"); in ATF_TEST_CASE_BODY() local
95 commands.insert(cmd2, "foo"); in ATF_TEST_CASE_BODY()
120 cmdline::base_command_no_data* cmd2 = new mock_cmd("cmd2"); in ATF_TEST_CASE_BODY() local
121 commands.insert(cmd2); in ATF_TEST_CASE_BODY()
124 ATF_REQUIRE(cmd2 == commands.find("cmd2")); in ATF_TEST_CASE_BODY()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint-reuse-slot.exp230 foreach cmd2 $cmds {
233 if {$cmd1 == "hbreak" && $cmd2 == "hbreak" \
243 || ![valid_addr_p $cmd2 $x+1 $width] } {
251 append prefix "$cmd1 x $cmd2: "
259 watch_command $cmd2 $x 1 $width $hw_wp_p
H A Dcommands.exp973 gdb_test_multiple {echo cmd2\n} $test {
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint-reuse-slot.exp230 foreach cmd2 $cmds {
233 if {$cmd1 == "hbreak" && $cmd2 == "hbreak" \
243 || ![valid_addr_p $cmd2 $x+1 $width] } {
251 append prefix "$cmd1 x $cmd2: "
259 watch_command $cmd2 $x 1 $width $hw_wp_p
H A Dcommands.exp973 gdb_test_multiple {echo cmd2\n} $test {
/netbsd/external/gpl3/gdb/dist/sim/erc32/
H A Dfunc.c345 char *cmd1, *cmd2; local
352 if (strcmp(cmd2,"us")==0) unit = 1;
353 if (strcmp(cmd2,"ms")==0) unit = 1000;
371 char *cmd1, *cmd2; in exec_cmd() local
429 len = VAL(cmd2); in exec_cmd()
464 stat = run_sim(sregs, VAL(cmd2), 0); in exec_cmd()
503 if ((cmd2 = strtok(NULL, " \t\n\r")) != NULL) in exec_cmd()
504 len = VAL(cmd2); in exec_cmd()
520 cmd2 = strtok(NULL, " \t\n\r"); in exec_cmd()
521 if (cmd2 != NULL) in exec_cmd()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/erc32/
H A Dfunc.c345 char *cmd1, *cmd2; local
352 if (strcmp(cmd2,"us")==0) unit = 1;
353 if (strcmp(cmd2,"ms")==0) unit = 1000;
371 char *cmd1, *cmd2; in exec_cmd() local
429 len = VAL(cmd2); in exec_cmd()
464 stat = run_sim(sregs, VAL(cmd2), 0); in exec_cmd()
503 if ((cmd2 = strtok(NULL, " \t\n\r")) != NULL) in exec_cmd()
504 len = VAL(cmd2); in exec_cmd()
520 cmd2 = strtok(NULL, " \t\n\r"); in exec_cmd()
521 if (cmd2 != NULL) in exec_cmd()
[all …]
/netbsd/external/gpl2/lvm2/dist/test/
H A Dlvm-utils.sh58 local cmd2=$4;
65 val2=$($cmd2 --noheadings -o $field2 $obj2)
/netbsd/usr.bin/sed/
H A Dcompile.c164 struct s_command *cmd, *cmd2, *stack; in compile_stream() local
248 cmd2 = stack; in compile_stream()
249 stack = cmd2->next; in compile_stream()
250 cmd2->next = cmd; in compile_stream()
/netbsd/usr.bin/mail/
H A DMakefile25 SRCS= version.c support.c cmd1.c cmd2.c cmd3.c cmd4.c cmdtab.c collect.c \
/netbsd/usr.bin/ftp/
H A Dftp.c1898 const char *volatile cmd2; in proxtrans() local
1903 cmd2 = "RETR"; in proxtrans()
1905 cmd2 = runique ? "STOU" : "STOR"; in proxtrans()
1947 || (command("%s %s", cmd2, local) != PRELIM)) in proxtrans()
1970 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
1985 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
/netbsd/sys/dev/i2c/
H A Dsi70xx.c260 si70xx_cmd2(struct si70xx_sc *sc, uint8_t cmd1, uint8_t cmd2, uint8_t *buf, in si70xx_cmd2() argument
263 uint8_t cmd[] = { cmd1, cmd2 }; in si70xx_cmd2()
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dmotorola-mapphone-common.dtsi474 /* cmd2 0x4a100142 uart3_rts_sd.gpio_142 f28 */
/netbsd/external/gpl3/gdb/dist/gas/
H A DChangeLog-20184422 * testsuite/gas/sh/sh64/err-pt32-cmd2.s: Delete.
/netbsd/external/gpl3/binutils/dist/gas/
H A DChangeLog-20184422 * testsuite/gas/sh/sh64/err-pt32-cmd2.s: Delete.
/netbsd/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20184422 * testsuite/gas/sh/sh64/err-pt32-cmd2.s: Delete.
/netbsd/external/gpl3/gdb.old/dist/gas/
H A DChangeLog-20184422 * testsuite/gas/sh/sh64/err-pt32-cmd2.s: Delete.
/netbsd/external/gpl3/gdb/dist/gas/testsuite/
H A DChangeLog-93032454 gas/sh/sh64/err-pt32-cmd3.s, gas/sh/sh64/err-pt32-cmd2.s,
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/
H A DChangeLog-93032454 gas/sh/sh64/err-pt32-cmd3.s, gas/sh/sh64/err-pt32-cmd2.s,
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/
H A DChangeLog17128 $cmd1 or $cmd2.
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/
H A DChangeLog17128 $cmd1 or $cmd2.