Searched refs:sFreeList (Results 1 – 1 of 1) sorted by relevance
52 static SNDCommand *sFreeList; /* Free command list */ variable125 sFreeList = &sCommandArray[0]; in SND_CommandInit()224 sFreeList = commandList; in SND_RecvCommandReply()594 command = sFreeList; in SND_CountFreeCommand()981 if (sFreeList == NULL) in AllocCommand()987 command = sFreeList; in AllocCommand()988 sFreeList = sFreeList->next; in AllocCommand()990 if (sFreeList == NULL) in AllocCommand()