Lines Matching defs:user
353 * This is called from user mode and the timers. Thus it protects itself
702 ax25_uid_assoc *user;
725 user = ax25_findbyuid(current_euid());
726 if (user) {
727 rose->source_call = user->call;
728 ax25_uid_put(user);
764 ax25_uid_assoc *user;
830 user = ax25_findbyuid(current_euid());
831 if (!user) {
838 rose->source_call = user->call;
840 ax25_uid_put(user);
1176 * byte of the user data is the logical value of the Q Bit.
1229 /* Copy the user data */