Searched defs:user_icount (Results 1 - 4 of 4) sorted by relevance

/drivers/char/pcmcia/
H A Dsynclink_cs.c422 static int get_stats(MGSLPC_INFO *info, struct mgsl_icount __user *user_icount);
1775 static int get_stats(MGSLPC_INFO * info, struct mgsl_icount __user *user_icount) argument
1780 if (!user_icount) {
1783 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount));
/drivers/tty/
H A Dsynclink_gt.c503 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount);
2620 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount) argument
2623 if (!user_icount) {
2626 if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount)))
H A Dsynclinkmp.c537 static int get_stats(SLMP_INFO *info, struct mgsl_icount __user *user_icount);
2858 static int get_stats(SLMP_INFO * info, struct mgsl_icount __user *user_icount) argument
2866 if (!user_icount) {
2870 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount));
H A Dsynclink.c826 __user *user_icount);
2414 * user_icount pointer to buffer to hold returned stats
2418 static int mgsl_get_stats(struct mgsl_struct * info, struct mgsl_icount __user *user_icount) argument
2426 if (!user_icount) {
2430 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount));

Completed in 101 milliseconds