Home
last modified time | relevance | path

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

/NextBSD/lib/libc/gen/
HDsetmode.c63 char cmd2; member
112 common: if (set->cmd2 & CMD2_CLR) { in getmode()
114 (set->cmd2 & CMD2_SET) ? S_IRWXO : value; in getmode()
115 if (set->cmd2 & CMD2_UBITS) in getmode()
117 if (set->cmd2 & CMD2_GBITS) in getmode()
119 if (set->cmd2 & CMD2_OBITS) in getmode()
122 if (set->cmd2 & CMD2_SET) { 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()
[all …]
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-cmd-queue.h435 … cvmx_cmd_queue_write2(cvmx_cmd_queue_id_t queue_id, int use_locking, uint64_t cmd1, uint64_t cmd2) in cvmx_cmd_queue_write2() argument
469 ptr[1] = cmd2; in cvmx_cmd_queue_write2()
490 *ptr++ = cmd2; in cvmx_cmd_queue_write2()
499 new_buffer[0] = cmd2; in cvmx_cmd_queue_write2()
525 …_write3(cvmx_cmd_queue_id_t queue_id, int use_locking, uint64_t cmd1, uint64_t cmd2, uint64_t cmd3) in cvmx_cmd_queue_write3() argument
559 ptr[1] = cmd2; in cvmx_cmd_queue_write3()
582 *ptr++ = cmd2; in cvmx_cmd_queue_write3()
594 *ptr++ = cmd2; in cvmx_cmd_queue_write3()
/NextBSD/contrib/tcsh/
HDma.setp.c158 char *cmd, *cmd1, *cmd2; in setpath() local
171 cmd2 = cmds[ncmd+2]; in setpath()
191 if (cmd1 == NULL || cmd2 == NULL) TOOFEW; in setpath()
193 iacmd(cmd1, cmd2); in setpath()
195 ibcmd(cmd1, cmd2); in setpath()
212 if (cmd1 == NULL || cmd2 == NULL) TOOFEW; in setpath()
213 ccmd(cmd1, cmd2); in setpath()
/NextBSD/sys/dev/drm2/radeon/
HDr300_cmdbuf.c548 u32 *cmd2 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 2); in r300_emit_bitblt_multi() local
549 offset = *cmd2 << 10; in r300_emit_bitblt_multi()
604 u32 *cmd1, *cmd2, *cmd3; in r300_emit_draw_indx_2() local
617 cmd2 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 2); in r300_emit_draw_indx_2()
632 if (!radeon_check_offset(dev_priv, *cmd2)) { in r300_emit_draw_indx_2()
634 *cmd2); in r300_emit_draw_indx_2()
HDradeon_state.c415 u32 *cmd2 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 2); in radeon_check_and_fixup_packet3() local
416 offset = *cmd2 << 10; in radeon_check_and_fixup_packet3()
422 *cmd2 = (*cmd2 & 0xffc00000) | offset >> 10; in radeon_check_and_fixup_packet3()
/NextBSD/bin/sh/tests/set-e/
HDMakefile16 FILES+= cmd2.1
/NextBSD/usr.bin/mail/
HDMakefile5 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
/NextBSD/usr.bin/sed/
HDcompile.c158 struct s_command *cmd, *cmd2, *stack; in compile_stream() local
246 cmd2 = stack; in compile_stream()
247 stack = cmd2->next; in compile_stream()
248 cmd2->next = cmd; in compile_stream()
/NextBSD/crypto/heimdal/appl/ftp/ftp/
HDftp.c1587 char *cmd2; in proxtrans() local
1591 cmd2 = "RETR"; in proxtrans()
1593 cmd2 = runique ? "STOU" : "STOR"; in proxtrans()
1630 if (command ("%s %s", cmd2, local) != PRELIM) in proxtrans()
1649 if (command ("%s %s", cmd2, local) != PRELIM) { in proxtrans()
1665 if (command ("%s %s", cmd2, local) != PRELIM) { in proxtrans()
/NextBSD/contrib/tnftp/src/
HDftp.c1843 const char *volatile cmd2; in proxtrans() local
1848 cmd2 = "RETR"; in proxtrans()
1850 cmd2 = runique ? "STOU" : "STOR"; in proxtrans()
1892 || (command("%s %s", cmd2, local) != PRELIM)) in proxtrans()
1915 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
1930 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
/NextBSD/usr.sbin/bhyve/
HDpci_emul.c1672 uint32_t cmd, cmd2, changed, old, readonly; in pci_emul_cmdsts_write() local
1691 cmd2 = pci_get_cfgdata16(pi, PCIR_COMMAND); /* get updated value */ in pci_emul_cmdsts_write()
1692 changed = cmd ^ cmd2; in pci_emul_cmdsts_write()
/NextBSD/sys/dev/ixgb/
HDixgb_hw.h649 uint8_t cmd2; member
/NextBSD/usr.sbin/pmcstudy/
HDpmcstudy.c75 char cmd2[1024]; in my_popen() local
93 strcpy(cmd2, command); in my_popen()
96 argv[2] = cmd2; in my_popen()