HomeSort by: relevance | last modified time | path
    Searched defs:au_cmd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
amrio.h 77 * interface where possible, the formatting of the au_cmd field is
101 unsigned char au_cmd[32]; /* command text from userspace */ member in struct:amr_user_ioctl
116 unsigned char au_cmd[32]; /* command text from userspace */
amr.c 1483 uint8_t *au_cmd; local in function:amrioctl
1502 au_cmd = au->au_cmd;
1510 if (au_cmd[0] == AMR_CMD_PASS) {
1515 if (au_length <= 0 || au_length > MAXPHYS || au_cmd[0] == 0x06)
1540 mbi->mb_command = au_cmd[0];
1541 mbi->mb_channel = au_cmd[1];
1542 mbi->mb_param = au_cmd[2];
1543 mbi->mb_pad[0] = au_cmd[3];
1544 mbi->mb_drive = au_cmd[4]
    [all...]

Completed in 14 milliseconds