Lines Matching refs:commandarray
122 command = &sc->commandarray[i];
139 free(sc->commandarray, M_DEVBUF);
150 sc->commandarray = (ips_command_t *)malloc(sizeof(ips_command_t) *
152 if (sc->commandarray == NULL)
157 command = &sc->commandarray[i];
299 command = &sc->commandarray[0];
516 command = &sc->commandarray[cmdnumber];
707 sc->commandarray[cmdnumber].status.value = status.value;
708 sc->commandarray[cmdnumber].timeout = 0;
709 sc->commandarray[cmdnumber].callback(&(sc->commandarray[cmdnumber]));