/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | Makefile | 3 TEST_PROGS = bridge_igmp.sh \ 4 bridge_locked_port.sh \ 5 bridge_mdb.sh \ 6 bridge_mdb_host.sh \ 7 bridge_mdb_max.sh \ 8 bridge_mdb_port_down.sh \ 9 bridge_mld.sh \ 10 bridge_port_isolation.sh \ 11 bridge_sticky_fdb.sh \ 12 bridge_vlan_aware.sh \ [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | Makefile | 9 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh \ 10 rtnetlink.sh xfrm_policy.sh test_blackhole_dev.sh 11 TEST_PROGS += fib_tests.sh fib-onlink-tests.sh pmtu.sh udpgso.sh ip_defrag.sh 12 TEST_PROGS += udpgso_bench.sh fib_rule_tests.sh msg_zerocopy.sh psock_snd.sh 13 TEST_PROGS += udpgro_bench.sh udpgro.sh test_vxlan_under_vrf.sh reuseport_addr_any.sh 14 TEST_PROGS += test_vxlan_fdb_changelink.sh so_txtime.sh ipv6_flowlabel.sh 15 TEST_PROGS += tcp_fastopen_backup_key.sh fcnal-test.sh l2tp.sh traceroute.sh 16 TEST_PROGS += fin_ack_lat.sh fib_nexthop_multiprefix.sh fib_nexthops.sh fib_nexthop_nongw.sh 17 TEST_PROGS += altnames.sh icmp.sh icmp_redirect.sh ip6_gre_headroom.sh 18 TEST_PROGS += route_localnet.sh [all …]
|
H A D | psock_snd.sh | 25 ./in_netns.sh ./psock_snd -d 28 ./in_netns.sh ./psock_snd -d -b 31 ./in_netns.sh ./psock_snd 34 ./in_netns.sh ./psock_snd -b 37 ./in_netns.sh ./psock_snd -q 40 ./in_netns.sh ./psock_snd -V 43 ./in_netns.sh ./psock_snd -v 46 ./in_netns.sh ./psock_snd -v -c 49 (! ./in_netns.sh ./psock_snd -v -c -C) 55 ./in_netns.sh ./psock_snd -l 0 [all …]
|
H A D | ipv6_flowlabel.sh | 11 ./in_netns.sh ./ipv6_flowlabel_mgr 14 ./in_netns.sh \ 15 sh -c 'sysctl -q -w net.ipv6.auto_flowlabels=0 && ./ipv6_flowlabel -l 1' 18 ./in_netns.sh \ 19 sh -c 'sysctl -q -w net.ipv6.auto_flowlabels=1 && ./ipv6_flowlabel -l 1' 22 ./in_netns.sh \ 23 sh -c 'sysctl -q -w net.ipv6.flowlabel_reflect=4 && \ 28 ./in_netns.sh \ 29 sh -c './ipv6_flowlabel -l 1 -s' 32 ./in_netns.sh \ [all …]
|
/openbmc/obmc-console/ |
H A D | socket-handler.c | 41 struct socket_handler *sh; member 70 struct socket_handler *sh = client->sh; in client_close() local 75 console_poller_unregister(sh->console, client->poller); in client_close() 82 for (idx = 0; idx < sh->n_clients; idx++) { in client_close() 83 if (sh->clients[idx] == client) { in client_close() 88 assert(idx < sh->n_clients); in client_close() 93 sh->n_clients--; in client_close() 99 memmove(&sh->clients[idx], &sh->clients[idx + 1], in client_close() 100 sizeof(*sh->clients) * (sh->n_clients - idx)); in client_close() 101 if (sh->n_clients == 0) { in client_close() [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | aha1542.c | 207 static int aha1542_test_port(struct Scsi_Host *sh) in aha1542_test_port() argument 212 if (inb(STATUS(sh->io_port)) == 0xff) in aha1542_test_port() 218 aha1542_intr_reset(sh->io_port); /* reset interrupts, so they don't block */ in aha1542_test_port() 220 outb(SRST | IRST /*|SCRST */ , CONTROL(sh->io_port)); in aha1542_test_port() 225 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port() 229 if (inb(INTRFLAGS(sh->io_port)) & INTRMASK) in aha1542_test_port() 237 aha1542_outb(sh->io_port, CMD_INQUIRY); in aha1542_test_port() 240 if (!wait_mask(STATUS(sh->io_port), DF, DF, 0, 0)) in aha1542_test_port() 242 (void)inb(DATA(sh->io_port)); in aha1542_test_port() 246 if (inb(STATUS(sh->io_port)) & DF) in aha1542_test_port() [all …]
|
H A D | fdomain.c | 182 static int fdomain_select(struct Scsi_Host *sh, int target) in fdomain_select() argument 186 struct fdomain *fd = shost_priv(sh); in fdomain_select() 189 outb(BIT(sh->this_id) | BIT(target), fd->base + REG_SCSI_DATA_NOACK); in fdomain_select() 268 struct Scsi_Host *sh = container_of((void *)fd, struct Scsi_Host, in fdomain_work() local 276 spin_lock_irqsave(sh->host_lock, flags); in fdomain_work() 383 spin_unlock_irqrestore(sh->host_lock, flags); in fdomain_work() 405 static int fdomain_queue(struct Scsi_Host *sh, struct scsi_cmnd *cmd) in fdomain_queue() argument 418 spin_lock_irqsave(sh->host_lock, flags); in fdomain_queue() 433 spin_unlock_irqrestore(sh->host_lock, flags); in fdomain_queue() 440 struct Scsi_Host *sh = cmd->device->host; in fdomain_abort() local [all …]
|
/openbmc/linux/drivers/md/ |
H A D | raid5.c | 118 static inline int raid6_d0(struct stripe_head *sh) in raid6_d0() argument 120 if (sh->ddf_layout) in raid6_d0() 124 if (sh->qd_idx == sh->disks - 1) in raid6_d0() 127 return sh->qd_idx + 1; in raid6_d0() 140 static int raid6_idx_to_slot(int idx, struct stripe_head *sh, in raid6_idx_to_slot() argument 145 if (sh->ddf_layout) in raid6_idx_to_slot() 147 if (idx == sh->pd_idx) in raid6_idx_to_slot() 149 if (idx == sh->qd_idx) in raid6_idx_to_slot() 151 if (!sh->ddf_layout) in raid6_idx_to_slot() 158 static int stripe_operations_active(struct stripe_head *sh) in stripe_operations_active() argument [all …]
|
H A D | raid5-cache.c | 308 struct stripe_head *sh, int disks) in r5c_handle_cached_data_endio() argument 312 for (i = sh->disks; i--; ) { in r5c_handle_cached_data_endio() 313 if (sh->dev[i].written) { in r5c_handle_cached_data_endio() 314 set_bit(R5_UPTODATE, &sh->dev[i].flags); in r5c_handle_cached_data_endio() 315 r5c_return_dev_pending_writes(conf, &sh->dev[i]); in r5c_handle_cached_data_endio() 448 void r5c_make_stripe_write_out(struct stripe_head *sh) in r5c_make_stripe_write_out() argument 450 struct r5conf *conf = sh->raid_conf; in r5c_make_stripe_write_out() 455 WARN_ON(!test_bit(STRIPE_R5C_CACHING, &sh->state)); in r5c_make_stripe_write_out() 456 clear_bit(STRIPE_R5C_CACHING, &sh->state); in r5c_make_stripe_write_out() 458 if (!test_and_set_bit(STRIPE_PREREAD_ACTIVE, &sh->state)) in r5c_make_stripe_write_out() [all …]
|
H A D | raid5-log.h | 10 void r5l_stripe_write_finished(struct stripe_head *sh); 15 int r5c_try_caching_write(struct r5conf *conf, struct stripe_head *sh, 17 void r5c_finish_stripe_write_out(struct r5conf *conf, struct stripe_head *sh, 19 void r5c_release_extra_page(struct stripe_head *sh); 20 void r5c_use_extra_page(struct stripe_head *sh); 23 struct stripe_head *sh, int disks); 24 int r5c_cache_data(struct r5l_log *log, struct stripe_head *sh); 25 void r5c_make_stripe_write_out(struct stripe_head *sh); 35 ops_run_partial_parity(struct stripe_head *sh, struct raid5_percpu *percpu, 39 int ppl_write_stripe(struct r5conf *conf, struct stripe_head *sh); [all …]
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | Makefile | 4 TEST_PROGS := nft_trans_stress.sh nft_fib.sh nft_nat.sh bridge_brouter.sh \ 5 conntrack_icmp_related.sh nft_flowtable.sh ipvs.sh \ 6 nft_concat_range.sh nft_conntrack_helper.sh \ 7 nft_queue.sh nft_meta.sh nf_nat_edemux.sh \ 8 ipip-conntrack-mtu.sh conntrack_tcp_unreplied.sh \ 9 conntrack_vrf.sh nft_synproxy.sh rpath.sh nft_audit.sh \ 10 conntrack_sctp_collision.sh xt_string.sh
|
/openbmc/openbmc/meta-security/recipes-security/redhat-security/ |
H A D | redhat-security_1.0.bb | 7 SRC_URI = "file://find-chroot-py.sh \ 8 file://find-chroot.sh \ 9 file://find-elf4tmp.sh \ 10 file://find-execstack.sh \ 11 file://find-hidden-exec.sh \ 12 file://find-nodrop-groups.sh \ 13 file://find-sh4errors.sh \ 14 file://find-sh4tmp.sh \ 15 file://lib-bin-check.sh \ 16 file://rpm-chksec.sh \ [all …]
|
/openbmc/linux/tools/testing/selftests/damon/ |
H A D | Makefile | 6 TEST_FILES = _chk_dependency.sh _debugfs_common.sh 7 TEST_PROGS = debugfs_attrs.sh debugfs_schemes.sh debugfs_target_ids.sh 8 TEST_PROGS += debugfs_empty_targets.sh debugfs_huge_count_read_write.sh 9 TEST_PROGS += debugfs_duplicate_context_creation.sh 10 TEST_PROGS += debugfs_rm_non_contexts.sh 11 TEST_PROGS += sysfs.sh sysfs_update_removed_scheme_dir.sh 12 TEST_PROGS += reclaim.sh lru_sort.sh
|
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | Makefile | 5 bond-arp-interval-causes-panic.sh \ 6 bond-break-lacpdu-tx.sh \ 7 bond-lladdr-target.sh \ 8 dev_addr_lists.sh \ 9 mode-1-recovery-updelay.sh \ 10 mode-2-recovery-updelay.sh \ 11 bond_options.sh \ 12 bond-eth-type-change.sh \ 13 bond_macvlan.sh 16 lag_lib.sh \ [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | Makefile | 3 TEST_PROGS = bridge_locked_port.sh \ 4 bridge_mdb.sh \ 5 bridge_mld.sh \ 6 bridge_vlan_aware.sh \ 7 bridge_vlan_mcast.sh \ 8 bridge_vlan_unaware.sh \ 9 local_termination.sh \ 10 no_forwarding.sh \ 11 tc_actions.sh \ 12 test_bridge_fdb_stress.sh [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/ |
H A D | initscripts_1.0.bb | 13 file://devpts.sh \ 15 file://hostname.sh \ 16 file://mountall.sh \ 17 file://banner.sh \ 18 file://bootmisc.sh \ 19 file://mountnfs.sh \ 21 file://checkfs.sh \ 25 file://rmnologin.sh \ 26 file://checkroot.sh \ 27 file://umountnfs.sh \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | 0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch | 61 #!/bin/sh 63 # The next line is executed by /bin/sh, but not tcl \ 74 #!/bin/sh 76 # The next line is executed by /bin/sh, but not tcl \ 87 #!/bin/sh 89 # The next line is executed by /bin/sh, but not tcl \ 100 #!/bin/sh 102 # The next line is executed by /bin/sh, but not tcl \ 113 #!/bin/sh 115 # The next line is executed by /bin/sh, but not tcl \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
H A D | 0001-skip-the-test-when-gcc-not-deployed.patch | 13 tests/run-disasm-x86-64.sh | 2 ++ 14 tests/run-disasm-x86.sh | 2 ++ 15 tests/run-strip-g.sh | 2 ++ 16 tests/run-strip-nothing.sh | 2 ++ 19 diff --git a/tests/run-disasm-x86-64.sh b/tests/run-disasm-x86-64.sh 21 --- a/tests/run-disasm-x86-64.sh 22 +++ b/tests/run-disasm-x86-64.sh 32 diff --git a/tests/run-disasm-x86.sh b/tests/run-disasm-x86.sh 34 --- a/tests/run-disasm-x86.sh 35 +++ b/tests/run-disasm-x86.sh [all …]
|
/openbmc/openbmc-test-automation/ |
H A D | .shellcheck-ignore | 1 bin/gen_list.sh 2 bin/gen_setup.sh 3 bin/jenkins_funcs.sh 4 bin/plug_ins/Mem_tracker/memcheck.sh 5 bin/run_robot_pgm_jenk.sh 9 tools/generate_argumentfile.sh 11 tools/ras/probe_cpus.sh 12 tools/ras/probe_cpus.sh 13 tools/ras/scom_addr_p9.sh 14 tools/sensors_dbus_list.sh
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | syscall_numbering.c | 76 static volatile struct shared *sh; variable 80 unsigned int level = sh ? sh->indent : 0; in offset() 95 sh->nerr++; \ 100 sh->indent = 0; \ 133 sh->probing_syscall = true; in probe_syscall() 140 sh->probing_syscall = false; in probe_syscall() 175 sh->indent++; in _check_for() 177 sh->indent++; in _check_for() 191 sh->indent--; in _check_for() 203 sh->indent--; in _check_for() [all …]
|
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ |
H A D | ampere-utils.bbappend | 4 file://ampere_power_util.sh \ 5 file://ampere_firmware_upgrade.sh \ 6 file://ampere_flash_bios.sh \ 7 file://ampere_driver_binder.sh \ 8 file://ampere_fanctrl.sh \ 13 install -m 0755 ${UNPACKDIR}/ampere_power_util.sh ${D}${sbindir} 14 install -m 0755 ${UNPACKDIR}/ampere_firmware_upgrade.sh ${D}${sbindir} 15 install -m 0755 ${UNPACKDIR}/ampere_flash_bios.sh ${D}${sbindir} 16 install -m 0755 ${UNPACKDIR}/ampere_driver_binder.sh ${D}${sbindir} 17 install -m 0755 ${UNPACKDIR}/ampere_fanctrl.sh ${D}${sbindir}
|
/openbmc/linux/tools/memory-model/scripts/ |
H A D | README | 8 checkalllitmus.sh 14 checkghlitmus.sh 21 checklitmushist.sh 24 initlitmushist.sh or newlitmushist.sh runs, comparing the 27 checklitmus.sh 32 checktheselitmus.sh 35 expected results. This takes optional parseargs.sh arguments, 39 cmplitmushist.sh 46 initlitmushist.sh 52 judgelitmus.sh [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch | 11 * sysdeps/sh/sh4/fpu/fpu_control.h: Add C++ __set_fpscr prototype. 12 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.2): Add __fpscr_values. 13 * sysdeps/unix/sysv/linux/sh/sysdep.S (___fpscr_values): New constant. 19 sysdeps/unix/sysv/linux/sh/Versions | 1 + 20 sysdeps/unix/sysv/linux/sh/sysdep.S | 11 +++++++++++ 23 diff --git a/sysdeps/unix/sysv/linux/sh/Versions b/sysdeps/unix/sysv/linux/sh/Versions 25 --- a/sysdeps/unix/sysv/linux/sh/Versions 26 +++ b/sysdeps/unix/sysv/linux/sh/Versions 35 diff --git a/sysdeps/unix/sysv/linux/sh/sysdep.S b/sysdeps/unix/sysv/linux/sh/sysdep.S 37 --- a/sysdeps/unix/sysv/linux/sh/sysdep.S [all …]
|
/openbmc/qemu/util/ |
H A D | host-utils.c | 100 int sh; in divu128() local 107 sh = clz64(divisor); in divu128() 110 if (sh != 0) { in divu128() 112 divisor <<= sh; in divu128() 113 dhi = (dhi << sh) | (dlo >> (64 - sh)); in divu128() 114 dlo <<= sh; in divu128() 120 if (sh != 0) { in divu128() 122 divisor <<= sh; in divu128() 123 dhighest = dhi >> (64 - sh); in divu128() 124 dhi = (dhi << sh) | (dlo >> (64 - sh)); in divu128() [all …]
|
/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/ |
H A D | power-sequencing.bb | 5 …sh file://rl300Start.sh file://power-sequencing.service file://gpiosdown.service file://gpiosup.se… 26 install -m 0755 ${UNPACKDIR}/gpios-manager.sh ${D}/usr/bin/gpios-manager.sh 27 install -m 0755 ${UNPACKDIR}/startMonitoring.sh ${D}/usr/bin/startMonitoring.sh 28 install -m 0755 ${UNPACKDIR}/rl300Start.sh ${D}/usr/bin/rl300Start.sh 29 …ll -m 0755 ${UNPACKDIR}/ipmi-power-button-monitoring.sh ${D}/usr/bin/ipmi-power-button-monitoring.… 30 install -m 0755 ${UNPACKDIR}/power-button.sh ${D}/usr/bin/power-button.sh
|