Home
last modified time | relevance | path

Searched refs:hmode (Results 1 – 25 of 31) sorted by relevance

12

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_peer.c192 && (-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 …]
Dntp_config.c139 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 …]
Dntp_proto.c589 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 …]
Dntp_request.c691 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()
Dntp_refclock.c281 switch (peer->hmode) { in refclock_newpeer()
Dntp_control.c2001 ? sys_peer->hmode in ctl_putsys()
2664 ctl_putuint(peer_var[id].text, p->hmode); in ctl_putpeer()
Dntp_crypto.c353 if (peer->hmode == MODE_BROADCAST) in make_keylist()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dremote-fileio.c153 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 …]
Dtracectf.c317 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/
Dlayout.std38 offsetof(hmode) = 6
53 offsetof(hmode) = 15
68 offsetof(hmode) = 12
229 offsetof(hmode) = 4
240 offsetof(hmode) = 4
Dntpdc_ops.c391 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/
Dntp_request.h361 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
Dntp_config.h310 peer_node *create_peer_node(int hmode, address_node *addr,
Dntp.h275 u_char hmode; /* local association mode */ member
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dinternal-fn.cc1796 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/
Dnetworking.h51 u_char hmode; member
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dsync.md426 machine_mode hmode = <CASHMODE>mode;
431 gen_lowpart (hmode, operands[4]), gen_highpart (hmode, operands[4]),
Di386-expand.cc23373 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/
Dtraps.c2661 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/
Dpdp11.md76 (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/
Dntpq-subs.c1691 long hmode = 0; in doprintpeers() local
1763 decodeint(value, &hmode); in doprintpeers()
1866 switch (hmode) { in doprintpeers()
Dntpq.texi704 @item @code{hmode}
Dntpq-opts.def932 .It Cm hmode
Dinvoke-ntpq.texi812 @item @code{hmode}
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Dctrl_iface.c4664 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 …]

12