Searched refs:cmd2 (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/lib/libc/gen/
H A Dsetmode.c59 char cmd2; member in struct:bitcmd
107 common: if (set->cmd2 & CMD2_CLR) {
109 (set->cmd2 & CMD2_SET) ? S_IRWXO : value;
110 if (set->cmd2 & CMD2_UBITS)
112 if (set->cmd2 & CMD2_GBITS)
114 if (set->cmd2 & CMD2_OBITS)
117 if (set->cmd2 & CMD2_SET) {
118 if (set->cmd2 & CMD2_UBITS)
120 if (set->cmd2 & CMD2_GBITS)
122 if (set->cmd2
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-cmd-queue.h430 * @param cmd2 Command
434 static inline cvmx_cmd_queue_result_t cvmx_cmd_queue_write2(cvmx_cmd_queue_id_t queue_id, int use_locking, uint64_t cmd1, uint64_t cmd2) argument
468 ptr[1] = cmd2;
489 *ptr++ = cmd2;
498 new_buffer[0] = cmd2;
519 * @param cmd2 Command
524 static inline cvmx_cmd_queue_result_t cvmx_cmd_queue_write3(cvmx_cmd_queue_id_t queue_id, int use_locking, uint64_t cmd1, uint64_t cmd2, uint64_t cmd3) argument
558 ptr[1] = cmd2;
581 *ptr++ = cmd2;
593 *ptr++ = cmd2;
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A DMakefile5 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
/freebsd-9.3-release/contrib/tcsh/
H A Dma.setp.c158 char *cmd, *cmd1, *cmd2; local
171 cmd2 = cmds[ncmd+2];
191 if (cmd1 == NULL || cmd2 == NULL) TOOFEW;
193 iacmd(cmd1, cmd2);
195 ibcmd(cmd1, cmd2);
212 if (cmd1 == NULL || cmd2 == NULL) TOOFEW;
213 ccmd(cmd1, cmd2);
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dr300_cmdbuf.c548 u32 *cmd2 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 2); local
549 offset = *cmd2 << 10;
604 u32 *cmd1, *cmd2, *cmd3; local
617 cmd2 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 2);
632 if (!radeon_check_offset(dev_priv, *cmd2)) {
634 *cmd2);
H A Dradeon_state.c415 u32 *cmd2 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 2); local
416 offset = *cmd2 << 10;
422 *cmd2 = (*cmd2 & 0xffc00000) | offset >> 10;
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1553 char *cmd2; local
1557 cmd2 = "RETR";
1559 cmd2 = runique ? "STOU" : "STOR";
1596 if (command ("%s %s", cmd2, local) != PRELIM)
1615 if (command ("%s %s", cmd2, local) != PRELIM) {
1631 if (command ("%s %s", cmd2, local) != PRELIM) {
/freebsd-9.3-release/usr.bin/sed/
H A Dcompile.c158 struct s_command *cmd, *cmd2, *stack; local
246 cmd2 = stack;
247 stack = cmd2->next;
248 cmd2->next = cmd;
/freebsd-9.3-release/contrib/tnftp/src/
H A Dftp.c1843 const char *volatile cmd2; local
1848 cmd2 = "RETR";
1850 cmd2 = runique ? "STOU" : "STOR";
1892 || (command("%s %s", cmd2, local) != PRELIM))
1915 if (command("%s %s", cmd2, local) != PRELIM) {
1930 if (command("%s %s", cmd2, local) != PRELIM) {
/freebsd-9.3-release/sys/dev/ixgb/
H A Dixgb_hw.h649 uint8_t cmd2; member in struct:ixgb_flash_buffer

Completed in 118 milliseconds