Lines Matching refs:totlen

2537 		size_t totlen;
2550 totlen = io->pfrio_size * sizeof(struct pfr_table);
2553 error = copyin(io->pfrio_buffer, pfrts, totlen);
2569 size_t totlen;
2582 totlen = io->pfrio_size * sizeof(struct pfr_table);
2585 error = copyin(io->pfrio_buffer, pfrts, totlen);
2601 size_t totlen;
2617 totlen = io->pfrio_size * sizeof(struct pfr_table);
2630 error = copyout(pfrts, io->pfrio_buffer, totlen);
2638 size_t totlen;
2654 totlen = io->pfrio_size * sizeof(struct pfr_tstats);
2666 error = copyout(pfrtstats, io->pfrio_buffer, totlen);
2674 size_t totlen;
2691 totlen = io->pfrio_size * sizeof(struct pfr_table);
2699 error = copyin(io->pfrio_buffer, pfrts, totlen);
2715 size_t totlen;
2734 totlen = io->pfrio_size * sizeof(struct pfr_table);
2737 error = copyin(io->pfrio_buffer, pfrts, totlen);
2768 size_t totlen;
2780 totlen = io->pfrio_size * sizeof(struct pfr_addr);
2787 error = copyin(io->pfrio_buffer, pfras, totlen);
2798 error = copyout(pfras, io->pfrio_buffer, totlen);
2806 size_t totlen;
2818 totlen = io->pfrio_size * sizeof(struct pfr_addr);
2825 error = copyin(io->pfrio_buffer, pfras, totlen);
2836 error = copyout(pfras, io->pfrio_buffer, totlen);
2844 size_t totlen, count;
2860 totlen = count * sizeof(struct pfr_addr);
2867 error = copyin(io->pfrio_buffer, pfras, totlen);
2879 error = copyout(pfras, io->pfrio_buffer, totlen);
2887 size_t totlen;
2899 totlen = io->pfrio_size * sizeof(struct pfr_addr);
2911 error = copyout(pfras, io->pfrio_buffer, totlen);
2919 size_t totlen;
2931 totlen = io->pfrio_size * sizeof(struct pfr_astats);
2943 error = copyout(pfrastats, io->pfrio_buffer, totlen);
2951 size_t totlen;
2963 totlen = io->pfrio_size * sizeof(struct pfr_addr);
2970 error = copyin(io->pfrio_buffer, pfras, totlen);
2981 error = copyout(pfras, io->pfrio_buffer, totlen);
2989 size_t totlen;
3001 totlen = io->pfrio_size * sizeof(struct pfr_addr);
3008 error = copyin(io->pfrio_buffer, pfras, totlen);
3019 error = copyout(pfras, io->pfrio_buffer, totlen);
3027 size_t totlen;
3039 totlen = io->pfrio_size * sizeof(struct pfr_addr);
3046 error = copyin(io->pfrio_buffer, pfras, totlen);
3079 size_t totlen;
3092 totlen = sizeof(struct pfioc_trans_e) * io->size;
3099 error = copyin(io->array, ioes, totlen);
3148 error = copyout(ioes, io->array, totlen);
3156 size_t totlen;
3169 totlen = sizeof(struct pfioc_trans_e) * io->size;
3176 error = copyin(io->array, ioes, totlen);
3233 size_t totlen;
3248 totlen = sizeof(struct pfioc_trans_e) * io->size;
3255 error = copyin(io->array, ioes, totlen);