/openbmc/linux/net/x25/ |
H A D | x25_facilities.c | 269 struct x25_facilities *ours = &x25->facilities; in x25_negotiate_facilities() local 274 memcpy(new, ours, sizeof(*new)); in x25_negotiate_facilities() 284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities() 294 int ours_in = ours->throughput & 0x0f; in x25_negotiate_facilities() 295 int ours_out = ours->throughput & 0xf0; in x25_negotiate_facilities() 308 if (theirs.pacsize_in < ours->pacsize_in) { in x25_negotiate_facilities() 312 if (theirs.pacsize_out < ours->pacsize_out) { in x25_negotiate_facilities() 319 if (theirs.winsize_in < ours->winsize_in) { in x25_negotiate_facilities() 323 if (theirs.winsize_out < ours->winsize_out) { in x25_negotiate_facilities()
|
/openbmc/linux/tools/net/ynl/ |
H A D | ethtool.py | 192 ours = bits_to_dict(eee['modes-ours']) 206 print_speed('Advertised EEE link modes', ours) 341 ours = bits_to_dict(linkmodes['ours']) 344 ports = [ p for p in supported_ports if ours.get(p, False)] 347 print_speed('Supported link modes', ours) 349 print_field(ours, ('Pause', 'Supported pause frame use', 'yn')) 350 print_field(ours, ('Autoneg', 'Supports auto-negotiation', 'yn')) 353 fec = [ p for p in supported_fec if ours.get(p, False)]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/ |
H A D | preinit-mounts.bb | 20 # ours is enabled instead.
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
H A D | use-env-for-perl.patch | 11 that /usr/bin/env perl will always return ours (if it has been built).
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | ps3.dts | 39 * here so we can bring up both of ours. See smp_setup_cpu_maps().
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/ |
H A D | phosphor-static-norootfs-init.bb | 64 # ours is enabled instead.
|
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/ |
H A D | 0004-make.bash-override-CC-when-building-dist-and-go_boot.patch | 36 # Throw ours, built with the bootstrap toolchain, away after bootstrap.
|
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/ |
H A D | 0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch | 8 for expired certs (which is upstream concern, but not ours).
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | php-fpm.conf | 61 ; Available Units: s(econds), m(inutes), h(ours), or d(ays) 67 ; Available units: s(econds), m(inutes), h(ours), or d(ays)
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.h | 638 __u32 ours:1; member 650 struct ethtool_bitset ours; member 741 __u32 ours:1; member 753 struct ethtool_bitset ours; member 806 req->_present.ours = 1; in ethtool_linkmodes_set_req_set_ours_nomask() 807 req->ours._present.nomask = 1; in ethtool_linkmodes_set_req_set_ours_nomask() 813 req->_present.ours = 1; in ethtool_linkmodes_set_req_set_ours_size() 814 req->ours._present.size = 1; in ethtool_linkmodes_set_req_set_ours_size() 815 req->ours.size = size; in ethtool_linkmodes_set_req_set_ours_size() 822 free(req->ours.bits.bit); in __ethtool_linkmodes_set_req_set_ours_bits_bit() [all …]
|
H A D | ethtool-user.c | 1883 ethtool_bitset_free(&rsp->ours); in ethtool_linkmodes_get_rsp_free() 1918 dst->_present.ours = 1; in ethtool_linkmodes_get_rsp_parse() 1921 parg.data = &dst->ours; in ethtool_linkmodes_get_rsp_parse() 2011 ethtool_bitset_free(&rsp->obj.ours); in ethtool_linkmodes_get_list_free() 2052 ethtool_bitset_free(&rsp->obj.ours); in ethtool_linkmodes_get_ntf_free() 2062 ethtool_bitset_free(&req->ours); in ethtool_linkmodes_set_req_free() 2080 if (req->_present.ours) in ethtool_linkmodes_set() 2081 ethtool_bitset_put(nlh, ETHTOOL_A_LINKMODES_OURS, &req->ours); in ethtool_linkmodes_set()
|
/openbmc/linux/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-wpcm450.c | 312 unsigned long ours; in wpcm450_gpio_irqhandler() local 315 ours = GENMASK(gpio->bank->num_irqs - 1, 0) << gpio->bank->first_irq_bit; in wpcm450_gpio_irqhandler() 321 pending &= ours; in wpcm450_gpio_irqhandler()
|
/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmdomain.c | 727 struct dlm_protocol_version *ours, in dlm_query_join_proto_check() argument 733 if (!dlm_protocol_compare(ours, &proto)) { in dlm_query_join_proto_check() 750 ours->pv_major, in dlm_query_join_proto_check() 751 ours->pv_minor); in dlm_query_join_proto_check()
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 1571 int ours; in ahc_linux_isr() local 1575 ours = ahc_intr(ahc); in ahc_linux_isr() 1577 return IRQ_RETVAL(ours); in ahc_linux_isr()
|
H A D | aic79xx_osm.c | 1656 int ours; in ahd_linux_isr() local 1660 ours = ahd_intr(ahd); in ahd_linux_isr() 1662 return IRQ_RETVAL(ours); in ahd_linux_isr()
|
/openbmc/linux/net/ipv4/ |
H A D | udp.c | 2569 int ours; in udp_v4_early_demux() local 2584 ours = ip_check_mc_rcu(in_dev, iph->daddr, iph->saddr, in udp_v4_early_demux() 2586 if (!ours) in udp_v4_early_demux()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | GPL-1.0-only | 43 Also, for each author`s protection and ours, we want to make certain
|
H A D | GPL-1.0-or-later | 40 Also, for each author's protection and ours, we want to make certain that
|
H A D | AGPL-1.0-or-later | 20 Also, for each author's protection and ours, we want to make certain that everyone understands that…
|
H A D | AGPL-1.0-only | 20 Also, for each author's protection and ours, we want to make certain that everyone understands that…
|
/openbmc/linux/LICENSES/deprecated/ |
H A D | GPL-1.0 | 52 Also, for each author's protection and ours, we want to make certain
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/ |
H A D | GPL-LICENSE.txt | 43 Also, for each author's protection and ours, we want to make certain
|
/openbmc/openbmc/poky/bitbake/ |
H A D | LICENSE.GPL-2.0-only | 43 Also, for each author's protection and ours, we want to make certain
|
/openbmc/openbmc/poky/ |
H A D | LICENSE.GPL-2.0-only | 43 Also, for each author's protection and ours, we want to make certain
|
/openbmc/linux/LICENSES/preferred/ |
H A D | GPL-2.0 | 62 Also, for each author's protection and ours, we want to make certain
|