Home
last modified time | relevance | path

Searched refs:ours (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/linux/net/x25/
H A Dx25_facilities.c269 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 Dethtool.py192 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 Dpreinit-mounts.bb20 # ours is enabled instead.
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A Duse-env-for-perl.patch11 that /usr/bin/env perl will always return ours (if it has been built).
/openbmc/linux/arch/powerpc/boot/dts/
H A Dps3.dts39 * here so we can bring up both of ours. See smp_setup_cpu_maps().
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/
H A Dphosphor-static-norootfs-init.bb64 # ours is enabled instead.
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0004-make.bash-override-CC-when-building-dist-and-go_boot.patch36 # Throw ours, built with the bootstrap toolchain, away after bootstrap.
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/
H A D0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch8 for expired certs (which is upstream concern, but not ours).
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.conf61 ; 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 Dethtool-user.h638 __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 Dethtool-user.c1883 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 Dpinctrl-wpcm450.c312 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 Ddlmdomain.c727 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 Daic7xxx_osm.c1571 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 Daic79xx_osm.c1656 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 Dudp.c2569 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 DGPL-1.0-only43 Also, for each author`s protection and ours, we want to make certain
H A DGPL-1.0-or-later40 Also, for each author's protection and ours, we want to make certain that
H A DAGPL-1.0-or-later20 Also, for each author's protection and ours, we want to make certain that everyone understands that…
H A DAGPL-1.0-only20 Also, for each author's protection and ours, we want to make certain that everyone understands that…
/openbmc/linux/LICENSES/deprecated/
H A DGPL-1.052 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 DGPL-LICENSE.txt43 Also, for each author's protection and ours, we want to make certain
/openbmc/openbmc/poky/bitbake/
H A DLICENSE.GPL-2.0-only43 Also, for each author's protection and ours, we want to make certain
/openbmc/openbmc/poky/
H A DLICENSE.GPL-2.0-only43 Also, for each author's protection and ours, we want to make certain
/openbmc/linux/LICENSES/preferred/
H A DGPL-2.062 Also, for each author's protection and ours, we want to make certain

12