/openbmc/linux/tools/testing/selftests/net/ |
H A D | vrf_route_leaking.sh | 417 local ttype="$1" 419 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE" 421 log_section "IPv4 ($ttype route): VRF ICMP error route lookup traceroute" 425 setup_"$ttype" 440 local ttype="$1" 442 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE" 444 log_section "IPv6 ($ttype route): VRF ICMP error route lookup traceroute" 448 setup_"$ttype" 463 local ttype="$1" 465 [ "x$ttype" = "x" ] && ttype="$DEFAULT_TTYPE" [all …]
|
H A D | icmp_redirect.sh | 417 local ttype="$1" 419 eval initial_route_${ttype} 430 eval replace_route_${ttype} 447 eval reset_route_${ttype} 462 eval replace_route_${ttype}
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_tc_tunnel.sh | 222 ttype="${foutype}" 237 ttype=$gretaptype 239 ttype="vxlan" 242 ttype="ip6tnl" 245 ttype=$tuntype 264 ip netns exec "${ns2}" ip link add name testtun0 type "${ttype}" \
|
/openbmc/qemu/scripts/qemugdb/ |
H A D | timers.py | 38 def process_timerlist(self, tlist, ttype): argument 39 gdb.write("Processing %s timers\n" % (ttype))
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset_mpc83xx.c | 93 int ttype = (gd->arch.arbiter_event_attributes & AEATR_TTYPE) in print_83xx_arb_event() local 118 "Transfer Type", ttype, transfer[ttype]); in print_83xx_arb_event()
|
/openbmc/linux/drivers/hsi/controllers/ |
H A D | omap_ssi_port.c | 224 if (msg->ttype == HSI_MSG_READ) { in ssi_start_dma() 296 if (msg->ttype == HSI_MSG_WRITE) { in ssi_start_pio() 304 msg->ttype ? "write" : "read"); in ssi_start_pio() 342 if (msg->ttype == HSI_MSG_WRITE) { in ssi_async_break() 386 if (msg->ttype) { in ssi_async() 407 msg->status, msg->ttype, msg->channel); in ssi_async() 440 msg->ttype, msg->context); in ssi_flush_queue() 538 if (msg->ttype == HSI_MSG_READ) in ssi_flush() 741 if (msg->ttype == HSI_MSG_READ) { in ssi_cleanup_gdd() 821 if ((msg) && (msg->ttype == HSI_MSG_READ)) { in ssi_error() [all …]
|
H A D | omap_ssi_core.c | 185 if (msg->ttype == HSI_MSG_READ) { in ssi_gdd_complete() 198 msg->channel, msg->ttype); in ssi_gdd_complete()
|
/openbmc/linux/include/linux/hsi/ |
H A D | hsi.h | 197 unsigned int ttype:1; member 386 msg->ttype = HSI_MSG_READ; in hsi_async_read() 399 msg->ttype = HSI_MSG_WRITE; in hsi_async_write()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | cpu_init.c | 434 int ttype = (gd->arch.arbiter_event_attributes & AEATR_TTYPE) in print_83xx_arb_event() local 447 printf(" Transfer Type: 0x%02x = %s\n", ttype, transfer[ttype]); in print_83xx_arb_event()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl_fdir.c | 46 enum ice_fdir_tunnel_type ttype; member 336 enum ice_fdir_tunnel_type ttype = conf->ttype; in ice_vc_fdir_set_flow_hdr() local 391 if (ttype == ICE_FDIR_TUNNEL_TYPE_GTPU) { in ice_vc_fdir_set_flow_hdr() 395 } else if (ttype == ICE_FDIR_TUNNEL_TYPE_GTPU_EH) { in ice_vc_fdir_set_flow_hdr() 587 if (existing_conf->ttype != conf->ttype || in ice_vc_fdir_has_prof_conflict() 1011 conf->ttype = ICE_FDIR_TUNNEL_TYPE_GTPU; in ice_vc_fdir_parse_pattern() 1018 conf->ttype = ICE_FDIR_TUNNEL_TYPE_GTPU_EH; in ice_vc_fdir_parse_pattern() 1145 if (conf_a->ttype ! in ice_vc_fdir_comp_rules() [all...] |
/openbmc/linux/drivers/staging/vt6656/ |
H A D | TODO | 10 - kill ttype.h -- done
|
/openbmc/linux/drivers/staging/vt6655/ |
H A D | TODO | 10 - kill ttype.h
|
/openbmc/linux/kernel/rcu/ |
H A D | rcutorture.c | 342 int ttype; member 532 .ttype = RCU_FLAVOR, 602 .ttype = INVALID_RCU_FLAVOR, 721 .ttype = SRCU_FLAVOR, 758 .ttype = SRCU_FLAVOR, 783 .ttype = SRCU_FLAVOR, 830 .ttype = RCU_TRIVIAL_FLAVOR, 871 .ttype = RCU_TASKS_FLAVOR, 911 .ttype = RCU_TASKS_RUDE_FLAVOR, 962 .ttype = RCU_TASKS_TRACING_FLAVOR, [all …]
|
/openbmc/linux/kernel/ |
H A D | torture.c | 804 bool torture_init_begin(char *ttype, int v) in torture_init_begin() argument 809 __func__, ttype, torture_type); in torture_init_begin() 814 torture_type = ttype; in torture_init_begin()
|
/openbmc/linux/include/linux/ |
H A D | torture.h | 104 bool torture_init_begin(char *ttype, int v);
|
/openbmc/linux/security/selinux/ss/ |
H A D | policydb.c | 416 hash = ft->ttype ^ ft->tclass; in filenametr_hash() 430 v = ft1->ttype - ft2->ttype; in filenametr_cmp() 1912 key.ttype = le32_to_cpu(buf[1]); in filename_trans_read_helper_compat() 1956 key.ttype, 1); in filename_trans_read_helper_compat() 1976 u32 len, ttype, tclass, ndatum, i; in filename_trans_read_helper() local 1995 ttype = le32_to_cpu(buf[0]); in filename_trans_read_helper() 2034 ft->ttype = ttype; in filename_trans_read_helper() 2045 return ebitmap_set_bit(&p->filename_trans_ttypes, ttype, 1); in filename_trans_read_helper() 3515 buf[1] = cpu_to_le32(ft->ttype); in filename_write_helper_compat() 3555 buf[0] = cpu_to_le32(ft->ttype); in filename_write_helper()
|
H A D | policydb.h | 95 u32 ttype; /* parent dir context */ member
|
H A D | services.c | 1670 u32 stype, u32 ttype, u16 tclass, in filename_compute_type() argument 1681 if (!ebitmap_get_bit(&policydb->filename_trans_ttypes, ttype)) in filename_compute_type() 1684 ft.ttype = ttype; in filename_compute_type()
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | fitimage.bbclass | 172 fd.write('\t\t\ttype = "kernel";\n') 197 fd.write('\t\t\ttype = "flat_dt";\n') 237 fd.write('\t\t\ttype = "ramdisk";\n') 259 fd.write('\t\t\ttype = "script";\n')
|
/openbmc/linux/drivers/hsi/clients/ |
H A D | cmt_speech.c | 227 if (msg->ttype == HSI_MSG_READ) in cs_cmd_destructor() 230 else if (msg->ttype == HSI_MSG_WRITE && in cs_cmd_destructor() 297 const char *dir = (msg->ttype == HSI_MSG_READ) ? "TX" : "RX"; in cs_hsi_data_destructor() 305 if (msg->ttype == HSI_MSG_READ) in cs_hsi_data_destructor()
|
/openbmc/linux/drivers/usb/host/ |
H A D | octeon-hcd.c | 1903 enum cvmx_usb_transfer ttype; in cvmx_usb_schedule() local 1943 for (ttype = CVMX_USB_TRANSFER_CONTROL; in cvmx_usb_schedule() 1944 ttype <= CVMX_USB_TRANSFER_INTERRUPT; ttype++) { in cvmx_usb_schedule() 1945 list_for_each_entry(pipe, &usb->active_pipes[ttype], node) { in cvmx_usb_schedule()
|
/openbmc/qemu/hw/riscv/ |
H A D | riscv-iommu.c | 1402 unsigned ttype = RISCV_IOMMU_FQ_TTYPE_PCIE_ATS_REQ; in riscv_iommu_translate() local 1405 ttype = RISCV_IOMMU_FQ_TTYPE_UADDR_WR; in riscv_iommu_translate() 1407 ttype = RISCV_IOMMU_FQ_TTYPE_UADDR_RD; in riscv_iommu_translate() 1410 riscv_iommu_report_fault(s, ctx, ttype, fault, enable_pid, in riscv_iommu_translate()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | io_ti.c | 681 u16 ttype; in check_i2c_image() local 723 ttype = rom_desc->Type & 0x0f; in check_i2c_image() 724 if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC in check_i2c_image() 725 && ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) { in check_i2c_image()
|
/openbmc/linux/drivers/hwmon/ |
H A D | it87.c | 1177 int ttype, type = 0; in get_temp_type() local 1180 ttype = 6; in get_temp_type() 1185 ttype = 5; in get_temp_type() 1194 type = ttype; in get_temp_type() 1207 type = ttype; /* Intel PECI or AMDTSI */ in get_temp_type()
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 2984 int tuner_type = UNSET, ttype; in flyvideo_gpio() local 3002 ttype = (gpio & 0x0f0000) >> 16; in flyvideo_gpio() 3003 switch (ttype) { in flyvideo_gpio()
|