Home | History | Annotate | Download | only in wcnss-service

Lines Matching refs:wcount

97 	int wcount = 0;
124 wcount = write(fd_dev, (void *)&size, 4);
125 if (wcount != 4) {
128 rc = wcount;
144 wcount = write(fd_dev, buf, rcount);
145 if (wcount < 0) {
148 rc = wcount;
173 int wcount = 0;
209 wcount = write(fd_file, buf, rcount);
210 if (wcount < 0) {
213 rc = wcount;