Home
last modified time | relevance | path

Searched refs:bind (Results 151 – 175 of 1435) sorted by relevance

12345678910>>...58

/openbmc/openpower-vpd-parser/rules/
H A D70-ibm-vpd-parser.rules2 SUBSYSTEM=="i2c", DRIVER=="ee1004", ACTION=="bind", TAG+="systemd", ENV{SYSTEMD_WANTS}+="ibm-isdimm…
/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.cpp60 bus, std::bind(std::mem_fn(&System::powerStateChanged), this, in System()
72 std::bind(&System::inventoryOnlineCb, this, std::placeholders::_1)); in start()
190 std::bind(&System::tachSignalOffline, this, in subscribeSensorsToServices()
356 std::bind(std::mem_fn(&System::logShutdownError), this); in setFaultConfig()
/openbmc/linux/tools/testing/selftests/net/
H A Dreuseport_bpf.c170 if (bind(fd[i], addr, sockaddr_size())) in build_recv_group()
200 if (bind(fd, saddr, sockaddr_size())) in send_from()
328 if (bind(fd1, addr, sockaddr_size())) in test_extra_filter()
331 if (!bind(fd2, addr, sockaddr_size()) || errno != EADDRINUSE) in test_extra_filter()
372 if (bind(fd, addr, sockaddr_size())) in test_filter_no_reuseport()
/openbmc/pldm/fw-update/
H A Ddevice_updater.cpp105 std::bind(&DeviceUpdater::sendPassCompTableRequest, this, in requestUpdate()
243 std::bind(&DeviceUpdater::sendUpdateComponentRequest, this, in passCompTable()
251 std::bind(&DeviceUpdater::sendPassCompTableRequest, this, in passCompTable()
637 std::bind(&DeviceUpdater::sendActivateFirmwareRequest, this)); in applyComplete()
644 std::bind(&DeviceUpdater::sendUpdateComponentRequest, this, in applyComplete()
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/platform/ampere-driver-binder/
H A Dampere-power-on-driver-binder@.service8 ExecStart=/bin/sh -c "if command -v ampere_power_on_driver_binder.sh; then echo 'Try to bind driver…
H A Dampere-host-on-driver-binder@.service8 ExecStart=/bin/sh -c "if command -v ampere_host_on_driver_binder.sh; then echo 'Try to bind driver …
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_sample.sh576 local bind=$1; shift
585 tc filter add dev $port $bind protocol ip pref 1 handle 101 flower \
603 tc filter del dev $port $bind protocol ip pref 1 handle 101 flower
605 tc filter add dev $port $bind protocol ip pref 1 handle 101 flower \
619 log_test "tc sample (w/ flower) rate ($bind)"
621 tc filter del dev $port $bind protocol ip pref 1 handle 101 flower
/openbmc/phosphor-power/
H A Ddevice_monitor.hpp45 timer(e, std::bind(&DeviceMonitor::analyze, this), i) in DeviceMonitor()
/openbmc/linux/arch/alpha/include/asm/
H A Dagp_backend.h37 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *); member
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/
H A Dir35221-on-unbind@.service9 ExecStart=/usr/bin/ir35221-unbind-bind.sh unbind
/openbmc/witherspoon-pfault-analysis/
H A Ddevice_monitor.hpp45 timer(e, std::bind(&DeviceMonitor::analyze, this), i) in DeviceMonitor()
/openbmc/u-boot/drivers/misc/
H A Dtegra_car.c64 .bind = tegra_car_bpmp_bind,
/openbmc/phosphor-bmc-code-mgmt/
H A Dsync_manager_main.cpp29 *loop, std::bind(std::mem_fn(&Sync::processEntry), &syncManager, in main()
H A Dimage_manager_main.cpp27 loop, std::bind(std::mem_fn(&Manager::processImage), &imageManager, in main()
/openbmc/openpower-proc-control/extensions/phal/
H A Dfw_update_watch.hpp47 std::bind(std::mem_fn(&Watch::fwIntfAddedCallback), this, in Watch()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-awesomeversion_24.2.0.bb1 …ersion package to find them, One version package to bring them all, and in the darkness bind them."
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/
H A Dgv100.c46 .bind = gv100_ce_cclass_bind,
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js51 bind: $.proxy,
374 return fn.bind ? fn.bind(context) : function() {
527 bind: function() {
529 onBlur = _.bind(this._onBlur, this);
530 onFocus = _.bind(this._onFocus, this);
531 onKeydown = _.bind(this._onKeydown, this);
532 onInput = _.bind(this._onInput, this);
541 _.defer(_.bind(that._onInput, that, $e));
924 bind: function() {
926 onSelectableClick = _.bind(this._onSelectableClick, this);
[all …]
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/
H A Dswitchers.js213 $('.version_switcher_placeholder select').bind('change', on_version_switch);
218 $('.doctype_switcher_placeholder select').bind('change', on_doctype_switch);
/openbmc/qemu/include/sysemu/
H A Dos-win32.h201 #undef bind
202 #define bind qemu_bind_wrap macro
/openbmc/linux/Documentation/networking/device_drivers/ethernet/amd/
H A Dpds_vfio_pci.rst24 Shown below are the steps to bind the driver to a VF and also to the
48 echo "$VF_BDF" > /sys/bus/pci/drivers/pds-vfio-pci/bind
/openbmc/u-boot/tools/
H A Dncb.c27 bind (s, (struct sockaddr *) &addr, sizeof addr); in main()
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/ibm-ac-server/
H A Dir35221-unbind-bind.sh23 echo "$device" > $driver_path/bind || ret=$?
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/
H A Dconn-states-8.dot3 WFConnection -> Unconnected [ label = "unable to bind()" ]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dmy.cnf20 bind-address = localhost

12345678910>>...58