/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_utils.cpp | 173 data.insert(data.end(), privateHeaderSection.begin(), in pelDataFactory() 175 data.insert(data.end(), userHeaderSection.begin(), in pelDataFactory() 177 data.insert(data.end(), srcSectionNoCallouts.begin(), in pelDataFactory() 179 data.insert(data.end(), failingMTMSSection.begin(), in pelDataFactory() 181 data.insert(data.end(), UserDataSection.begin(), in pelDataFactory() 183 data.insert(data.end(), ExtUserHeaderSection.begin(), in pelDataFactory() 185 data.insert(data.end(), extendedUserDataSection.begin(), in pelDataFactory() 190 data.insert(data.end(), privateHeaderSection.begin(), in pelDataFactory() 194 data.insert(data.end(), userHeaderSection.begin(), in pelDataFactory() 198 data.insert(data.end(), srcSectionNoCallouts.begin(), in pelDataFactory() [all …]
|
/openbmc/linux/drivers/md/bcache/ |
H A D | extents.c | 228 struct bkey *insert, in bch_btree_ptr_insert_fixup() argument 234 if (!KEY_OFFSET(insert)) in bch_btree_ptr_insert_fixup() 324 struct bkey *insert, in bch_extent_insert_fixup() argument 333 BUG_ON(!KEY_OFFSET(insert)); in bch_extent_insert_fixup() 334 BUG_ON(!KEY_SIZE(insert)); in bch_extent_insert_fixup() 342 if (bkey_cmp(&START_KEY(k), insert) >= 0) { in bch_extent_insert_fixup() 349 if (bkey_cmp(k, &START_KEY(insert)) <= 0) in bch_extent_insert_fixup() 378 if (KEY_START(k) > KEY_START(insert) + sectors_found) in bch_extent_insert_fixup() 393 sectors_found = KEY_OFFSET(k) - KEY_START(insert); in bch_extent_insert_fixup() 396 if (bkey_cmp(insert, k) < 0 && in bch_extent_insert_fixup() [all …]
|
/openbmc/linux/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 460 #define insert(version, mem, ipa, ipb, ipc, ipd, cidr) \ macro 513 insert(4, a, 192, 168, 4, 0, 24); in wg_allowedips_selftest() 514 insert(4, b, 192, 168, 4, 4, 32); in wg_allowedips_selftest() 515 insert(4, c, 192, 168, 0, 0, 16); in wg_allowedips_selftest() 516 insert(4, d, 192, 95, 5, 64, 27); in wg_allowedips_selftest() 518 insert(4, c, 192, 95, 5, 65, 27); in wg_allowedips_selftest() 519 insert(6, d, 0x26075300, 0x60006b00, 0, 0xc05f0543, 128); in wg_allowedips_selftest() 520 insert(6, c, 0x26075300, 0x60006b00, 0, 0, 64); in wg_allowedips_selftest() 521 insert(4, e, 0, 0, 0, 0, 0); in wg_allowedips_selftest() 522 insert(6, e, 0, 0, 0, 0, 0); in wg_allowedips_selftest() [all …]
|
/openbmc/qemu/tests/tcg/tricore/asm/ |
H A D | test_insert.S | 7 TEST_D_DIDI(insert, 1, 0x7fffffff, 0xffffffff, 0xa, 0x10, 0x8) 11 TEST_D_DIII(insert, 2, 0xd38fe370, 0xd38fe370, 0x4, 0x4 , 0x0) 12 TEST_D_DIII(insert, 3, 0xd38fe374, 0xd38fe370, 0x4, 0x0 , 0x4) 16 TEST_D_DDII(insert, 4, 0x03c1e53c, 0x03c1e53c, 0x45821385, 0x7 ,0x0) 20 TEST_D_DIE(insert, 5, 0xe30c308d, 0xe30c308d ,0x3 , 0x00000000 ,0x00000000) 21 TEST_D_DIE(insert, 6, 0x669b0120, 0x669b2820 ,0x2 , 0x5530a1c7 ,0x3a2b0f67)
|
/openbmc/linux/virt/kvm/ |
H A D | coalesced_mmio.c | 70 __u32 insert; in coalesced_mmio_write() local 77 insert = READ_ONCE(ring->last); in coalesced_mmio_write() 78 if (!coalesced_mmio_has_room(dev, insert) || in coalesced_mmio_write() 79 insert >= KVM_COALESCED_MMIO_MAX) { in coalesced_mmio_write() 86 ring->coalesced_mmio[insert].phys_addr = addr; in coalesced_mmio_write() 87 ring->coalesced_mmio[insert].len = len; in coalesced_mmio_write() 88 memcpy(ring->coalesced_mmio[insert].data, val, len); in coalesced_mmio_write() 89 ring->coalesced_mmio[insert].pio = dev->zone.pio; in coalesced_mmio_write() 91 ring->last = (insert + 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_write()
|
/openbmc/qemu/tests/unit/ |
H A D | test-qht.c | 24 static void insert(int a, int b) in insert() function 182 insert(0, 4); in qht_do_test() 186 insert(3, 6); in qht_do_test() 198 insert(0, N); in qht_do_test() 206 insert(N, N * 2); in qht_do_test() 210 insert(101, 102); in qht_do_test() 215 insert(150, 200); in qht_do_test() 217 insert(10, 150); in qht_do_test() 221 insert(0, N); in qht_do_test()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | systemd_utils.hpp | 35 ret.insert(8, 1, '-'); in getUuid() 36 ret.insert(13, 1, '-'); in getUuid() 37 ret.insert(18, 1, '-'); in getUuid() 38 ret.insert(23, 1, '-'); in getUuid()
|
/openbmc/phosphor-led-manager/test/ |
H A D | utest-group-priority.cpp | 59 assertedGroups.insert(&mygroup); in TEST_F() 105 assertedGroups.insert(&groupA); in TEST_F() 106 assertedGroups.insert(&groupB); in TEST_F() 107 assertedGroups.insert(&groupC); in TEST_F() 191 assertedGroups.insert(&groups->at(groupOffServiceAction)); in TEST_F() 200 assertedGroups.insert(&groups->at(groupSysOnOk)); in TEST_F() 208 assertedGroups.insert(&groups->at(groupSysOffFault)); in TEST_F() 216 assertedGroups.insert(&groups->at(groupSysOffFault)); in TEST_F() 224 assertedGroups.insert(&groups->at(groupSysOnFault)); in TEST_F() 232 assertedGroups.insert(&groups->at(groupSysOffLocate)); in TEST_F() [all …]
|
/openbmc/phosphor-debug-collector/test/ |
H A D | debug_inif_test.cpp | 48 e.insert(1); in TEST_F() 49 e.insert(2); in TEST_F() 50 e.insert(3); in TEST_F() 60 e.insert(1); in TEST_F() 69 e.insert(1); in TEST()
|
/openbmc/u-boot/common/ |
H A D | cli_readline.c | 201 static void cread_add_char(char ichar, int insert, unsigned long *num, in cread_add_char() argument 207 if (insert || *num == *eol_num) { in cread_add_char() 215 if (insert) { in cread_add_char() 234 static void cread_add_str(char *str, int strsize, int insert, in cread_add_str() argument 239 cread_add_char(*str, insert, num, eol_num, buf, len); in cread_add_str() 251 int insert = 1; in cread_line() local 358 cread_add_str(esc_save, esc_len, insert, in cread_line() 419 insert = !insert; in cread_line() 494 cread_add_char(ichar, insert, &num, &eol_num, buf, in cread_line()
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | read_write_overlap.c | 37 #define insert(RES, X, WIDTH, OFFSET) \ macro 47 insert(res, 0x12345678, 8, 1); in test_insert() 49 insert(res, 0x12345678, 0, 1); in test_insert() 51 insert(res, 0x12345678, 20, 16); in test_insert()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | 0007-Deleted-settiong-of-python-to-fix-the-install-confli.patch | 17 sys.path.insert(0, "/usr/lib64/python3.10/site-packages") 20 sys.path.insert(0, "/usr/lib/python3.10/site-packages") 46 -sys.path.insert(0, "bin/python") 58 -sys.path.insert(0, "bin/python") 70 -sys.path.insert(0, "bin/python") 82 -sys.path.insert(0, "bin/python") 94 -sys.path.insert(0, "bin/python") 106 -sys.path.insert(0, "bin/python") 118 -sys.path.insert(0, "bin/python")
|
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | valgrindPlugin.py | 83 cmdlist.insert(0, '--track-origins=yes') 84 cmdlist.insert(0, '--show-leak-kinds=definite,indirect') 85 cmdlist.insert(0, '--leak-check=full') 86 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid)) 87 cmdlist.insert(0, '-v') # ask for summary of non-leak errors 88 cmdlist.insert(0, ENVIR['VALGRIND_BIN'])
|
H A D | nsPlugin.py | 64 cmdlist.insert(0, self.args.NAMES['NS']) 65 cmdlist.insert(0, 'exec') 66 cmdlist.insert(0, 'netns') 67 cmdlist.insert(0, self.args.NAMES['IP'])
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | DefaultKeyAssignments | 6 We have remapped the insert or zero key on the keypad to act as a 8 InsKeyPad-period means hold down the insert key like a shift key and 31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup) 32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn) 33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home) 34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end)
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | max8925_battery.txt | 9 - no-insert-detect: whether support insert detect 17 no-insert-detect = <0>;
|
/openbmc/fb-ipmi-oem/src/ |
H A D | appcommands.cpp | 433 respData.insert(respData.end(), std::begin(sysInfoParams.sys_name), in ipmiAppGetSysInfoParams() 437 respData.insert(respData.end(), in ipmiAppGetSysInfoParams() 442 respData.insert(respData.end(), in ipmiAppGetSysInfoParams() 447 respData.insert(respData.end(), in ipmiAppGetSysInfoParams() 452 respData.insert(respData.end(), std::begin(sysInfoParams.bmc_url), in ipmiAppGetSysInfoParams() 456 respData.insert(respData.end(), std::begin(sysInfoParams.os_hv_url), in ipmiAppGetSysInfoParams() 461 respData.insert( in ipmiAppGetSysInfoParams() 467 respData.insert(respData.end(), in ipmiAppGetSysInfoParams() 472 respData.insert(respData.end(), in ipmiAppGetSysInfoParams() 477 respData.insert(respData.end(), in ipmiAppGetSysInfoParams()
|
/openbmc/phosphor-led-manager/manager/ |
H A D | manager.cpp | 88 sorted.insert(it); in getNewMap() 114 assertedGroups.insert(&ledMap.at(path)); in setGroupState() 142 ledsAssert.insert(action); in setGroupState() 150 ledsDeAssert.insert(action); in setGroupState() 280 failedLedsDeAssert.insert(it); in driveLedsHandler() 291 failedLedsAssert.insert(it); in driveLedsHandler()
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/ |
H A D | test_binary_search.py | 104 ls.insert(binary_search(ls, v), v) 114 ls2.insert(i, v) 134 ls.insert(i, v)
|
/openbmc/slpd-lite/ |
H A D | slp_parser.cpp | 81 req.header.langtag.insert( in parseHeader() 143 req.body.srvtyperqst.prList.insert(0, (const char*)buff.data() + pos, in parseSrvTypeRqst() 178 req.body.srvtyperqst.namingAuth.insert( in parseSrvTypeRqst() 206 req.body.srvtyperqst.scopeList.insert(0, (const char*)buff.data() + pos, in parseSrvTypeRqst() 257 req.body.srvrqst.prList.insert(0, (const char*)buff.data() + pos, in parseSrvRqst() 284 req.body.srvrqst.srvType.insert(0, (const char*)buff.data() + pos, in parseSrvRqst() 311 req.body.srvrqst.scopeList.insert(0, (const char*)buff.data() + pos, in parseSrvRqst() 337 req.body.srvrqst.predicate.insert(0, (const char*)buff.data() + pos, in parseSrvRqst() 363 req.body.srvrqst.spistr.insert(0, (const char*)buff.data() + pos, in parseSrvRqst()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/ |
H A D | urls.py | 46 urlpatterns.insert(1, url(r'', include('fresh.urls'))) 51 urlpatterns.insert(1, url(r'', include(debug_toolbar.urls))) 77 urlpatterns.insert(0, url(r'^' + modulename + '/', include ( modulename + '.urls')))
|
/openbmc/bmcweb/http/ |
H A D | websocket.hpp | 115 m.insert(bf::sec_websocket_protocol, protocolHeader); in start() 118 m.insert(bf::strict_transport_security, in start() 122 m.insert(bf::pragma, "no-cache"); in start() 123 m.insert(bf::cache_control, "no-Store,no-Cache"); in start() 124 m.insert("Content-Security-Policy", "default-src 'self'"); in start() 125 m.insert("X-XSS-Protection", "1; " in start() 127 m.insert("X-Content-Type-Options", "nosniff"); in start()
|
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | ipmi_delete_unittest.cpp | 27 request.insert(request.end(), blobId.begin(), blobId.end()); in TEST() 43 request.insert(request.end(), blobId.begin(), blobId.end()); in TEST() 61 request.insert(request.end(), blobId.begin(), blobId.end()); in TEST()
|
H A D | ipmi_stat_unittest.cpp | 37 request.insert(request.end(), blobId.begin(), blobId.end()); in TEST() 54 request.insert(request.end(), blobId.begin(), blobId.end()); in TEST() 76 request.insert(request.end(), blobId.begin(), blobId.end()); in TEST() 114 request.insert(request.end(), blobId.begin(), blobId.end()); in TEST()
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | leap-a-day.c | 184 int insert = 1; in main() local 263 if (insert) in main() 320 if (insert) in main() 360 insert = !insert; in main()
|