| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | sflow_multiple_counter_30_pdus.out | 5 ifindex 55, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 17 ifindex 56, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 29 ifindex 57, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 41 ifindex 60, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 53 ifindex 61, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 65 ifindex 62, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 77 ifindex 63, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 91 ifindex 1, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 103 ifindex 2, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 115 ifindex 3, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) [all …]
|
| D | sflow-print-v6.out | 8 ifindex 23001, iftype 6, ifspeed 400000000000, ifdirection 1 (full-duplex) 21 ifindex 20001, iftype 6, ifspeed 400000000000, ifdirection 1 (full-duplex) 33 ifindex 3001, iftype 6, ifspeed 400000000000, ifdirection 1 (full-duplex) 46 ifindex 21001, iftype 6, ifspeed 400000000000, ifdirection 1 (full-duplex) 58 ifindex 18001, iftype 6, ifspeed 400000000000, ifdirection 1 (full-duplex) 70 ifindex 10001, iftype 6, ifspeed 400000000000, ifdirection 1 (full-duplex) 82 ifindex 1001, iftype 6, ifspeed 400000000000, ifdirection 1 (full-duplex) 95 ifindex 19001, iftype 6, ifspeed 400000000000, ifdirection 1 (full-duplex) 107 ifindex 8001, iftype 6, ifspeed 400000000000, ifdirection 1 (full-duplex) 119 ifindex 4001, iftype 6, ifspeed 400000000000, ifdirection 1 (full-duplex) [all …]
|
| /netbsd/src/sys/dev/pci/cxgb/ |
| D | cxgb_ael1002.c | 92 int *speed, int *duplex, int *fc) in ael100x_get_link_status() argument 111 if (duplex) in ael100x_get_link_status() 112 *duplex = DUPLEX_FULL; in ael100x_get_link_status() 274 int *speed, int *duplex, int *fc) in xaui_direct_get_link_status() argument 291 if (duplex) in xaui_direct_get_link_status() 292 *duplex = DUPLEX_FULL; in xaui_direct_get_link_status()
|
| D | cxgb_vsc8211.c | 121 int *speed, int *duplex, int *fc) in vsc8211_get_link_status() argument 185 if (duplex) in vsc8211_get_link_status() 186 *duplex = dplx; in vsc8211_get_link_status()
|
| D | cxgb_mv88e1xxx.c | 193 int *speed, int *duplex, int *fc) in mv88e1xxx_get_link_status() argument 217 if (duplex) in mv88e1xxx_get_link_status() 218 *duplex = dplx; in mv88e1xxx_get_link_status()
|
| D | cxgb_common.h | 425 unsigned char duplex; /* actual link duplex */ member 523 int (*set_speed_duplex)(struct cphy *phy, int speed, int duplex); 525 int *duplex, int *fc); 649 int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex); 704 int t3_mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex,
|
| D | cxgb_t3_hw.c | 415 int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex) in t3_set_phy_speed_duplex() argument 431 if (duplex >= 0) { in t3_set_phy_speed_duplex() 433 if (duplex == DUPLEX_FULL) in t3_set_phy_speed_duplex() 1111 int link_ok, speed, duplex, fc; in t3_link_changed() local 1117 phy->ops->get_link_status(phy, &link_ok, &speed, &duplex, &fc); in t3_link_changed() 1128 lc->duplex = duplex < 0 ? DUPLEX_INVALID : duplex; in t3_link_changed() 1136 t3_mac_set_speed_duplex_fc(mac, speed, duplex, fc); in t3_link_changed() 1140 t3_os_link_changed(adapter, port_id, link_ok, speed, duplex, fc); in t3_link_changed() 1172 lc->duplex = lc->requested_duplex; in t3_link_start() 1174 t3_mac_set_speed_duplex_fc(mac, lc->speed, lc->duplex, in t3_link_start() [all …]
|
| D | cxgb_xgmac.c | 422 int t3_mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex, int fc) in t3_mac_set_speed_duplex_fc() argument 428 if (duplex >= 0 && duplex != DUPLEX_FULL) in t3_mac_set_speed_duplex_fc()
|
| D | cxgb_adapter.h | 507 int speed, int duplex, int fc);
|
| D | cxgb_main.c | 904 int duplex, int fc) in t3_os_link_changed() argument 1538 if (p->link_config.duplex) in cxgb_media_status()
|
| /netbsd/src/external/bsd/openldap/dist/doc/guide/admin/ |
| D | guide.book | 2 ….t. --header1 ... --footer ..1 --nup 1 --tocheader .t. --tocfooter ..i --duplex --portrait --color…
|
| /netbsd/src/sys/arch/mips/sibyte/dev/ |
| D | sbmac.c | 1609 sbmac_set_duplex(struct sbmac_softc *sc, sbmac_duplex_t duplex, sbmac_fc_t fc) in sbmac_set_duplex() argument 1617 sc->sbm_duplex = duplex; in sbmac_set_duplex() 1635 switch (duplex) { in sbmac_set_duplex() 1684 panic("%s: bad duplex %d", device_xname(sc->sc_dev), duplex); in sbmac_set_duplex()
|
| /netbsd/src/sys/dev/isa/ |
| D | files.isa | 350 # channel for full-duplex operation.
|
| /netbsd/src/external/bsd/nvi/dist/docs/vi.ref/ |
| D | vi.texi | 1827 @comment Force the TOC to an odd page, in case it's a duplex printer.
|
| /netbsd/src/share/misc/ |
| D | acronyms.comp | 1730 TDD time division duplex
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | WISHLIST | 882 Full-duplex support for tlsproxy(8). This requires updating
|
| D | HISTORY | 3555 optimizations, all duplex pipe plumbing is now isolated in
|
| /netbsd/src/share/terminfo/ |
| D | terminfo | 11079 # D duplex 11099 # D duplex 11103 # D duplex 11139 # S2 4 Edit mode (U = local, D = duplex) 11183 # (including some with magic cookies), fancy half-duplex mode, and 11304 # 3: Full duplex Half duplex 11782 # full duplex (\EDF) write protect off (\E() 11789 # protect mode off (\E\047) duplex edit keys (\El) 11907 # set duplex (send) edit keys (\El) when entering vi 13981 # 3) full duplex, monitor mode off, send graphics off, nl on lf off [all …]
|
| /netbsd/src/doc/ |
| D | CHANGES.prev | 2044 audio: have audio device auto-select mode when in half-duplex when 2142 driver now uses mode flags to allow full-duplex operation 2143 as suggested by John Kohl. It also includes other full duplex 3686 two DMA channels to do e.g. full-duplex. This allows 3712 duplex on an SB16. Because of the braindead design of
|
| /netbsd/src/share/dict/ |
| D | web2a | 18536 duplex boiler 18538 duplex-numeric index 18539 duplex oxygenator
|
| D | web2 | 58695 duplex
|