/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | set_device_action_tests.cpp | 48 i2c::create(1, 0x70, i2c::I2CInterface::InitialState::CLOSED); in TEST() 57 i2c::create(1, 0x72, i2c::I2CInterface::InitialState::CLOSED); in TEST()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | id_map_tests.cpp | 40 i2c::create(1, 0x70, i2c::I2CInterface::InitialState::CLOSED); in TEST() 72 i2c::create(1, 0x72, i2c::I2CInterface::InitialState::CLOSED); in TEST() 179 i2c::create(1, 0x70, i2c::I2CInterface::InitialState::CLOSED); in TEST()
|
H A D | test_utils.hpp | 46 return i2c::create(1, 0x70, i2c::I2CInterface::InitialState::CLOSED); in createI2CInterface()
|
/openbmc/openbmc/meta-hpe/meta-gxp/classes/ |
H A D | gxp-bootblock.bbclass | 1 LICENSE = "CLOSED"
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/ |
H A D | sysroot-test_1.0.bb | 2 LICENSE = "CLOSED"
|
H A D | sysroot-test-arch1_1.0.bb | 1 LICENSE = "CLOSED"
|
H A D | sysroot-test-arch2_1.0.bb | 1 LICENSE = "CLOSED"
|
H A D | sysroot-pc-test_1.0.bb | 2 LICENSE = "CLOSED"
|
H A D | sysroot-shebang-test_1.0.bb | 2 LICENSE = "CLOSED"
|
H A D | sysroot-la-test_1.0.bb | 2 LICENSE = "CLOSED"
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/ |
H A D | devtool-test-ignored.bb | 1 LICENSE = "CLOSED"
|
H A D | devtool-test-subdir.bb | 1 LICENSE = "CLOSED"
|
H A D | devtool-test-localonly.bb | 1 LICENSE = "CLOSED"
|
H A D | devtool-test-long-filename.bb | 1 LICENSE = "CLOSED"
|
H A D | devtool-patch-overrides.bb | 2 LICENSE = "CLOSED"
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | cgroup_tcp_skb.h | 20 CLOSED, enumerator
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | copyleft_filter.bbclass | 11 # By default, includes all GPL and LGPL, and excludes CLOSED and Proprietary. 17 COPYLEFT_LICENSE_EXCLUDE ?= 'CLOSED Proprietary'
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.h | 45 CLOSED, enumerator
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/logging-test/ |
H A D | logging-test.bb | 2 LICENSE = "CLOSED"
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/fans/ |
H A D | pwm-init.bb | 3 LICENSE = "CLOSED"
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | file.c | 314 if (ctx->status == CLOSED) in afu_ioctl() 378 else if (ctx->status == CLOSED) in afu_poll() 444 if (ctx_event_pending(ctx) || (ctx->status == CLOSED)) in afu_read() 500 } else if (ctx->status == CLOSED) { in afu_read()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_tcp_skb.c | 274 ASSERT_EQ(skel->bss->g_sock_state, CLOSED, "g_sock_state"); in test_cgroup_tcp_skb() 312 ASSERT_EQ(skel->bss->g_sock_state, CLOSED, "g_sock_state"); in test_cgroup_tcp_skb()
|
/openbmc/phosphor-power/tools/i2c/ |
H A D | i2c_interface.hpp | 57 CLOSED enumerator
|
/openbmc/linux/drivers/net/wan/ |
H A D | hdlc_ppp.c | 82 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator 360 if (old_state != CLOSED && proto->state == CLOSED) in ppp_cp_event() 625 proto->state = CLOSED; in ppp_start()
|
/openbmc/linux/drivers/misc/ocxl/ |
H A D | file.c | 214 closed = (ctx->status == CLOSED); in afu_ioctl() 335 closed = (ctx->status == CLOSED); in afu_poll() 421 if (ctx->status == CLOSED) in afu_read()
|