/openbmc/ipmitool/lib/ |
H A D | ipmi_pef.c | 536 uint8_t t; in ipmi_pef_print_event_info() local 541 t = pef->entry.event_trigger; in ipmi_pef_print_event_info() 542 if (t == PEF_EVENT_TRIGGER_THRESHOLD) in ipmi_pef_print_event_info() 544 else if (t > PEF_EVENT_TRIGGER_SENSOR_SPECIFIC) in ipmi_pef_print_event_info() 553 if (offmask == 0xffff || t == PEF_EVENT_TRIGGER_MATCH_ANY) in ipmi_pef_print_event_info() 555 else if (t == PEF_EVENT_TRIGGER_UNSPECIFIED) in ipmi_pef_print_event_info() 557 else if (t == PEF_EVENT_TRIGGER_SENSOR_SPECIFIC) in ipmi_pef_print_event_info() 559 else if (t > PEF_EVENT_TRIGGER_SENSOR_SPECIFIC) in ipmi_pef_print_event_info() 562 sprintf(buf, "(0x%02x/0x%04x)", t, offmask); in ipmi_pef_print_event_info() 566 if ((t-1) >= PEF_B2S_GENERIC_ER_ENTRIES) { in ipmi_pef_print_event_info() [all …]
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sanity.bbclass | 36 # are used since exec_func doesn't handle return values. 307 bb.warn("Can't get filesystem id of: %s" % path) 310 # Check that the path isn't located on nfs. 314 return "The %s: %s can't be located on nfs.\n" % (name, path) 325 # Check that path isn't a broken symlink 428 # patches may incorrectly apply, and others won't apply at all. 681 # Check that a user isn't building in a path in PSEUDO_IGNORE_PATHS 737 # The length of TMPDIR can't be longer than 410 740 # Check that TMPDIR isn't located on nfs 799 # Check that these variables don't use tilde-expansion as we don't do that [all …]
|
/openbmc/linux/fs/hpfs/ |
H A D | dnode.c | 88 if (*p == f) *p = t; in hpfs_pos_subst() 277 loff_t t; in hpfs_add_to_dnode() local 279 t = get_pos(d, de); in hpfs_add_to_dnode() 280 for_all_poss(i, hpfs_pos_ins, t, 1); in hpfs_add_to_dnode() 281 for_all_poss(i, hpfs_pos_subst, 4, t); in hpfs_add_to_dnode() 441 loff_t t; in move_to_top() local 493 t = get_pos(dnode, de); in move_to_top() 494 for_all_poss(i, hpfs_pos_subst, t, 4); in move_to_top() 716 loff_t t; in hpfs_remove_dirent() local 927 if (!t) { in map_dirent() [all …]
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 477 #define __BPF_MAP_1(m, v, t, a, ...) m(t, a) argument 478 #define __BPF_MAP_2(m, v, t, a, ...) m(t, a), __BPF_MAP_1(m, v, __VA_ARGS__) argument 479 #define __BPF_MAP_3(m, v, t, a, ...) m(t, a), __BPF_MAP_2(m, v, __VA_ARGS__) argument 480 #define __BPF_MAP_4(m, v, t, a, ...) m(t, a), __BPF_MAP_3(m, v, __VA_ARGS__) argument 481 #define __BPF_MAP_5(m, v, t, a, ...) m(t, a), __BPF_MAP_4(m, v, __VA_ARGS__) argument 493 #define __BPF_CAST(t, a) \ argument 494 (__force t) \ 496 typeof(__builtin_choose_expr(sizeof(t) == sizeof(unsigned long), \ 497 (unsigned long)0, (t)0))) a 501 #define __BPF_DECL_ARGS(t, a) t a argument [all …]
|
/openbmc/linux/net/sctp/ |
H A D | associola.c | 761 struct sctp_transport *t; in sctp_assoc_lookup_paddr() local 768 return t; in sctp_assoc_lookup_paddr() 779 struct sctp_transport *t; in sctp_assoc_del_nonprimary_peers() local 784 if (t != primary) in sctp_assoc_del_nonprimary_peers() 785 sctp_assoc_rm_peer(asoc, t); in sctp_assoc_del_nonprimary_peers() 1427 struct sctp_transport *t; in sctp_assoc_sync_pmtu() local 1435 if (t->pmtu_pending && t->dst) { in sctp_assoc_sync_pmtu() 1436 sctp_transport_update_pmtu(t, in sctp_assoc_sync_pmtu() 1438 t->pmtu_pending = 0; in sctp_assoc_sync_pmtu() 1440 if (!pmtu || (t->pathmtu < pmtu)) in sctp_assoc_sync_pmtu() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 068.out | 5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 16 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | start.S | 37 breq r5, 0, 1f ; D$ doesn't exist 97 /* Make sure we don't lose GD overwritten by zero new GD */
|
/openbmc/linux/net/bpfilter/ |
H A D | Kconfig | 20 building static binaries, since rootfs isn't mounted at the time 21 when __init functions are called and do_execv won't be able to find
|
/openbmc/linux/lib/ |
H A D | refcount.c | 13 void refcount_warn_saturate(refcount_t *r, enum refcount_saturation_type t) in refcount_warn_saturate() argument 17 switch (t) { in refcount_warn_saturate()
|
H A D | kobject.c | 285 char *t; in kobject_set_name_vargs() local 287 t = kstrdup(s, GFP_KERNEL); in kobject_set_name_vargs() 289 if (!t) in kobject_set_name_vargs() 291 s = strreplace(t, '/', '!'); in kobject_set_name_vargs() 666 const struct kobj_type *t = get_ktype(kobj); in kobject_cleanup() local 672 if (t && !t->release) in kobject_cleanup() 686 if (t && t->release) { in kobject_cleanup() 689 t->release(kobj); in kobject_cleanup()
|
/openbmc/openpower-host-ipmi-oem/scripts/ |
H A D | inventory-sensor.py | 19 t = Template( 25 fd.write(t.render(sensorDict=ifile))
|
/openbmc/webui-vue/docs/guide/components/page-title/ |
H A D | index.md | 14 title: i18n.t('appPageTitle.login'), 25 <page-title :description="$t('pageLdap.pageDescription')" />
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-scanners/checksecurity/files/ |
H A D | check-setuid-use-more-portable-find-args.patch | 16 @@ -100,7 +100,7 @@ ionice -t -c3 \ 23 -printf "%8i %5m %3n %-10u %-10g %9s %t %h/%f\n" |
|
/openbmc/openbmc/poky/meta/recipes-devtools/file/files/ |
H A D | print_c.patch | 25 tm = localtime_r(&t, &tmz); 27 tm = gmtime_r(&t, &tmz);
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | mem-events.c | 17 #define E(t, n, s) { .tag = t, .name = n, .sysfs_name = s } argument
|
/openbmc/linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/ |
H A D | sun6i_mipi_csi2_reg.h | 24 #define SUN6I_MIPI_CSI2_VCDT_RX_CH_DT(ch, t) (((t) & GENMASK(5, 0)) << \ argument
|
/openbmc/linux/drivers/tee/amdtee/ |
H A D | amdtee_if.h | 62 #define TEE_PARAM_TYPE_GET(t, i) (((t) >> ((i) * 4)) & 0xF) argument
|
/openbmc/openbmc/meta-google/recipes-phosphor/flash/gbmc-update/ |
H A D | 40-gbmc-upgrade.sh | 42 local t="${BASH_REMATCH[1]}" 43 [ "$t" = '_GZIP' ] && tflags+=('-z')
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r_ioctl.c | 401 struct esas2r_target *t; in csmi_ioctl_callback() local 541 if (t == NULL) { in csmi_ioctl_callback() 557 t = a->targetdb + rq->target_id; in csmi_ioctl_callback() 559 if (t >= a->targetdb_end in csmi_ioctl_callback() 561 || t->sas_addr == 0) { in csmi_ioctl_callback() 576 t = a->targetdb + rq->target_id; in csmi_ioctl_callback() 578 if (t >= a->targetdb_end in csmi_ioctl_callback() 587 t->phys_targ_id)) { in csmi_ioctl_callback() 1060 struct esas2r_target *t; in hba_ioctl_callback() local 1085 if (t->sas_addr == 0) { in hba_ioctl_callback() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 908 const struct btf_type *t; in fixup_obj() local 917 t = btf__type_by_id(btf, t->type); in fixup_obj() 918 if (!btf_is_func_proto(t) || btf_vlen(t) != 1) in fixup_obj() 922 t = btf__type_by_id(btf, btf_params(t)[0].type); in fixup_obj() 923 while (t && btf_is_mod(t)) in fixup_obj() 924 t = btf__type_by_id(btf, t->type); in fixup_obj() 925 if (!t || !btf_is_ptr(t)) in fixup_obj() 927 t = btf__type_by_id(btf, t->type); in fixup_obj() 928 while (t && btf_is_mod(t)) in fixup_obj() 929 t = btf__type_by_id(btf, t->type); in fixup_obj() [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | affs.rst | 26 but slows down file creation/deletion. Doesn't make much 35 gain above 4K seems not really worth the price, so you don't lose too 88 The filesystem is really a muFS, also it doesn't 90 the filesystem wasn't formatted as muFS, but is used 127 filesystem (the root directory doesn't have uid/gid fields). 174 mount Archive/Amiga/Workbench3.1.adf /mnt -t affs -o loop,verbose 175 mount /dev/sda3 /Amiga -t affs 184 If you boot Windows 95 (don't know about 3.x, 98 and NT) while you 188 area of the RDB, so only the checksum doesn't match anymore. 228 in an ugly way (but the real AFFS doesn't do much better). This
|
/openbmc/linux/Documentation/input/ |
H A D | input.rst | 63 gpm -t ps2 -m /dev/input/mice 145 accordingly. These values won't be used if you use a mouse only. 180 wide variety of them, and because the USB HID specification isn't 190 interface, but for the UPSs and LCDs it doesn't make much sense. For this, 199 device that doesn't work well. In that case #define DEBUG at the beginning 206 other use when the big usbhid wouldn't be a good choice, there is the 209 all do. If you don't have any strong reason to use this module, use usbhid 216 HIDBP protocol. It's smaller, but doesn't support any extra special keys. 217 Use usbhid instead if there isn't any special reason to use this. 236 Corp. considers the protocol a trade secret and won't disclose a word
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 835 struct timespec t; in sys_poll() local 838 t.tv_sec = timeout / 1000; in sys_poll() 839 t.tv_nsec = (timeout % 1000) * 1000000; in sys_poll() 841 return my_syscall5(__NR_ppoll, fds, nfds, (timeout >= 0) ? &t : NULL, NULL, 0); in sys_poll() 920 struct timeval *t; in sys_select() member 921 } arg = { .n = nfds, .r = rfds, .w = wfds, .e = efds, .t = timeout }; in sys_select() 924 struct timespec t; in sys_select() 927 t.tv_sec = timeout->tv_sec; in sys_select() 928 t.tv_nsec = timeout->tv_usec * 1000; in sys_select() 930 return my_syscall6(__NR_pselect6, nfds, rfds, wfds, efds, timeout ? &t : NULL, NULL); in sys_select()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 797 const struct test *t; in test_config() local 799 for (t = tests; t < tests + ARRAY_SIZE(tests); t++) { in test_config() 800 if (t->need_sotype && t->need_sotype != sotype) in test_config() 806 inany ? "INANY" : "LOOPBACK", t->name); in test_config() 811 setup_per_test(sotype, family, inany, t->no_inner_map); in test_config() 812 t->fn(sotype, family); in test_config() 813 cleanup_per_test(t->no_inner_map); in test_config()
|
/openbmc/linux/drivers/iio/imu/ |
H A D | fxos8700_core.c | 331 enum fxos8700_sensor t, bool mode) in fxos8700_set_active_mode() argument 346 enum fxos8700_sensor t, int uscale) in fxos8700_set_scale() argument 353 if (t == FXOS8700_MAGN) { in fxos8700_set_scale() 393 enum fxos8700_sensor t, int *uscale) in fxos8700_get_scale() argument 398 if (t == FXOS8700_MAGN) { in fxos8700_get_scale() 480 static int fxos8700_set_odr(struct fxos8700_data *data, enum fxos8700_sensor t, in fxos8700_set_odr() argument 516 static int fxos8700_get_odr(struct fxos8700_data *data, enum fxos8700_sensor t, in fxos8700_get_odr() argument
|