/openbmc/openbmc/meta-security/docs/ |
H A D | overview.txt | 66 …- find-chroot.sh : This script scans the whole file system looking for ELF files that calls chroot… 71 …- find-execstack.sh : This program scans the whole file system for ELF programs that have marked t… 75 …- find-hidden-exec.sh : This program scans the whole file system looking for excutables that are h… 78 - find-sh4errors.sh : This program scans the whole file system looking for shell scripts. 86 …- selinux-ls-unconfined.sh : This script scans the running processes and looks for anything label… 91 …- find-sh4tmp.sh : This script scans the whole filesystem to check if shell scripts are using well… 94 …- find-elf4tmp.sh : This script scans the whole file system for ELF files using /tmp. When it find… 116 - pspax : is a user-space utility that scans the proc directory and list
|
/openbmc/u-boot/include/dm/ |
H A D | root.h | 36 * This scans all available platdata and creates drivers for each 47 * This scans the device tree and creates a driver for each node. Only 60 * This calls dm_scna_dft() which scans the device tree and creates a driver 89 * then scans and binds available devices from platform data and the FDT.
|
/openbmc/u-boot/drivers/input/ |
H A D | Kconfig | 46 Messages are used to request key scans from the EC and these are 54 Messages are used to request key scans from the EC and these are 62 Messages are used to request key scans from the EC and these are
|
/openbmc/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | scan.h | 83 /* send SCAN_REPORT_EVENT in periodic scans after each cycle 85 * non periodic scans 90 * Must be 0 for non periodic scans.
|
/openbmc/linux/drivers/iio/dummy/ |
H A D | iio_simple_dummy_buffer.c | 57 * hardware scans: in iio_simple_dummy_trigger_h() 61 * software scans: in iio_simple_dummy_trigger_h() 64 * software culled hardware scans: in iio_simple_dummy_trigger_h()
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | conf.h | 850 * The minimum time to wait on each channel for active scans 858 * The maximum time to wait on each channel for active scans 867 /* The minimum time to wait on each channel for active scans 877 /* The maximum time to wait on each channel for active scans 885 /* time to wait on the channel for passive scans (in TU/1000) */ 888 /* time to wait on the channel for DFS scans (in TU/1000) */ 910 * The base time to wait on the channel for active scans (in TU/1000). 919 * active scans (in TU/1000s). The max dwell time is used by the FW once 930 /* time to wait on the channel for passive scans (in TU/1000) */ 933 /* time to wait on the channel for DFS scans (in TU/1000) */ [all …]
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-debug.rst | 22 Automatic NUMA balancing scans tasks address space and unmaps pages to 25 scans the next "scan size" number of pages in its address space. When the
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | qcom,pm8xxx-keypad.txt | 63 Definition: time in microseconds to pause between successive scans 69 Definition: time in nanoseconds to pause between scans of each row in
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | README | 32 Also, a new 'oe-test' runner is located under 'scripts', allowing scans for components 48 a unified way to run test cases. Internally it scans folders inside oeqa module in order to find
|
/openbmc/linux/fs/ntfs3/ |
H A D | upcase.c | 33 * 'Straight way' code scans input names twice in worst case. 34 * Optimized code scans input names only once.
|
/openbmc/linux/Documentation/scsi/ |
H A D | scsi-parameters.rst | 96 scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are 97 discovered. async scans them in kernel threads,
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | svga.rst | 136 0x0f03 VGA 80x28 (standard VGA scans, but 14-point font) 138 0x0f05 VGA 80x30 (480 scans, 16-point font) 139 0x0f06 VGA 80x34 (480 scans, 14-point font) 140 0x0f07 VGA 80x60 (480 scans, 8-point font)
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_balloon.h | 95 VIRTIO_BALLOON_S_NAMES_prefix "async-scans", \ 96 VIRTIO_BALLOON_S_NAMES_prefix "direct-scans", \
|
/openbmc/linux/include/linux/ |
H A D | compiler-version.h | 11 * When fixdep scans this, it will find this string "CONFIG_CC_VERSION_TEXT"
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | ksm.rst | 17 The KSM daemon ksmd periodically scans those areas of user memory 21 content). The amount of pages that KSM daemon scans in a single pass 68 restricting its use to areas likely to benefit. KSM's scans may use a lot
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | intro-specs.rst | 56 ``tools/net/ynl/ynl-regen.sh`` scans the kernel tree in search of 64 (note that it only scans files in the git index, that is only files
|
/openbmc/linux/arch/loongarch/ |
H A D | Kconfig.debug | 13 traces. It scans the stack and reports every kernel text address it
|
/openbmc/linux/Documentation/RCU/ |
H A D | UP.rst | 18 Suppose that an RCU-based algorithm scans a linked list containing 40 Suppose that an RCU-based algorithm again scans a linked list containing
|
/openbmc/linux/drivers/comedi/ |
H A D | drivers.c | 478 * comedi_nscans_left() - Return the number of scans left in the command 480 * @nscans: The expected number of scans or 0 for all available scans. 482 * If @nscans is 0, it is set to the number of scans available in the 486 * checked against the number of scans remaining to complete the command. 488 * The return value will then be either the expected number of scans or the 489 * number of scans remaining to complete the command, whichever is fewer.
|
/openbmc/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | scan.c | 31 * In passive scans, we scan all remaining in wl1271_get_scan_channels() 33 * In active scans, we only scan channels not in wl1271_get_scan_channels() 90 /* skip active scans if we don't have SSIDs */ in wl1271_scan_send()
|
/openbmc/linux/drivers/soundwire/ |
H A D | slave.c | 200 * Scans Master ACPI node for SDW child Slave devices and registers it. 221 * Scans Master DT node for SDW child Slave devices and registers it.
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | das1800.c | 37 * scan_begin_src TRIG_FOLLOW paced/external scans start immediately 38 * TRIG_TIMER burst scans start periodically 39 * TRIG_EXT burst scans start on external pin XPCLK 47 * stop_src TRIG_COUNT command stops after stop_arg scans 59 * for 'burst' scans. This limitation does not apply for 'paced' scans. The 662 /* burst scans must use timed conversions */ in das1800_ai_cmdtest()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-mm-ksm | 42 scans.
|
/openbmc/linux/kernel/sched/ |
H A D | features.h | 50 * When doing wakeups, attempt to limit superfluous scans of the LLC domain.
|
/openbmc/u-boot/board/qualcomm/dragonboard410c/ |
H A D | readme.txt | 45 platform it runs on. dtbTool creates device tree table that Little Kernel scans.
|