| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_peer.c | 192 && (-1 == mode || p->hmode == mode) in findexistingpeer_name() 238 sptoa(&peer->srcadr), mode, peer->hmode, in findexistingpeer_addr() 245 if ((-1 == mode || peer->hmode == mode || in findexistingpeer_addr() 322 if (p->hmode != MODE_BCLIENT && p->dstadr != rbufp->dstadr) in findpeer() 333 *action = MATCH_ASSOC(p->hmode, pkt_mode); in findpeer() 577 u_char hmode, in peer_config() argument 594 switch (hmode) { in peer_config() 627 return newpeer(srcadr, hostname, dstadr, ippeerlimit, hmode, version, in peer_config() 675 (INT_MCASTIF & dstadr->flags) && MODE_CLIENT == p->hmode) { in set_peerdstadr() 717 stoa(&p->dstadr->sin), stoa(&p->srcadr), p->hmode, in peer_refresh_interface() [all …]
|
| D | ntp_config.c | 139 u_char hmode; /* MODE_* */ member 276 static int is_sane_resolved_address(sockaddr_u *peeraddr, int hmode); 1431 int hmode, in create_peer_node() argument 1447 my_node->host_mode = hmode; in create_peer_node() 4283 int hmode in is_sane_resolved_address() argument 4297 if ((T_Server == hmode || T_Peer == hmode || T_Pool == hmode) in is_sane_resolved_address() 4304 if (T_Manycastclient == hmode && !IS_MCAST(peeraddr)) { in is_sane_resolved_address() 4354 int hmode; in peerflag_bits() local 4359 hmode = pn->host_mode; in peerflag_bits() 4400 if ( MODE_CLIENT == hmode ) { in peerflag_bits() [all …]
|
| D | ntp_proto.c | 589 poll_update(peer, hpoll, (peer->hmode == MODE_CLIENT)); in transmit() 590 if (peer->hmode != MODE_BCLIENT) in transmit() 2540 poll_update(peer, peer->hpoll, (peer->hmode == MODE_CLIENT)); in receive() 2877 && MODE_CLIENT == peer->hmode in process_packet() 2882 peer->hmode = MODE_BCLIENT; in process_packet() 2884 peer->hmode = MODE_BCLIENT; in process_packet() 2887 peer->hmode = MODE_BCLIENT; in process_packet() 3276 if (peer->hmode == MODE_BCLIENT) in peer_clear() 4163 peer->hmode); in peer_xmit() 4202 if (peer->hmode == MODE_BROADCAST) { /* bcst */ in peer_xmit() [all …]
|
| D | ntp_request.c | 691 ip->hmode = pp->hmode; in list_peers() 783 ips->hmode = pp->hmode; in list_peers_sum() 894 ip->hmode = pp->hmode; in peer_info() 1085 is->peer_mode = sys_peer->hmode; in sys_info() 1362 if (temp_cp.hmode > MODE_BCLIENT) { in do_conf() 1382 temp_cp.hmode, temp_cp.version, temp_cp.minpoll, in do_conf()
|
| D | ntp_refclock.c | 281 switch (peer->hmode) { in refclock_newpeer()
|
| D | ntp_control.c | 2001 ? sys_peer->hmode in ctl_putsys() 2664 ctl_putuint(peer_var[id].text, p->hmode); in ctl_putpeer()
|
| D | ntp_crypto.c | 353 if (peer->hmode == MODE_BROADCAST) in make_keylist()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | remote-fileio.c | 153 mode_t hmode = 0; in remote_fileio_mode_to_host() local 158 hmode |= S_IFREG; in remote_fileio_mode_to_host() 160 hmode |= S_IFDIR; in remote_fileio_mode_to_host() 162 hmode |= S_IFCHR; in remote_fileio_mode_to_host() 165 hmode |= S_IRUSR; in remote_fileio_mode_to_host() 167 hmode |= S_IWUSR; in remote_fileio_mode_to_host() 169 hmode |= S_IXUSR; in remote_fileio_mode_to_host() 172 hmode |= S_IRGRP; in remote_fileio_mode_to_host() 176 hmode |= S_IWGRP; in remote_fileio_mode_to_host() 180 hmode |= S_IXGRP; in remote_fileio_mode_to_host() [all …]
|
| D | tracectf.c | 317 mode_t hmode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH; in ctf_start() local 320 if (mkdir (dirname, hmode) && errno != EEXIST) in ctf_start()
|
| /netbsd/src/external/bsd/ntp/dist/ntpdc/ |
| D | layout.std | 38 offsetof(hmode) = 6 53 offsetof(hmode) = 15 68 offsetof(hmode) = 12 229 offsetof(hmode) = 4 240 offsetof(hmode) = 4
|
| D | ntpdc_ops.c | 391 modetoa(plist->hmode), strhost); in peerlist() 477 else if (plist->hmode == MODE_ACTIVE) in dopeers() 479 else if (plist->hmode == MODE_PASSIVE) in dopeers() 481 else if (plist->hmode == MODE_CLIENT) in dopeers() 483 else if (plist->hmode == MODE_BROADCAST) in dopeers() 485 else if (plist->hmode == MODE_BCLIENT) in dopeers() 606 modetoa(pp->hmode), modetoa(pp->pmode), in printpeer() 722 pl->hmode = pl->flags = 0; in showpeer() 798 pl->hmode = plist[qitems].flags = 0; in peerstats() 1452 cpeer.hmode = (u_char) mode; in doconfig()
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_request.h | 361 u_char hmode; /* mode for this peer */ member 381 u_char hmode; /* peer mode */ member 401 u_char hmode; /* peer.hmode */ member 608 u_char hmode; /* mode, either broadcast, active or client */ member 620 u_char hmode; /* mode, either broadcast, active or client */ member
|
| D | ntp_config.h | 310 peer_node *create_peer_node(int hmode, address_node *addr,
|
| D | ntp.h | 275 u_char hmode; /* local association mode */ member
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | internal-fn.cc | 1796 scalar_int_mode hmode, wmode; in expand_mul_overflow() local 1883 else if (int_mode_for_size (prec / 2, 1).exists (&hmode) in expand_mul_overflow() 1884 && 2 * GET_MODE_PRECISION (hmode) == prec) in expand_mul_overflow() 1895 unsigned int hprec = GET_MODE_PRECISION (hmode); in expand_mul_overflow() 1898 hipart0 = convert_modes (hmode, mode, hipart0, uns); in expand_mul_overflow() 1899 rtx lopart0 = convert_modes (hmode, mode, op0, uns); in expand_mul_overflow() 1902 signbit0 = expand_shift (RSHIFT_EXPR, hmode, lopart0, hprec - 1, in expand_mul_overflow() 1906 hipart1 = convert_modes (hmode, mode, hipart1, uns); in expand_mul_overflow() 1907 rtx lopart1 = convert_modes (hmode, mode, op1, uns); in expand_mul_overflow() 1910 signbit1 = expand_shift (RSHIFT_EXPR, hmode, lopart1, hprec - 1, in expand_mul_overflow() [all …]
|
| /netbsd/src/external/bsd/ntp/dist/sntp/ |
| D | networking.h | 51 u_char hmode; member
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | sync.md | 426 machine_mode hmode = <CASHMODE>mode; 431 gen_lowpart (hmode, operands[4]), gen_highpart (hmode, operands[4]),
|
| D | i386-expand.cc | 23373 machine_mode mode = GET_MODE (target_val), hmode = mode; in ix86_expand_cmpxchg_loop() local 23391 hmode = DImode; in ix86_expand_cmpxchg_loop() 23397 hmode = SImode; in ix86_expand_cmpxchg_loop() 23418 rtx low_new_mem = gen_lowpart (hmode, new_mem); in ix86_expand_cmpxchg_loop() 23419 rtx low_exp_input = gen_lowpart (hmode, exp_input); in ix86_expand_cmpxchg_loop() 23420 rtx high_new_mem = gen_highpart (hmode, new_mem); in ix86_expand_cmpxchg_loop() 23421 rtx high_exp_input = gen_highpart (hmode, exp_input); in ix86_expand_cmpxchg_loop() 23423 hmode, 1, cmp_label, in ix86_expand_cmpxchg_loop() 23426 hmode, 1, cmp_label, in ix86_expand_cmpxchg_loop() 23437 gen_lowpart (hmode, new_input), in ix86_expand_cmpxchg_loop() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cris/ |
| D | traps.c | 2661 int hmode = 0; in cris_break_13_handler() local 2688 #define X_AFLAG(x) if (mode & TARGET_ ## x) hmode |= x in cris_break_13_handler() 2695 if (access (pbuf, hmode) != 0) in cris_break_13_handler()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| D | pdp11.md | 76 (define_mode_attr hmode [(QI "hi") (HI "hi") (SI "si") (DI "di")]) 1735 emit_insn (gen_asl<QHSint:hmode>_op (operands[0], operands[1], operands[2])); 1761 emit_insn (gen_asl<QHSint:hmode>_op (operands[0], operands[1], operands[2])); 1795 emit_insn (gen_asl<QHSint:hmode>_op (operands[0], r,
|
| /netbsd/src/external/bsd/ntp/dist/ntpq/ |
| D | ntpq-subs.c | 1691 long hmode = 0; in doprintpeers() local 1763 decodeint(value, &hmode); in doprintpeers() 1866 switch (hmode) { in doprintpeers()
|
| D | ntpq.texi | 704 @item @code{hmode}
|
| D | ntpq-opts.def | 932 .It Cm hmode
|
| D | invoke-ntpq.texi | 812 @item @code{hmode}
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/ |
| D | ctrl_iface.c | 4664 char *pos, *end, *hmode; in ctrl_iface_get_capability_channels() local 4672 hmode = "B"; in ctrl_iface_get_capability_channels() 4675 hmode = "G"; in ctrl_iface_get_capability_channels() 4678 hmode = "A"; in ctrl_iface_get_capability_channels() 4681 hmode = "AD"; in ctrl_iface_get_capability_channels() 4686 ret = os_snprintf(pos, end - pos, "Mode[%s] Channels:", hmode); in ctrl_iface_get_capability_channels() 4714 char *pos, *end, *hmode; in ctrl_iface_get_capability_freq() local 4722 hmode = "B"; in ctrl_iface_get_capability_freq() 4725 hmode = "G"; in ctrl_iface_get_capability_freq() 4728 hmode = "A"; in ctrl_iface_get_capability_freq() [all …]
|