Lines Matching refs:nmemb
105 size_t nmemb, int flag) in pcc_ioread_byte() argument
113 sock, port, buf, size, nmemb, flag); in pcc_ioread_byte()
124 while (nmemb--) in pcc_ioread_byte()
130 size_t nmemb, int flag) in pcc_ioread_word() argument
138 sock, port, buf, size, nmemb, flag); in pcc_ioread_word()
155 while (nmemb--) in pcc_ioread_word()
161 size_t nmemb, int flag) in pcc_iowrite_byte() argument
169 sock, port, buf, size, nmemb, flag); in pcc_iowrite_byte()
180 while (nmemb--) in pcc_iowrite_byte()
186 size_t nmemb, int flag) in pcc_iowrite_word() argument
194 sock, port, buf, size, nmemb, flag); in pcc_iowrite_word()
217 while (nmemb--) in pcc_iowrite_word()