wend             1136 dev/pci/azalia.c 	this->wend = this->wstart + COP_NSUBNODES(result);
wend             1137 dev/pci/azalia.c 	this->w = malloc(sizeof(widget_t) * this->wend, M_DEVBUF, M_NOWAIT);
wend             1142 dev/pci/azalia.c 	bzero(this->w, sizeof(widget_t) * this->wend);
wend              517 dev/pci/azalia.h 					  nid < (codec)->wend))
wend              547 dev/pci/azalia.h 	nid_t wend;		/* the last NID of audio widgets + 1 */
wend              550 dev/pci/azalia.h #define FOR_EACH_WIDGET(this, i)	for (i = (this)->wstart; i < (this)->wend; i++)