/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
H A D | 0002-run_program-support-timeout.patch | 23 + if it doesn't normally exit within timeout seconds and return None"""
|
/openbmc/phosphor-health-monitor/ |
H A D | bmc_health_config_json.md | 17 and doesn't change.
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_pldm_base.robot | 111 ${pldm_output}= Pldmtool base GetPLDMCommands -t ${pldm_type}
|
/openbmc/phosphor-fan-presence/docs/control/ |
H A D | debug.md | 27 (not a number), it is deleted from the cache so won't be present.
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | doc-good.txt | 229 It isn't even an rST list.
|
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/ |
H A D | gtk-doc_1.34.0.bb | 18 # and shouldn't be used on targets.
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | goarch.bbclass | 66 # go can't be built with ccache:
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/logcheck/ |
H A D | logcheck_1.4.3.bb | 49 # Don't install /var/lock when populating rootfs. Do it through volatile
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | 0001-makefiles-Drop-setting-mcpu-to-cortex-a8-on-arm-arch.patch | 40 # need special helping w.r.t -mfpu and -mfloat-abi, though.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libdeflate/libdeflate/ |
H A D | 0001-lib-arm-don-t-use-explicit-armv8.2-a-on-gcc-13.2-and.patch | 4 Subject: [PATCH] lib/arm: don't use explicit armv8.2-a on gcc 13.2 and later
|
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/ |
H A D | kea_2.4.1.bb | 48 …# don't expand the abs_top_builddir on the target as the abs_top_builddir is meanlingless on the t…
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/ |
H A D | netdata_1.44.3.bb | 48 # ebpf doesn't compile (or detect) the cross compilation well
|
/openbmc/u-boot/ |
H A D | README | 154 /doc Documentation (don't expect too much) 918 The driver doen't show link status messages. 955 control registers. This behavior won't affect the 1071 or directly in usbd_vendor_info.h. If you don't define 1228 It isn't 16x9, and I am not sure what it is. 2283 -109 common/cmd_bootm.c Can't get kernel subimage type 2284 -110 common/cmd_bootm.c Can't get kernel subimage comp 2285 -111 common/cmd_bootm.c Can't get kernel subimage os 2303 129 common/image.c Can't get ramdisk load address 3141 Don't do any setup work, presumably because someone or [all …]
|
/openbmc/linux/Documentation/input/devices/ |
H A D | sentelic.rst | 147 Byte 4: Bit7~Bit0 => Don't Care 223 Byte 3: Bit7~Bit6 => Don't care 320 Byte 3: Bit7~Bit6 => Don't care 471 Byte 3: Don't care 472 Byte 4: Don't care (MOUSE ID 3, 4) 473 Byte 5~8: Don't care (Absolute packet) 560 requested register value(?? indicates don't care byte):: 624 register writing operation is successful (?? indicates don't care
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_dcmi.c | 1338 time_t t; in ipmi_dcmi_pwr_rd() local 1341 memset(&t, 0, sizeof(t)); in ipmi_dcmi_pwr_rd() 1367 t = val.time_stamp; in ipmi_dcmi_pwr_rd() 1368 gmtime_r(&t, &tm_t); in ipmi_dcmi_pwr_rd() 2798 time_t t; in ipmi_nm_get_statistics() local 2858 t = stats.time_stamp; in ipmi_nm_get_statistics() 2859 gmtime_r(&t, &tm_t); in ipmi_nm_get_statistics()
|
/openbmc/qemu/docs/devel/ |
H A D | style.rst | 261 variations; avoid these when writing new comments, but don't worry 315 processor isn't discouraged it can make debugging and code navigation 351 Don't use Linux kernel internal types like u32, __u32 or __le32. 422 Underscore capital, double underscore, and underscore 't' suffixes should be 487 Don't use strcat because it can't check for buffer overflows, but: 753 An error can't always be reported to the user right where it's detected, 820 especially when (occasionally) the representation doesn't contain any letters
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-drv.c | 406 static void xgbe_ecc_isr_task(struct tasklet_struct *t) in xgbe_ecc_isr_task() argument 408 struct xgbe_prv_data *pdata = from_tasklet(pdata, t, tasklet_ecc); in xgbe_ecc_isr_task() 476 static void xgbe_isr_task(struct tasklet_struct *t) in xgbe_isr_task() argument 478 struct xgbe_prv_data *pdata = from_tasklet(pdata, t, tasklet_dev); in xgbe_isr_task() 644 static void xgbe_tx_timer(struct timer_list *t) in xgbe_tx_timer() argument 646 struct xgbe_channel *channel = from_timer(channel, t, tx_timer); in xgbe_tx_timer() 682 static void xgbe_service_timer(struct timer_list *t) in xgbe_service_timer() argument 684 struct xgbe_prv_data *pdata = from_timer(pdata, t, service_timer); in xgbe_service_timer()
|
/openbmc/linux/Documentation/locking/ |
H A D | lockdep-design.rst | 334 don't have to validate the chain again. 438 task A will make progress, because writer waiters don't block recursive readers, 449 4. And readers (recursive or not) don't block other recursive readers but 481 the lock X, the second read_lock() doesn't need to wait because it's a recursive 496 Recursive locks don't block each other, while non-recursive locks do (this is 572 in the path, as the path that doesn't have two conjunct edges (dependencies) as 602 circles that won't cause deadlocks. 656 reader, because readers (no matter recursive or not) don't block recursive
|
H A D | robust-futex-ABI.rst | 104 robust_futex mechanism doesn't care what else is in that structure, so 109 linked list, but that doesn't matter to the kernel. 182 When the kernel sees a list entry whose 'lock word' doesn't have the
|
/openbmc/linux/Documentation/trace/ |
H A D | kprobes.rst | 231 In any of the above cases, Kprobes won't start optimizing the probe. 245 The Kprobe-optimizer doesn't insert the jump instruction immediately; 368 aren't hit until calling enable_kprobe(kp). 562 from the accidental ones. Don't drink and probe. 567 handlers won't be run in that instance, and the kprobe.nmissed member 601 reason, Kprobes doesn't support return probes (or kprobes) 637 decoder, so you don't need to worry about that. 760 file. Note that this knob just disarms and arms all kprobes and doesn't
|
/openbmc/linux/Documentation/bpf/ |
H A D | btf.rst | 681 In kernel, every loaded program, map or btf has a unique id. The id won't 981 or llvm (8.0 or later). The pahole acts as a dwarf2btf converter. It doesn't 984 -bash-4.4$ cat t.c 985 struct t { 990 -bash-4.4$ gcc -c -O2 -g t.c 991 -bash-4.4$ pahole -JV t.o 992 File t.o: 993 [1] STRUCT t kind_flag=1 size=4 vlen=3
|
H A D | verifier.rst | 23 sure that kernel addresses don't leak to unprivileged users) 56 will be rejected, since R1 doesn't have a valid pointer type at the time of 260 operation will set the register state to 'SCALAR_VALUE' and it won't be 312 alignment, then r1 is safe. Similarly, if r2 was NOT_INIT before then it can't 529 it be otherwise, the algorithm above wouldn't be able to propagate the read mark 641 Program that doesn't initialize R0 before exiting:: 662 Program that doesn't initialize stack before passing its address into function:: 696 Program that doesn't check return value of map_lookup_elem() before accessing
|
/openbmc/linux/block/ |
H A D | blk-throttle.c | 90 static void throtl_pending_timer_fn(struct timer_list *t); 1171 static void throtl_pending_timer_fn(struct timer_list *t) in throtl_pending_timer_fn() argument 1173 struct throtl_service_queue *sq = from_timer(sq, t, pending_timer); in throtl_pending_timer_fn() 2468 unsigned long t; in blk_throtl_sample_time_store() local 2474 t = msecs_to_jiffies(v); in blk_throtl_sample_time_store() 2475 if (t == 0 || t > MAX_THROTL_SLICE) in blk_throtl_sample_time_store() 2477 q->td->throtl_slice = t; in blk_throtl_sample_time_store()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | samsung_tty.c | 540 struct tty_port *t = &port->state->port; in s3c24xx_serial_stop_rx() local 570 s3c24xx_uart_copy_rx_to_tty(ourport, t, received); in s3c24xx_serial_stop_rx() 611 struct tty_port *t = &port->state->port; in s3c24xx_serial_rx_dma_complete() local 625 s3c24xx_uart_copy_rx_to_tty(ourport, t, received); in s3c24xx_serial_rx_dma_complete() 628 tty_flip_buffer_push(t); in s3c24xx_serial_rx_dma_complete() 719 struct tty_port *t = &port->state->port; in s3c24xx_serial_rx_chars_dma() local 739 s3c24xx_uart_copy_rx_to_tty(ourport, t, received); in s3c24xx_serial_rx_chars_dma() 747 tty_flip_buffer_push(t); in s3c24xx_serial_rx_chars_dma()
|
H A D | atmel_serial.c | 286 struct tasklet_struct *t) in atmel_tasklet_schedule() argument 289 tasklet_schedule(t); in atmel_tasklet_schedule() 1276 static void atmel_uart_timer_callback(struct timer_list *t) in atmel_uart_timer_callback() argument 1278 struct atmel_uart_port *atmel_port = from_timer(atmel_port, t, in atmel_uart_timer_callback() 1707 static void atmel_tasklet_rx_func(struct tasklet_struct *t) in atmel_tasklet_rx_func() argument 1709 struct atmel_uart_port *atmel_port = from_tasklet(atmel_port, t, in atmel_tasklet_rx_func() 1719 static void atmel_tasklet_tx_func(struct tasklet_struct *t) in atmel_tasklet_tx_func() argument 1721 struct atmel_uart_port *atmel_port = from_tasklet(atmel_port, t, in atmel_tasklet_tx_func()
|