Lines Matching refs:nmemb
120 size_t nmemb, int flag) in pcc_ioread_byte() argument
128 sock, port, buf, size, nmemb, flag); in pcc_ioread_byte()
139 while (nmemb--) in pcc_ioread_byte()
145 size_t nmemb, int flag) in pcc_ioread_word() argument
153 sock, port, buf, size, nmemb, flag); in pcc_ioread_word()
170 while (nmemb--) in pcc_ioread_word()
176 size_t nmemb, int flag) in pcc_iowrite_byte() argument
184 sock, port, buf, size, nmemb, flag); in pcc_iowrite_byte()
195 while (nmemb--) in pcc_iowrite_byte()
201 size_t nmemb, int flag) in pcc_iowrite_word() argument
209 sock, port, buf, size, nmemb, flag); in pcc_iowrite_word()
232 while (nmemb--) in pcc_iowrite_word()