/openbmc/linux/drivers/staging/gdm724x/ |
H A D | gdm_mux.c | 57 t = kzalloc(sizeof(*t), GFP_ATOMIC); in alloc_mux_tx() 58 if (!t) in alloc_mux_tx() 63 if (!t->urb || !t->buf) { in alloc_mux_tx() 66 kfree(t); in alloc_mux_tx() 70 return t; in alloc_mux_tx() 75 if (t) { in free_mux_tx() 78 kfree(t); in free_mux_tx() 337 t->callback(t->cb_data); in gdm_mux_send_complete() 365 if (!t) { in gdm_mux_send() 388 t->buf, in gdm_mux_send() [all …]
|
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | NetworkGlobalSettings.vue | 4 :section-title="$t('pageNetwork.networkSettings')" 10 {{ $t('pageNetwork.hostname') }} 22 <dt>{{ $t('pageNetwork.ipVersion') }}</dt> 23 <dd>{{ $t('pageNetwork.ipv4') }}</dd> 24 <dd>{{ $t('pageNetwork.ipv6') }}</dd> 39 {{ $t('global.status.enabled') }} 53 {{ $t('global.status.enabled') }} 62 <dt>{{ $t('pageNetwork.useDns') }}</dt> 72 {{ $t('global.status.enabled') }} 86 {{ $t('global.status.enabled') }} [all …]
|
/openbmc/qemu/ |
H A D | hmp-commands.hx | 1083 " format\n\t\t\t" 1157 .help = "initiates a live snapshot\n\t\t\t" 1209 .help = "initiates live storage\n\t\t\t" 1229 .help = "initiates a point-in-time\n\t\t\t" 1271 .help = "inject pcie aer error\n\t\t\t" 1273 " -c for correctable error\n\t\t\t" 1274 "<id> = qdev device id\n\t\t\t" 1276 "<tlp header> = 32bit x 4\n\t\t\t" 1699 .help = "set QOM property.\n\t\t\t" 1782 "\n\t\t\t\t\t on a specified virtual cpu", [all …]
|
/openbmc/sdbusplus/src/server/ |
H A D | transaction.cpp | 22 details::Transaction t; in get_id() local 23 details::id = std::hash<details::Transaction>{}(t); in get_id() 36 auto t = Transaction(tbus, msg); in set_id() local 37 set_id(std::hash<Transaction>{}(t)); in set_id() 78 const sdbusplus::server::transaction::Transaction& t) const in operator ()() 80 auto hash1 = std::hash<sdbusplus::bus_t>{}(t.bus); in operator ()() 81 auto hash2 = std::hash<sdbusplus::message_t>{}(t.msg); in operator ()() 89 const sdbusplus::server::transaction::details::Transaction& t) const in operator ()() 91 auto hash1 = std::hash<std::time_t>{}(t.time); in operator ()() 92 auto hash2 = std::hash<std::thread::id>{}(t.thread); in operator ()()
|
/openbmc/linux/mm/damon/ |
H A D | vaddr.c | 46 task = damon_get_task_struct(t); in damon_get_mm() 181 mm = damon_get_mm(t); in damon_va_three_regions() 246 if (ti == t) in __damon_va_init_regions() 268 damon_add_region(r, t); in __damon_va_init_regions() 278 struct damon_target *t; in damon_va_init() local 282 if (!damon_nr_regions(t)) in damon_va_init() 293 struct damon_target *t; in damon_va_update() local 419 struct damon_target *t; in damon_va_prepare_access_checks() local 424 mm = damon_get_mm(t); in damon_va_prepare_access_checks() 586 struct damon_target *t; in damon_va_check_accesses() local [all …]
|
/openbmc/qemu/util/ |
H A D | bufferiszero.c | 33 uint64_t t; in buffer_is_zero_int_lt256() local 44 t = ldq_he_p(buf) | ldq_he_p(buf + len - 8); in buffer_is_zero_int_lt256() 50 t |= *p++; in buffer_is_zero_int_lt256() 52 return t == 0; in buffer_is_zero_int_lt256() 61 uint64_t t = ldq_he_p(buf) | ldq_he_p(buf + len - 8); in buffer_is_zero_int_ge256() local 66 t |= e[-7] | e[-6] | e[-5] | e[-4] | e[-3] | e[-2] | e[-1]; in buffer_is_zero_int_ge256() 74 if (t) { in buffer_is_zero_int_ge256() 77 t = p[0] | p[1] | p[2] | p[3] | p[4] | p[5] | p[6] | p[7]; in buffer_is_zero_int_ge256() 81 return t == 0; in buffer_is_zero_int_ge256()
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebtables.c | 1015 struct ebt_table *t; in do_replace_finish() local 1038 if (!t) { in do_replace_finish() 1054 table = t->private; in do_replace_finish() 1060 module_put(t->me); in do_replace_finish() 1314 tmpl->owner = t->me; in ebt_register_template() 1352 return t; in __ebt_find_table() 1394 if (!t) in do_update_counters() 1505 ret = ebt_obj_to_user(hlp, t->u.target->name, t->data, sizeof(*t), in ebt_entry_to_user() 1506 t->u.target->usersize, t->target_size, in ebt_entry_to_user() 2390 if (!t) in compat_do_ebt_get_ctl() [all …]
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | u_uac1_legacy.c | 32 t.empty = 0; in snd_interval_refine_set() 33 t.min = t.max = val; in snd_interval_refine_set() 34 t.openmin = t.openmax = 0; in snd_interval_refine_set() 35 t.integer = 1; in snd_interval_refine_set() 66 t.openmin = 1; in _snd_pcm_hw_param_set() 67 t.openmax = 1; in _snd_pcm_hw_param_set() 68 t.empty = 0; in _snd_pcm_hw_param_set() 69 t.integer = 0; in _snd_pcm_hw_param_set() 72 t.max = val; in _snd_pcm_hw_param_set() 74 t.min = val; in _snd_pcm_hw_param_set() [all …]
|
/openbmc/linux/lib/math/ |
H A D | rational.c | 83 unsigned long t = ULONG_MAX; in rational_best_approximation() local 86 t = (max_denominator - d0) / d1; in rational_best_approximation() 88 t = min(t, (max_numerator - n0) / n1); in rational_best_approximation() 94 if (!d1 || 2u * t > a || (2u * t == a && d0 * dp > d1 * d)) { in rational_best_approximation() 95 n1 = n0 + t * n1; in rational_best_approximation() 96 d1 = d0 + t * d1; in rational_best_approximation()
|
/openbmc/linux/net/netfilter/ |
H A D | x_tables.c | 260 return t; in xt_find_target() 835 if (t->u.target_size < sizeof(*t)) in xt_compat_check_entry_offsets() 929 if (t->u.target_size < sizeof(*t)) in xt_check_entry_offsets() 1225 return t; in xt_find_table() 1245 return t; in xt_find_table_lock() 1271 if (strcmp(t->name, name) == 0 && owner == t->me) in xt_find_table_lock() 1295 return t; in xt_request_find_table_lock() 1775 t = kzalloc(sizeof(*t), GFP_KERNEL); in xt_register_template() 1776 if (!t) in xt_register_template() 1781 strscpy(t->name, table->name, sizeof(t->name)); in xt_register_template() [all …]
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | clock.c | 115 struct scmi_xfer *t; in scmi_clock_protocol_attributes_get() local 123 attr = t->rx.buf; in scmi_clock_protocol_attributes_get() 141 struct scmi_xfer *t; in scmi_clock_attributes_get() local 150 attr = t->rx.buf; in scmi_clock_attributes_get() 332 struct scmi_xfer *t; in scmi_clock_rate_get() local 354 struct scmi_xfer *t; in scmi_clock_rate_set() local 366 cfg = t->tx.buf; in scmi_clock_rate_set() 377 resp = t->rx.buf; in scmi_clock_rate_set() 401 struct scmi_xfer *t; in scmi_clock_config_set() local 411 cfg = t->tx.buf; in scmi_clock_config_set() [all …]
|
H A D | reset.c | 74 struct scmi_xfer *t; in scmi_reset_attributes_get() local 88 ph->xops->xfer_put(ph, t); in scmi_reset_attributes_get() 99 struct scmi_xfer *t; in scmi_reset_domain_attributes_get() local 108 attr = t->rx.buf; in scmi_reset_domain_attributes_get() 122 ph->xops->xfer_put(ph, t); in scmi_reset_domain_attributes_get() 166 struct scmi_xfer *t; in scmi_domain_reset() local 182 dom = t->tx.buf; in scmi_domain_reset() 192 ph->xops->xfer_put(ph, t); in scmi_domain_reset() 230 struct scmi_xfer *t; in scmi_reset_notify() local 237 cfg = t->tx.buf; in scmi_reset_notify() [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | ip_gre.c | 144 struct ip_tunnel *t; in ipgre_err() local 158 if (!t) in ipgre_err() 206 t->err_count++; in ipgre_err() 208 t->err_count = 1; in ipgre_err() 923 if (ipv4_is_multicast(t->parms.iph.daddr) && t->mlink) { in ipgre_close() 925 in_dev = inetdev_by_index(t->net, t->mlink); in ipgre_close() 1177 if (t->ignore_df) in ipgre_netlink_parms() 1522 t->encap.type) || in ipgre_fill_info() 1528 t->encap.flags)) in ipgre_fill_info() 1550 if (t->erspan_ver != 0 && !t->collect_md) in erspan_fill_info() [all …]
|
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
H A D | terminal.py | 25 self.terminals.sort(reverse=True, key=lambda t: t.priority) 26 self.name_map = {t.name: t for t in self.terminals} 42 for t in self.terminals: 43 if t.command and shutil.which(shlex.split(t.command)[0]): 44 return t.name
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 036.out | 5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 9 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Unknown incompatible f… 10 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature 14 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 15 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Unknown incompatible f… 16 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown … 17 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown … 18 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test1, test2, Unknown … 19 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test1, test2, test3 20 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test2, Unknown incompa… [all …]
|
H A D | 106.out | 5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off 9 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off 13 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off 17 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc 21 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc 25 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc 29 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full 33 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full 37 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full 54 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648 [all …]
|
H A D | 103.out | 2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536 8 qemu-io: can't open device TEST_DIR/t.IMGFMT: cache-size, l2-cache-size and refcount-cache-size may… 9 qemu-io: can't open device TEST_DIR/t.IMGFMT: l2-cache-size may not exceed cache-size 10 qemu-io: can't open device TEST_DIR/t.IMGFMT: refcount-cache-size may not exceed cache-size 11 qemu-io: can't open device TEST_DIR/t.IMGFMT: cache-size, l2-cache-size and refcount-cache-size may… 12 qemu-io: can't open device TEST_DIR/t.IMGFMT: L2 cache entry size must be a power of two between 51… 13 qemu-io: can't open device TEST_DIR/t.IMGFMT: L2 cache entry size must be a power of two between 51… 14 qemu-io: can't open device TEST_DIR/t.IMGFMT: L2 cache entry size must be a power of two between 51…
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_local_storage_create.c | 117 struct thread *t = &threads[i]; in setup() local 120 t->fds = malloc(batch_sz * sizeof(*t->fds)); in setup() 121 if (!t->fds) { in setup() 126 t->pthds = malloc(batch_sz * sizeof(*t->pthds)); in setup() 127 if (!t->pthds) { in setup() 131 t->pthd_results = malloc(batch_sz * sizeof(*t->pthd_results)); in setup() 132 if (!t->pthd_results) { in setup() 148 struct thread *t = &threads[(long)(input)]; in sk_producer() local 149 int *fds = t->fds; in sk_producer() 176 pthread_t *pthds = t->pthds; in task_producer() [all …]
|
/openbmc/linux/drivers/iio/pressure/ |
H A D | ms5611_core.c | 131 if (t < 2000) { in ms5611_temp_and_pressure_compensate() 135 off2 = (5 * (t - 2000) * (t - 2000)) >> 1; in ms5611_temp_and_pressure_compensate() 138 if (t < -1500) { in ms5611_temp_and_pressure_compensate() 139 s64 tmp = (t + 1500) * (t + 1500); in ms5611_temp_and_pressure_compensate() 145 t -= t2; in ms5611_temp_and_pressure_compensate() 150 *temp = t; in ms5611_temp_and_pressure_compensate() 167 if (t < 2000) { in ms5607_temp_and_pressure_compensate() 171 tmp = (t - 2000) * (t - 2000); in ms5607_temp_and_pressure_compensate() 176 tmp = (t + 1500) * (t + 1500); in ms5607_temp_and_pressure_compensate() 181 t -= t2; in ms5607_temp_and_pressure_compensate() [all …]
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoeblk.c | 52 if (t == NULL) in aoedisk_show_mac() 69 t = d->targets; in aoedisk_show_netif() 70 te = t + d->ntargets; in aoedisk_show_netif() 71 for (; t < te && *t; t++) { in aoedisk_show_netif() 72 ifp = (*t)->ifs; in aoedisk_show_netif() 129 t = d->targets; in aoe_debugfs_show() 131 for (; t < te && *t; t++) { in aoe_debugfs_show() 135 list_empty(&(*t)->ffree) ? NULL : (*t)->ffree.next); in aoe_debugfs_show() 136 seq_printf(s, "%pm:%d:%d:%d\n", (*t)->addr, (*t)->nout, in aoe_debugfs_show() 137 (*t)->maxout, (*t)->nframes); in aoe_debugfs_show() [all …]
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | add-logical-with-carry.c | 131 const struct test *t; in main() local 135 t = &tests[i]; in main() 140 a = t->values[p->a_idx]; in main() 141 b = t->values[p->b_idx]; in main() 142 c = t->values[p->c_idx]; in main() 144 if (sum != t->exp_sum || cc != t->exp_cc) { in main() 147 t->name, f->name, a, b, c, sum, cc, in main() 148 t->exp_sum, t->exp_cc); in main()
|
/openbmc/qemu/linux-user/alpha/ |
H A D | target_proc.h | 16 int t; in open_cpuinfo() local 20 t = q - p; in open_cpuinfo() 21 assert(t < sizeof(model)); in open_cpuinfo() 22 memcpy(model, p, t); in open_cpuinfo() 23 model[t] = 0; in open_cpuinfo() 25 t = sched_getaffinity(getpid(), sizeof(cpu_mask), (cpu_set_t *)&cpu_mask); in open_cpuinfo() 26 if (t < 0) { in open_cpuinfo()
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon-page_range_tree.c | 65 node = g_tree_upper_bound(tree.t, &start); in hvb_page_range_tree_insert() 69 node = g_tree_node_last(tree.t); in hvb_page_range_tree_insert() 132 g_tree_remove(tree.t, &start); in hvb_page_range_tree_insert() 142 node = g_tree_node_last(tree.t); in hvb_page_range_tree_pop() 160 g_tree_remove(tree.t, &out->start); in hvb_page_range_tree_pop() 176 node = g_tree_upper_bound(tree.t, &start); in hvb_page_range_tree_intree_any() 185 node = g_tree_node_last(tree.t); in hvb_page_range_tree_intree_any() 191 node = g_tree_node_first(tree.t); in hvb_page_range_tree_intree_any() 223 if (!tree->t) { in hvb_page_range_tree_destroy() 227 g_tree_destroy(tree->t); in hvb_page_range_tree_destroy() [all …]
|
/openbmc/linux/drivers/spi/ |
H A D | spi-sc18is602.c | 67 unsigned int len = t->len; in sc18is602_txrx() 81 if (t->tx_buf) { in sc18is602_txrx() 84 if (t->rx_buf) in sc18is602_txrx() 88 } else if (t->rx_buf) { in sc18is602_txrx() 111 if (t->rx_buf) { in sc18is602_txrx() 174 struct spi_transfer *t, int tlen) in sc18is602_check_transfer() argument 176 if (t && t->len + tlen > SC18IS602_BUFSIZ + 1) in sc18is602_check_transfer() 187 struct spi_transfer *t; in sc18is602_transfer_one() local 202 do_transfer = t->cs_change || list_is_last(&t->transfer_list, in sc18is602_transfer_one() 205 if (t->len) { in sc18is602_transfer_one() [all …]
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | filter-root-cause.cpp | 21 auto itr = std::find_if(i_list.begin(), i_list.end(), [&](const auto& t) { in __findRcsOscError() argument 22 return (libhei::hash<libhei::NodeId_t>("TP_LOCAL_FIR") == t.getId() && in __findRcsOscError() 23 (42 == t.getBit() || 43 == t.getBit())); in __findRcsOscError() 48 return (nodeId == t.getId() && in __findPllUnlock() 49 TYPE_PROC == getTrgtType(getTrgt(t.getChip()))); in __findPllUnlock() 62 return (nodeId == t.getId() && in __findPllUnlock() 63 TYPE_OCMB == getTrgtType(getTrgt(t.getChip()))); in __findPllUnlock() 420 return (libhei::hash<libhei::NodeId_t>("RDFFIR") == t.getId() && in __findIueTh() 421 (17 == t.getBit() || 37 == t.getBit())) || in __findIueTh() 423 (18 == t.getBit() || 38 == t.getBit())); in __findIueTh() [all …]
|