| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | res.p | 3 bond 60 9 back bond -120 from R4.V4 ; H 10 back bond 60 from R4.V3 ; H 12 bond -120 ; C 15 back bond 60 from R5.V3 ; H 16 back bond down from R5.V4 ; O 18 bond 120 from R5.V3 ; O 19 bond right lenght .1 from O ; C 20 double bond down ; O 21 bond right length .1 from C [all …]
|
| H A D | lsd1.p | 6 front bond right from R.V6 ; H 8 bond right from W.N ; CH3 9 back bond -60 from W.V5 ; H 10 bond up from W.V5 ; C 12 bond right from C ; N 13 bond 45 from N ; C2H5 14 bond 135 from N ; C2H5
|
| H A D | chem.awk | 20 RING = "R"; MOL = "M"; BOND = "B"; OTHER = "O" # manifests 28 db = scale * 0.2 # bond length 68 $1 ~ /bond/ { bond($1); next } 69 $1 ~ /^(double|triple|front|back)$/ && $2 == "bond" { 70 $1 = $1 $2; shiftfields(2); bond($1); next } 91 function bond(type, i, goes, from) { function 127 last = BOND 350 if (last == BOND) 398 error(sprintf("weird %s bond in\n\t%s", d, $0))
|
| H A D | bib | 4651 If a man vow a vow unto the LORD, or swear an oath to bind his soul with a bond; he shall not break… 4652 If a woman also vow a vow unto the LORD, and bind herself by a bond, being in her father's house in… 4653 …ow, and her bond wherewith she hath bound her soul, and her father shall hold his peace at her; th… 4659 And if she vowed in her husband's house, or bound her soul by a bond with an oath; 4660 … at her, and disallowed her not: then all her vows shall stand, and every bond wherewith she bound… 4661 …atsoever proceeded out of her lips concerning her vows, or concerning the bond of her soul, shall … 13147 He looseth the bond of kings, and girdeth their loins with a girdle. 20933 And I will cause you to pass under the rod, and I will bring you into the bond of the covenant: 25535 …aham, whom Satan hath bound, lo, these eighteen years, be loosed from this bond on the sabbath day? 27200 For I perceive that thou art in the gall of bitterness, and in the bond of iniquity. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | renesas,drif.txt | 30 property called "renesas,primary-bond". 34 the zeroth channel is selected as primary-bond. This channels accepts 35 properties common to all the members of the bond. 37 "renesas,bonding" or "renesas,primary-bond" will have no effect. That 63 - It is the only enabled channel of the bond (or) 68 - renesas,primary-bond: empty property indicating the channel acts as primary 108 renesas,primary-bond;
|
| H A D | renesas,drif.yaml | 40 property called "renesas,primary-bond". 44 the zeroth channel is selected as primary-bond. This channels accepts 45 properties common to all the members of the bond. 47 "renesas,bonding" or "renesas,primary-bond" will have no effect. That 93 renesas,primary-bond: 134 - renesas,primary-bond 188 renesas,primary-bond;
|
| /freebsd/share/dict/ |
| H A D | web2a | 26 A bond 337 adjustment bond 350 admiralty bond 417 Afrikander bond 3084 baby bond 3134 back bond 3362 bail bond 5556 bid bond 6176 block bond 6196 block-in-course bond [all …]
|
| /freebsd/share/examples/ppp/ |
| H A D | ppp.conf.span-isp | 77 # These invocations will bond together into a MP ppp invocation.
|
| /freebsd/share/man/man4/ |
| H A D | geom.4 | 195 to a provider, and detach, which breaks the bond, a number of special
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | main.c | 4039 * If the previous rdev is deleted due to bond creation in bnxt_re_task() 4163 /* In case of bonding,this will be bond's rdev */ in bnxt_re_netdev_event() 4266 * If the rdev is bond interace, destroys the lag 4300 * is rdev of bond interface. in bnxt_re_remove() 4303 /* removal of non bond interface */ in bnxt_re_remove() 4307 * removal of bond primary/secondary interface. In this in bnxt_re_remove() 4308 * case bond device is already removed, so rdev->binfo in bnxt_re_remove()
|
| H A D | bnxt_re.h | 540 * Same as espeed when bond is not configured
|
| H A D | qplib_rcfw.c | 564 * Workaround to avoid errors in the stack during bond in __bnxt_qplib_rcfw_send_message()
|
| H A D | ib_verbs.c | 138 /* In case of active-backup bond mode, return active slave */ in bnxt_re_get_netdev()
|
| /freebsd/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_port.c | 238 * Otherwise, you cannot bond (primary contains a different mac in __mlx4_register_mac() 638 * Otherwise, you cannot bond (primary contains a different vlan in __mlx4_register_vlan()
|
| H A D | mlx4_resource_tracker.c | 4993 static int mlx4_mirror_fs_rules(struct mlx4_dev *dev, bool bond) in mlx4_mirror_fs_rules() argument 5006 if ((bond && fs_rule->mirr_mbox_size) || in mlx4_mirror_fs_rules() 5007 (!bond && !fs_rule->mirr_mbox_size)) in mlx4_mirror_fs_rules() 5012 if (bond) in mlx4_mirror_fs_rules()
|
| H A D | mlx4.h | 906 struct mutex bond_mutex; /* for bond mode */
|
| H A D | mlx4_main.c | 1290 /* bond for multi-function device */ 1378 mlx4_err(dev, "Failed to bond device: %d\n", ret); in mlx4_bond() 1382 mlx4_err(dev, "bond for multifunction failed\n"); in mlx4_bond()
|
| /freebsd/contrib/pam_modules/pam_passwdqc/ |
| H A D | wordset_4k.c | 630 "bond",
|
| /freebsd/sys/contrib/alpine-hal/ |
| H A D | al_hal_pbs_regs.h | 1338 /* Not in use.Comes from bond. */
|
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_sysctl.c | 1217 "chip bond id"); in bnxt_create_ver_sysctls()
|
| H A D | hsi_struct_def.h | 2211 /* This field returns the bond id of the chip. */ 25174 * the bond group as a slave device. These member ports are combined to 25175 * create a logical bond interface. 25332 * the bond group as a slave device. These member ports are combined to 25333 * create a logical bond interface.
|
| /freebsd/sys/dev/bxe/ |
| H A D | bxe.c | 11936 uint32_t bond = CHIP_BOND_ID(sc); in bxe_initial_phy_init() local 11941 } else if (bond & 0x4) { in bxe_initial_phy_init() 11947 } else if (bond & 0x8) { in bxe_initial_phy_init() 11956 if (bond & 0x2) { in bxe_initial_phy_init() 13997 "chip_id=0x%08x (num=0x%04x rev=0x%01x metal=0x%02x bond=0x%01x)\n", in bxe_get_device_info()
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_dev.c | 5764 "Chip details - %s %c%d, Num: %04x Rev: %02x Bond id: %02x Metal: %02x\n", in ecore_get_dev_info()
|
| /freebsd/sys/dev/bce/ |
| H A D | if_bcereg.h | 539 /* A serdes chip will have the first bit of the bond id set. */
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 8107 1086 J. Bond Computer Systems 26569 8045 NX I512 BOND PF Ethernet Controller 26571 8047 NEO X510 BOND PF Ethernet Controller 26583 8063 NX I510 BOND PF Ethernet Controller 26593 806f NX I512 UPF BOND PF Ethernet Controller
|