HomeSort by: relevance | last modified time | path
    Searched refs:remote_id (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/contrib/
gcc-git-customization.sh 103 remote_id=$(git config --get "gcc-config.user")
104 if [ "x$remote_id" = "x" ]
111 remote_id=$(whoami)
113 remote_id=$(echo $url | sed 's|^.*ssh://\(..*\)@gcc.gnu.org.*$|\1|')
114 if [ x$remote_id = x$url ]
116 remote_id=$(whoami)
121 ask "Account name on gcc.gnu.org (for your personal branches area)" "$remote_id" remote_id
122 git config "gcc-config.user" "$remote_id"
189 echo "Setting up tracking for personal namespace $remote_id in remotes/users/${new_pfx}
    [all...]
  /src/usr.bin/talk/
invite.c 61 static int local_id, remote_id; variable
112 msg.id_num = htonl(remote_id);
127 msg.id_num = htonl(remote_id + 1);
155 remote_id = response.id_num;
178 msg.id_num = htonl(remote_id);
  /src/sys/dev/ic/
aic7xxx_inline.h 244 u_int remote_id,
287 * for the specified our_id/remote_id pair.
291 u_int remote_id, struct ahc_tmode_tstate **tstate)
304 return (&(*tstate)->transinfo[remote_id]);
aic79xx_inline.h 490 * for the specified our_id/remote_id pair.
494 u_int remote_id, struct ahd_tmode_tstate **tstate)
505 return (&(*tstate)->transinfo[remote_id]);

Completed in 28 milliseconds