Home
last modified time | relevance | path

Searched defs:cmd_type (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/dev/pci/drm/include/uapi/drm/
H A Dradeon_drm.h191 unsigned char cmd_type, pad0, pad1, pad2; member
194 unsigned char cmd_type, packet_id, pad0, pad1; member
197 unsigned char cmd_type, offset, stride, count; member
200 unsigned char cmd_type, offset, stride, count; member
203 unsigned char cmd_type, addr_lo, addr_hi, count; member
206 unsigned char cmd_type, buf_idx, pad0, pad1; member
209 unsigned char cmd_type, flags, pad0, pad1; member
254 unsigned char cmd_type, pad0, pad1, pad2; member
257 unsigned char cmd_type, count, reglo, reghi; member
260 unsigned char cmd_type, count, adrlo, adrhi; member
[all …]
/openbsd-src/sys/stand/boot/
H A Dcmd.h35 char cmd_type; member
/openbsd-src/sys/arch/octeon/stand/rdboot/
H A Dcmd.h35 char cmd_type; member
/openbsd-src/sys/arch/powerpc64/stand/rdboot/
H A Dcmd.h35 char cmd_type; member
/openbsd-src/libexec/ftpd/
H A Dftpcmd.y88 static int cmd_type; variable
/openbsd-src/sys/dev/usb/
H A Dugold.c73 static uint8_t cmd_type[8] = { 0x01, 0x86, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00 }; variable
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.c106 cmd_type (struct cmd_list_element *cmd) in cmd_type() function