Lines Matching refs:user
354 * This is called from user mode and the timers. Thus it protects itself
703 ax25_uid_assoc *user;
726 user = ax25_findbyuid(current_euid());
727 if (user) {
728 rose->source_call = user->call;
729 ax25_uid_put(user);
766 ax25_uid_assoc *user;
832 user = ax25_findbyuid(current_euid());
833 if (!user) {
840 rose->source_call = user->call;
844 ax25_uid_put(user);
1183 * byte of the user data is the logical value of the Q Bit.
1236 /* Copy the user data */