Lines Matching refs:totlen

4533 		size_t totlen;
4546 totlen = io->pfrio_size * sizeof(struct pfr_table);
4549 error = copyin(io->pfrio_buffer, pfrts, totlen);
4565 size_t totlen;
4578 totlen = io->pfrio_size * sizeof(struct pfr_table);
4581 error = copyin(io->pfrio_buffer, pfrts, totlen);
4597 size_t totlen;
4613 totlen = io->pfrio_size * sizeof(struct pfr_table);
4626 error = copyout(pfrts, io->pfrio_buffer, totlen);
4634 size_t totlen;
4652 totlen = io->pfrio_size * sizeof(struct pfr_tstats);
4666 error = copyout(pfrtstats, io->pfrio_buffer, totlen);
4674 size_t totlen;
4690 totlen = io->pfrio_size * sizeof(struct pfr_table);
4693 error = copyin(io->pfrio_buffer, pfrts, totlen);
4712 size_t totlen;
4731 totlen = io->pfrio_size * sizeof(struct pfr_table);
4734 error = copyin(io->pfrio_buffer, pfrts, totlen);
4765 size_t totlen;
4777 totlen = io->pfrio_size * sizeof(struct pfr_addr);
4780 error = copyin(io->pfrio_buffer, pfras, totlen);
4791 error = copyout(pfras, io->pfrio_buffer, totlen);
4799 size_t totlen;
4811 totlen = io->pfrio_size * sizeof(struct pfr_addr);
4814 error = copyin(io->pfrio_buffer, pfras, totlen);
4825 error = copyout(pfras, io->pfrio_buffer, totlen);
4833 size_t totlen, count;
4849 totlen = count * sizeof(struct pfr_addr);
4852 error = copyin(io->pfrio_buffer, pfras, totlen);
4864 error = copyout(pfras, io->pfrio_buffer, totlen);
4872 size_t totlen;
4884 totlen = io->pfrio_size * sizeof(struct pfr_addr);
4892 error = copyout(pfras, io->pfrio_buffer, totlen);
4900 size_t totlen;
4912 totlen = io->pfrio_size * sizeof(struct pfr_astats);
4920 error = copyout(pfrastats, io->pfrio_buffer, totlen);
4928 size_t totlen;
4940 totlen = io->pfrio_size * sizeof(struct pfr_addr);
4943 error = copyin(io->pfrio_buffer, pfras, totlen);
4954 error = copyout(pfras, io->pfrio_buffer, totlen);
4962 size_t totlen;
4974 totlen = io->pfrio_size * sizeof(struct pfr_addr);
4977 error = copyin(io->pfrio_buffer, pfras, totlen);
4988 error = copyout(pfras, io->pfrio_buffer, totlen);
4996 size_t totlen;
5008 totlen = io->pfrio_size * sizeof(struct pfr_addr);
5011 error = copyin(io->pfrio_buffer, pfras, totlen);
5044 size_t totlen;
5057 totlen = sizeof(struct pfioc_trans_e) * io->size;
5060 error = copyin(io->array, ioes, totlen);
5119 error = copyout(ioes, io->array, totlen);
5127 size_t totlen;
5140 totlen = sizeof(struct pfioc_trans_e) * io->size;
5143 error = copyin(io->array, ioes, totlen);
5210 size_t totlen;
5225 totlen = sizeof(struct pfioc_trans_e) * io->size;
5228 error = copyin(io->array, ioes, totlen);