Lines Matching defs:bcount
823 size_t bcount;
842 bcount = fu_data_size(0);
843 if (copyout(&fu_header, (void *)userbp, bcount))
915 bcount = fu_data_size(0);
916 if (copyout(&fu_header, (void *)userbp, bcount)) {
923 userbp += bcount;
924 bcount = fu_data->fud_user_count * sizeof (f_user_t);
925 if (copyout(fu_data->fud_user, (void *)userbp, bcount)) {
933 userbp += bcount;
934 bcount = fuk_data->fud_user_count * sizeof (f_user_t);
935 if (copyout(fuk_data->fud_user, (void *)userbp, bcount)) {