Home
last modified time | relevance | path

Searched refs:T (Results 101 – 125 of 1111) sorted by relevance

12345678910>>...45

/openbmc/linux/tools/memory-model/scripts/
H A Drunlitmus.sh52 trap 'rm -rf $T' 0 2
53 mkdir $T
57 themefile="$T/${LKMM_HW_MAP_FILE}.theme"
71 jingle7 -v -theme $themefile $litmus > $LKMM_DESTDIR/$hwlitmus 2> $T/$hwlitmusfile.jingle7.out
72 if grep -q "Generated 0 tests" $T/$hwlitmusfile.jingle7.out
75 cp $T/$hwlitmusfile.jingle7.out $LKMM_DESTDIR/$hwlitmus.err
/openbmc/linux/scripts/coccinelle/misc/
H A Dbadty.cocci26 type T;
27 T **x;
32 * T
40 type T;
41 T **x;
46 - T
55 type T;
56 T **x;
62 T@p
H A Darray_size.cocci29 type T;
30 T[] E;
37 * (sizeof(E)/sizeof(T))
45 type T;
46 T[] E;
55 - (sizeof(E)/sizeof(T))
64 type T;
65 T[] E;
73 (sizeof(E)@p /sizeof(T))
/openbmc/u-boot/scripts/coccinelle/misc/
H A Dbadty.cocci25 type T;
26 T **x;
31 * T
39 type T;
40 T **x;
45 - T
54 type T;
55 T **x;
61 T@p
/openbmc/phosphor-dbus-monitor/src/
H A Delog.hpp22 template <typename T>
25 static auto op(T&& value) in op()
27 return std::to_string(std::forward<T>(value)); in op()
73 template <typename T, typename... Args>
78 phosphor::logging::report<T>(std::forward<Args>(args)...); in op()
92 template <typename T, typename... Args>
109 std::apply(detail::CallElog<T, Args...>::op, std::tuple_cat(args)); in log()
215 template <typename T, typename... Args>
218 return std::make_unique<Elog<T, Args...>>(std::forward<Args>(arguments)...); in makeElog()
H A Djournal.hpp55 template <typename T>
58 static auto op(T&& value) in op()
60 return std::forward<T>(value); in op()
80 template <typename T, phosphor::logging::level Severity>
106 (propertyMeta + GetFormat<T>::format).c_str(), in log()
107 detail::Display<T>::op(std::any_cast<T>(value)))); in log()
/openbmc/linux/scripts/coccinelle/api/alloc/
H A Dalloc_cast.cocci30 type T;
33 (T *)
46 t << r1.T;
53 type r1.T;
56 * (T *)
69 t << r1.T;
76 type r1.T;
79 - (T *)
92 type T;
96 (T@p *)
[all …]
/openbmc/phosphor-inventory-manager/
H A Dtypes.hpp26 template <typename T>
27 using InterfaceType = std::map<std::string, T>;
29 template <typename T>
30 using ObjectType = std::map<std::string, InterfaceType<T>>;
40 template <typename T>
41 using GetProperty = std::function<T(Manager&)>;
/openbmc/phosphor-ipmi-flash/bmc/
H A Dbuildjson.hpp39 template <typename T>
48 std::vector<HandlerConfig<T>> buildHandlerConfigsFromDefaultPaths() in buildHandlerConfigsFromDefaultPaths()
50 std::vector<HandlerConfig<T>> ret; in buildHandlerConfigsFromDefaultPaths()
65 std::vector<HandlerConfig<T>> buildHandlerConfigs(const char* directory) in buildHandlerConfigs()
67 std::vector<HandlerConfig<T>> output; in buildHandlerConfigs()
87 std::vector<HandlerConfig<T>> configs = buildHandlerFromJson(data); in buildHandlerConfigs()
111 virtual std::vector<HandlerConfig<T>>
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dmessage.hpp81 template <typename T>
82 using UnpackSingle_t = UnpackSingle<utility::TypeIdDowncast_t<T>>;
87 template <typename T>
88 using PackSingle_t = PackSingle<utility::TypeIdDowncast_t<T>>;
176 template <typename T>
177 void append(T* begin, T* end) in append()
180 std::is_same_v<utility::TypeIdDowncast_t<T>, int8_t> || in append()
303 template <typename T>
320 reinterpret_cast<T*>(raw.data() + rawIndex), in pop()
326 return std::make_tuple(reinterpret_cast<T*>(NULL), in pop()
[all …]
/openbmc/linux/arch/mips/kernel/
H A Dperf_event_mipsxx.c65 T = 0, enumerator
1029 [C(RESULT_MISS)] = { 0x09, CNTR_ODD, T },
1033 [C(RESULT_MISS)] = { 0x09, CNTR_ODD, T },
1056 [C(RESULT_MISS)] = { 0x06, CNTR_ODD, T },
1386 [C(RESULT_MISS)] = { 12, CNTR_ODD, T },
1390 [C(RESULT_MISS)] = { 12, CNTR_ODD, T },
1396 [C(RESULT_MISS)] = { 10, CNTR_ODD, T },
1400 [C(RESULT_MISS)] = { 10, CNTR_ODD, T },
1738 raw_event.range = T; in mipsxx_pmu_map_raw_event()
1794 raw_event.range = T; in mipsxx_pmu_map_raw_event()
[all …]
/openbmc/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c47 READ_WB_REG_CASE(OFF, 0, REG, T, VAL); \
48 READ_WB_REG_CASE(OFF, 1, REG, T, VAL); \
49 READ_WB_REG_CASE(OFF, 2, REG, T, VAL); \
50 READ_WB_REG_CASE(OFF, 3, REG, T, VAL); \
51 READ_WB_REG_CASE(OFF, 4, REG, T, VAL); \
52 READ_WB_REG_CASE(OFF, 5, REG, T, VAL); \
53 READ_WB_REG_CASE(OFF, 6, REG, T, VAL); \
54 READ_WB_REG_CASE(OFF, 7, REG, T, VAL);
57 WRITE_WB_REG_CASE(OFF, 0, REG, T, VAL); \
58 WRITE_WB_REG_CASE(OFF, 1, REG, T, VAL); \
[all …]
/openbmc/linux/drivers/ata/
H A Dlibata-pata-timings.c61 struct ata_timing *q, int T, int UT) in ata_timing_quantize() argument
63 q->setup = EZ(t->setup, T); in ata_timing_quantize()
64 q->act8b = EZ(t->act8b, T); in ata_timing_quantize()
65 q->rec8b = EZ(t->rec8b, T); in ata_timing_quantize()
66 q->cyc8b = EZ(t->cyc8b, T); in ata_timing_quantize()
67 q->active = EZ(t->active, T); in ata_timing_quantize()
68 q->recover = EZ(t->recover, T); in ata_timing_quantize()
69 q->dmack_hold = EZ(t->dmack_hold, T); in ata_timing_quantize()
70 q->cycle = EZ(t->cycle, T); in ata_timing_quantize()
116 struct ata_timing *t, int T, int UT) in ata_timing_compute() argument
[all …]
/openbmc/telemetry/src/utils/
H A Dcircular_vector.hpp4 template <class T>
8 explicit CircularVector(std::vector<T>& externalVec, size_t maxSizeIn) : in CircularVector()
21 vec.at(idx) = T(std::forward<Args>(args)...); in emplace()
47 typename std::vector<T>::const_iterator begin() const in begin()
52 typename std::vector<T>::const_iterator end() const in end()
63 std::vector<T>& vec;
H A Dlabeled_tuple.hpp86 template <class T>
100 decltype(check<std::decay_t<T>>(nullptr))::value;
103 template <class T>
106 template <class T>
120 decltype(check<std::decay_t<T>>(nullptr))::value;
123 template <class T>
233 using T = std::tuple_element_t<Idx, tuple_type>; in to_json_item() typedef
235 if constexpr (detail::has_utils_to_json_v<T>) in to_json_item()
257 if constexpr (detail::has_utils_from_json_v<T>) in from_json_item()
259 T& v = std::get<Idx>(value); in from_json_item()
[all …]
/openbmc/phosphor-buttons/inc/
H A Dbutton_factory.hpp35 template <typename T>
38 buttonIfaceRegistry[std::string(T::getFormFactorName())] = in addToRegistry()
41 return std::make_unique<T>(bus, T::getDbusObjectPath(), event, in addToRegistry()
71 template <class T>
78 ButtonFactory::instance().addToRegistry<T>(); in ButtonIFRegister()
/openbmc/linux/arch/alpha/boot/
H A DMakefile51 echo "#define KERNEL_SIZE `ls -l $(obj)/vmlinux.nh | awk '{print $$5}'`" > $@T
54 echo "#define INITRD_IMAGE_SIZE `ls -l $(INITRD) | awk '{print $$5}'`" >> $@T
56 cmp -s $@T $@ || mv -f $@T $@
57 rm -f $@T
60 echo "#define KERNEL_SIZE `ls -l $(obj)/vmlinux.nh | awk '{print $$5}'`" > $@T
61 echo "#define KERNEL_Z_SIZE `ls -l $(obj)/vmlinux.nh.gz | awk '{print $$5}'`" >> $@T
64 echo "#define INITRD_IMAGE_SIZE `ls -l $(INITRD) | awk '{print $$5}'`" >> $@T
66 cmp -s $@T $@ || mv -f $@T $@
67 rm -f $@T
/openbmc/linux/Documentation/admin-guide/media/
H A Ddvb-usb-dib0700-cardlist.rst19 * - AVerMedia AVerTV DVB-T Express
21 * - AVerMedia AVerTV DVB-T Volar
23 * - Artec T14BR DVB-T
75 * - Hama DVB=T Hybrid USB Stick
81 * - Hauppauge Nova-T 500 Dual DVB-T
83 * - Hauppauge Nova-T MyTV.t
85 * - Hauppauge Nova-T Stick
97 * - Medion CTX1921 DVB-T USB
121 * - Pinnacle PCTV DVB-T Flash Stick
145 * - Terratec Cinergy T Express
[all …]
/openbmc/linux/rust/kernel/sync/arc/
H A Dstd_vendor.rs13 pub fn downcast<T>(self) -> core::result::Result<Arc<T>, Self> in downcast() argument
15 T: Any + Send + Sync, in downcast()
17 if (*self).is::<T>() { in downcast()
20 let ptr = self.ptr.cast::<ArcInner<T>>(); in downcast()
/openbmc/phosphor-pid-control/dbus/
H A Ddbusutil.hpp16 template <typename T>
17 std::enable_if_t<std::is_arithmetic<T>::value, double>
18 operator()(const T& t) const in operator ()()
23 template <typename T>
24 std::enable_if_t<!std::is_arithmetic<T>::value, double>
25 operator()([[maybe_unused]] const T& t) const in operator ()()
/openbmc/qemu/python/qemu/qmp/
H A Dutil.py25 T = TypeVar('T') variable
56 def upper_half(func: T) -> T: argument
66 def bottom_half(func: T) -> T: argument
87 def create_task(coro: Coroutine[Any, Any, T], argument
152 def asyncio_run(coro: Coroutine[Any, Any, T], *, debug: bool = False) -> T: argument
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.hpp28 template <typename T, typename Check>
44 constexpr const T& get() const noexcept in get()
49 constexpr operator const T&() const noexcept in operator const T&()
67 T t;
70 static constexpr T conCheck(Args&&... args) in conCheck()
72 T t(std::forward<Args>(args)...); in conCheck()
95 template <typename T>
96 inline size_t operator()(const Checked<std::string, T>& t) const in operator ()()
100 template <typename T>
101 inline size_t operator()(const T& t) const in operator ()()
/openbmc/linux/rust/kernel/
H A Derror.rs135 pub(crate) fn to_ptr<T>(self) -> *mut T { in to_ptr() argument
239 pub type Result<T = (), E = Error> = core::result::Result<T, E>;
278 pub(crate) fn from_err_ptr<T>(ptr: *mut T) -> Result<*mut T> { in from_err_ptr() argument
325 pub(crate) fn from_result<T, F>(f: F) -> T in from_result() argument
327 T: From<i16>, in from_result()
328 F: FnOnce() -> Result<T>, in from_result() argument
335 Err(e) => T::from(e.to_errno() as i16), in from_result()
/openbmc/linux/scripts/coccinelle/api/
H A Dkvmalloc.cocci28 type T;
90 type T;
116 - T x = kmalloc(size, flags | __GFP_NOWARN);
119 + T x = kvmalloc(size, flags);
124 + T x = kvmalloc(size, GFP_KERNEL);
148 - T x = kzalloc(size, flags | __GFP_NOWARN);
151 + T x = kvzalloc(size, flags);
156 + T x = kvzalloc(size, GFP_KERNEL);
183 + T x = kvmalloc_node(size, flags, node);
188 + T x = kvmalloc_node(size, GFP_KERNEL, node);
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0001-tests-fix-TESTSUITE_AT.patch30 T-cd.at\
31 T-dir00.at\
32 T-dir01.at\
34 + T-mult.at\
35 + T-nest.at\
36 + T-nonl.at\
37 T-null.at\
39 T-rec.at\
42 - T-nonl.at\
43 - T-mult.at\
[all …]

12345678910>>...45