Lines Matching defs:nbyte
205 * nbyte on success
210 secure_write(int fd, const void *inbuf, size_t nbyte)
217 return (write(fd, buf, nbyte));
218 for (i = 0; nbyte > 0; nbyte--)
230 static int secure_putbuf(int fd, uchar_t *buf, uint_t nbyte)
245 in_buf.length = nbyte;
367 secure_read(int fd, void *inbuf, size_t nbyte)
373 return (read(fd, buf, nbyte));
377 for (i = 0; nbyte > 0; nbyte--)