| /netbsd-src/lib/libc/gen/ |
| H A D | setmode.c | 70 char cmd2; member 120 common: if (set->cmd2 & CMD2_CLR) { in getmode() 122 (set->cmd2 & CMD2_SET) ? S_IRWXO : value; in getmode() 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() 133 if (set->cmd2 & CMD2_GBITS) in getmode() 135 if (set->cmd2 & CMD2_OBITS) in getmode() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | vmwgfx_surface.c | 1079 } *cmd2; in vmw_gb_surface_create() local 1107 cmd_len = sizeof(cmd2->body); in vmw_gb_surface_create() 1108 submit_len = sizeof(*cmd2); in vmw_gb_surface_create() 1116 cmd2 = (typeof(cmd2))cmd; in vmw_gb_surface_create() 1139 cmd2->header.id = cmd_id; in vmw_gb_surface_create() 1140 cmd2->header.size = cmd_len; in vmw_gb_surface_create() 1141 cmd2->body.sid = srf->res.id; in vmw_gb_surface_create() 1142 cmd2->body.surfaceFlags = srf->flags; in vmw_gb_surface_create() 1143 cmd2->body.format = srf->format; in vmw_gb_surface_create() 1144 cmd2->body.numMipLevels = srf->mip_levels[0]; in vmw_gb_surface_create() [all …]
|
| H A D | vmwgfx_context.c | 383 } *cmd2; in vmw_gb_context_unbind() local 393 submit_size = sizeof(*cmd2) + (readback ? sizeof(*cmd1) : 0); in vmw_gb_context_unbind() 401 cmd2 = (void *) cmd; in vmw_gb_context_unbind() 407 cmd2 = (void *) (&cmd1[1]); in vmw_gb_context_unbind() 409 cmd2->header.id = SVGA_3D_CMD_BIND_GB_CONTEXT; 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 607 submit_size = sizeof(*cmd2) + (readback ? sizeof(*cmd1) : 0); in vmw_dx_context_unbind() [all …]
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | commands_map_test.cpp | 94 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-src/external/gpl2/lvm2/dist/test/ |
| H A D | lvm-utils.sh | 58 local cmd2=$4; 65 val2=$($cmd2 --noheadings -o $field2 $obj2)
|
| /netbsd-src/external/bsd/file/dist/tests/ |
| H A D | cmd2.result | 1 a /usr/bin/cmd2 script, ASCII text executable
|
| H A D | Makefile.am | 20 cmd2.result \ 21 cmd2.testfile \
|
| H A D | Makefile.in | 314 cmd2.result \ 315 cmd2.testfile \
|
| /netbsd-src/usr.bin/sed/ |
| H A D | compile.c | 164 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-src/usr.bin/mail/ |
| H A D | Makefile | 27 SRCS= version.c support.c cmd1.c cmd2.c cmd3.c cmd4.c cmdtab.c collect.c \
|
| /netbsd-src/usr.bin/ftp/ |
| H A D | ftp.c | 1899 const char *volatile cmd2; in proxtrans() local 1904 cmd2 = "RETR"; in proxtrans() 1906 cmd2 = runique ? "STOU" : "STOR"; in proxtrans() 1948 || (command("%s %s", cmd2, local) != PRELIM)) in proxtrans() 1971 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans() 1986 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
|
| /netbsd-src/sys/dev/i2c/ |
| H A D | si70xx.c | 262 si70xx_cmd2(struct si70xx_sc *sc, uint8_t cmd1, uint8_t cmd2, uint8_t *buf, in si70xx_cmd2() 265 uint8_t cmd[] = { cmd1, cmd2 }; in si70xx_cmd2() 260 si70xx_cmd2(struct si70xx_sc * sc,uint8_t cmd1,uint8_t cmd2,uint8_t * buf,size_t blen) si70xx_cmd2() argument
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | motorola-mapphone-common.dtsi | 474 /* cmd2 0x4a100142 uart3_rts_sd.gpio_142 f28 */
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-2018 | 4422 * testsuite/gas/sh/sh64/err-pt32-cmd2.s: Delete.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-2018 | 4422 * testsuite/gas/sh/sh64/err-pt32-cmd2.s: Delete.
|