Lines Matching refs:odata
1006 uath_get_status(struct uath_softc *sc, uint32_t which, void *odata, int olen) in uath_get_status() argument
1012 &which, sizeof (which), odata, olen, UATH_CMD_FLAG_MAGIC); in uath_get_status()
1114 int ilen, void *odata, int olen, int flags) in uath_cmd_read() argument
1117 return (uath_cmdsend(sc, code, idata, ilen, odata, olen, flags)); in uath_cmd_read()
1133 void *odata, int olen, int flags) in uath_cmdsend() argument
1158 cmd->odata = odata; in uath_cmdsend()
1159 if (odata == NULL) in uath_cmdsend()
1180 cmd->odata = NULL; /* in case reply comes too late */ in uath_cmdsend()
1323 if (cmd->odata != NULL) { in uath_cmdeof()
1343 bcopy(&rp[1], cmd->odata, olen); in uath_cmdeof()
1367 bcopy(hdr + 1, cmd->odata, sizeof (uint32_t)); in uath_cmdeof()