| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| D | 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}" 195 …users/${new_pfx}.fetch" "+refs/users/${remote_id}/heads/*:refs/remotes/users/${new_pfx}/*" "refs/u… [all …]
|
| /netbsd/src/usr.bin/talk/ |
| D | invite.c | 61 static int local_id, remote_id; variable 112 msg.id_num = htonl(remote_id); in invite_remote() 127 msg.id_num = htonl(remote_id + 1); in re_invite() 155 remote_id = response.id_num; in announce_invite() 178 msg.id_num = htonl(remote_id); in send_delete()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | serverloop.c | 125 char remote_id[512]; in client_alive_check() local 132 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in client_alive_check() 133 logit("Timeout, client not responding from %s", remote_id); in client_alive_check() 167 char remote_id[512]; in wait_until_can_do_something() local 264 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in wait_until_can_do_something() 265 logit("terminating inactive connection from %s", remote_id); in wait_until_can_do_something() 637 c->remote_id = rchan; in server_input_channel_open() 643 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in server_input_channel_open() 891 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in server_input_channel_req()
|
| D | nchan.c | 196 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in chan_send_eof2() 224 c->remote_id); in chan_send_close2() 226 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in chan_send_close2() 249 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in chan_send_eow2()
|
| D | packet.c | 1985 char *tag = NULL, remote_id[512]; in sshpkt_vfatal() local 1988 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in sshpkt_vfatal() 1993 logdie("Connection closed by %s", remote_id); in sshpkt_vfatal() 1997 ssh->state->server_side ? "from" : "to", remote_id); in sshpkt_vfatal() 2000 logdie("Disconnected from %s", remote_id); in sshpkt_vfatal() 2004 logdie("Connection reset by %s", remote_id); in sshpkt_vfatal() 2016 "Their offer: %s", remote_id, ssh_err(r), in sshpkt_vfatal() 2029 ssh->state->server_side ? "from" : "to", remote_id); in sshpkt_vfatal() 2055 char buf[1024], remote_id[512]; in ssh_packet_disconnect() local 2068 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in ssh_packet_disconnect() [all …]
|
| D | channels.c | 267 channel_by_remote_id(struct ssh *ssh, u_int remote_id) in channel_by_remote_id() argument 274 if (c != NULL && c->have_remote_id && c->remote_id == remote_id) in channel_by_remote_id() 534 c->remote_id = -1; in channel_new() 1024 c->have_remote_id ? "r" : "nr", c->remote_id, in channel_format_status() 1145 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_request_start() 1244 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_set_fds() 1835 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_before_prepare_io_rdynamic() 2085 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_post_connecting() 2111 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_post_connecting() 2374 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_check_window() [all …]
|
| D | channels.h | 130 uint32_t remote_id; /* channel identifier for remote peer */ member
|
| D | session.c | 1341 char **env, *argv[ARGV_MAX], remote_id[512]; in do_child() local 1346 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in do_child() 1462 remote_id); in do_child()
|
| D | clientloop.c | 1937 c->remote_id = rchan; in client_input_channel_open() 1943 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in client_input_channel_open() 2018 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in client_input_channel_req()
|
| /netbsd/src/sys/dev/ic/ |
| D | aic7xxx_inline.h | 244 u_int remote_id, 291 u_int remote_id, struct ahc_tmode_tstate **tstate) in ahc_fetch_transinfo() argument 304 return (&(*tstate)->transinfo[remote_id]); in ahc_fetch_transinfo()
|
| D | aic79xx_inline.h | 494 u_int remote_id, struct ahd_tmode_tstate **tstate) in ahd_fetch_transinfo() argument 505 return (&(*tstate)->transinfo[remote_id]); in ahd_fetch_transinfo()
|