Home
last modified time | relevance | path

Searched full:like (Results 1 – 25 of 5907) sorted by relevance

12345678910>>...237

/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dconfig1 # Q: Would you like to enforce password aging? [Y]
7 # Q: What umask would you like to set for users on the system? [077]
11 # Q: Would you like to deactivate the Apache web server? [Y]
13 # Q: Would you like to password protect single-user mode? [Y]
19 # Q: Would you like to put limits on system resource usage? [N]
21 # Q: Would you like to set more restrictive permissions on the administration utilities? [N]
23 # Q: Would you like to disable SUID status for mount/umount?
25 # Q: Would you like to disable SUID status for ping? [Y]
27 # Q: Would you like to disable SUID status for traceroute? [Y]
33 # Q: Would you like to run the packet filtering script? [N]
[all …]
/openbmc/linux/block/partitions/
H A DKconfig10 Say Y here if you would like to use hard disks under Linux which
31 Say Y here if you would like to use hard disks under Linux which
44 Say Y here if you would like to use hard disks under Linux which
77 Say Y here if you would like to be able to read the hard disk
89 Say Y here if you would like to use hard disks under Linux which
96 Say Y here if you would like to use hard disks under Linux which
103 Say Y here if you would like to use hard disks under Linux which
110 Say Y here if you would like to be able to read the hard disk
118 Say Y here if you would like to use hard disks under Linux which
152 Like most systems, Solaris x86 uses its own hard disk partition
[all …]
/openbmc/u-boot/drivers/usb/eth/
H A DKconfig4 Say Y here if you would like to enable support for USB Ethernet
13 Say Y here if you would like to support ASIX AX8817X based USB 2.0
20 Say Y here if you would like to support ASIX AX88179 based USB 3.0
28 Say Y here if you would like to support Microchip LAN75XX Hi-Speed
38 Say Y here if you would like to support Microchip LAN78XX USB 3.1
47 Say Y here if you would like to support MOSCHIP MCS7830 based
54 Say Y here if you would like to support Realtek RTL8152B/RTL8153 base
62 Say Y here if you would like to support SMSC LAN95xx based USB 2.0
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables-context.rst10 should only be used in global files like ``.conf``, while others are intended only
11 for local files like ``.bb``. This chapter aims to describe some important variable
22 - System resources, like disk space to be used (:term:`BB_DISKMON_DIRS`),
36 - Like :term:`B` or :term:`T`, that are used to specify directories used by
38 specified in ``bitbake.conf``. Some, like :term:`B`, are quite often
46 data reuse between build runs like :term:`CACHE`, :term:`DL_DIR` or
85 a recipe like :term:`SRC_URI` or :term:`SRCDATE`. Those are also usually set
/openbmc/linux/Documentation/core-api/
H A Dentry.rst16 exceptions`_, `NMI and NMI-like exceptions`_.
64 invoked from low-level assembly code looks like this:
88 and then invokes the various entry work functions like ptrace, seccomp, audit,
94 returning to user space like tracing, audit, signals, task work etc. After
197 NMI and NMI-like exceptions
200 NMIs and NMI-like exceptions (machine checks, double faults, debug
206 in kernel mode (code patching). From user-space, they are treated like
207 interrupts, while from kernel mode they are treated like NMIs.
209 NMIs and other NMI-like exceptions handle state transitions without
229 Architecture-specific code looks like this:
[all …]
H A Dasm-annotations.rst12 Some code like entries, trampolines, or boot code needs to be written in
21 Over time, the Linux kernel has adopted macros from various projects (like
42 annotated objects like this, tools can be run on them to generate more useful
76 1. ``SYM_FUNC_*`` -- to annotate C-like functions. This means functions with
83 Checking tools like ``objtool`` should ensure such marked functions conform
85 debugging information (like *ORC data*) automatically.
93 this code needs hints like ``UNWIND_HINT_REGS`` provided by developers.
111 conventions -- global and local. Like in C, they both align the functions to
124 So in most cases, developers should write something like in the following
H A Dpacking.rst51 1. Normally (no quirks), we would do it like this:
67 2. If QUIRK_MSB_ON_THE_RIGHT is set, we do it like this:
80 3. If QUIRK_LITTLE_ENDIAN is set, we do it like this:
94 like this:
104 5. If just QUIRK_LSW32_IS_FIRST is set, we do it like this:
118 6. If QUIRK_LSW32_IS_FIRST and QUIRK_MSB_ON_THE_RIGHT are set, we do it like
129 7. If QUIRK_LSW32_IS_FIRST and QUIRK_LITTLE_ENDIAN are set, it looks like
141 are set, it looks like this:
/openbmc/linux/tools/memory-model/Documentation/
H A DREADME8 depending on what you know and what you would like to learn. Please note
15 like an overview of the types of low-level concurrency primitives
25 like a detailed intuitive understanding of LKMM, including
28 o You would like a detailed understanding of what your compiler can
32 LKMM, and would like a quick reference: cheatsheet.txt
35 of LKMM, and would like to learn about LKMM's requirements,
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/
H A D0001-lock.py-fix-Exception-handling.patch7 like "Permission denied: '/var/log/log_lock.pid'", and in this case,
9 handled, it maybe cause log_lock.pid not be deleted in case like [1].
12 rootfs, seems like some threads don't do chroot like work, some threads
13 do chroot like work. so for the threads don't do chroot, "Permission denied"
18 So fixed like this, if _try_lock raise Exception, _unlock_thread first,
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-perf.rst13 can log such data with a perf record command like::
20 readable text with a command like::
24 You should find some sections of this file have AUX data blocks like::
68 enabled like::
87 kernel tree. Some tests will check some internal perf support like:
95 tests are in the same directory. These will all look like:
109 directory (e.g. tools/perf) and will be named stats-\*.csv like:
138 test like::
144 directory for later inspection like::
/openbmc/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst14 can write a makefile like follows::
24 and handles as if the source file were input like follows::
33 file like this::
53 Like in Make, a variable in Kconfig works as a macro variable. A macro
96 Like Make, Kconfig provides several built-in functions. Every function takes a
145 Kconfig adopts Make-like macro language, but the function call syntax is
148 A function call in Make looks like this::
156 to make "info" function print " hello", you can write like follows::
173 'call', like this::
241 Instead, you can do like follows so that any function call is statically
/openbmc/linux/drivers/misc/lkdtm/
H A Drefcount.c42 /* refcount_add() should behave just like refcount_inc() above. */
60 /* refcount_inc_not_zero() should behave just like refcount_inc() above. */
72 /* refcount_add_not_zero() should behave just like refcount_inc() above. */
156 * A refcount_dec_and_test() should act like refcount_dec() above when
171 * A refcount_sub_and_test() should act like refcount_dec_and_test()
228 * A refcount_add() should act like refcount_inc() above when starting
280 /* Should act like refcount_inc() above from saturated. */
291 /* Should act like refcount_inc() above from saturated. */
302 /* Should act like refcount_inc() above from saturated. */
314 /* Should act like refcount_inc() above from saturated. */
[all …]
/openbmc/u-boot/doc/
H A DREADME.console53 fputc (like putc but redirected to a file)
54 fputs (like puts but redirected to a file)
55 fprintf (like printf but redirected to a file)
56 ftstc (like tstc but redirected to a file)
57 fgetc (like getc but redirected to a file)
74 some parameters like the framebuffer descriptors are passed to the
H A DREADME.hwconfig10 interface for Award BIOS-like interface, and frame-buffer
11 interface for AMI GUI[1] BIOS-like interface with mouse
37 experience by adding more mature interfaces, like a hwconfig
47 into reduced mode (like RMII-only interface for ethernet,
/openbmc/linux/scripts/mod/
H A Dfile2alias.c168 /* Looks like "usb:vNpNdNdcNdscNdpNicNiscNipNinN" */
238 /* Returns the previous value, so it works like i++ or i-- */
399 /* Looks like: hid:bNvNpN */
417 /* Looks like: ieee1394:venNmoNspNverN */
441 /* Looks like: pci:vNdNsvNsdNbcNscNiN or <prefix>_pci:vNdNsvNsdNbcNscNiN. */
497 /* looks like: "ccw:tNmNdtNdmN" */
520 /* looks like: "ap:tN" */
530 /* looks like: "css:tN" */
540 /* Looks like: "serio:tyNprNidNexN" */
559 /* looks like: "acpi:ACPI0003" or "acpi:PNP0C0B" or "acpi:LNXVIDEO" or
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dlibv4l-introduction.rst72 applications work with v4l2 devices. These functions work exactly like
113 Those functions operate just like the gcc function ``dup()`` and
121 operates like the :c:func:`open()` function.
125 operates like the :c:func:`close()` function.
129 operates like the libc ``dup()`` function, duplicating a file handler.
133 operates like the :c:func:`ioctl()` function.
137 operates like the :c:func:`read()` function.
141 operates like the :c:func:`mmap()` function.
145 operates like the :c:func:`munmap()` function.
/openbmc/linux/Documentation/sound/designs/
H A Doss-emulation.rst29 ``alias sound-slot-0 snd-card-0`` doesn't work any more like the old
65 (NOTE: Some distributions have the device files like /dev/midi0 and
90 define like this:
97 device on the second card to /dev/adsp1, define like below:
125 This will lead to some problems for some applications like quake or
168 quake, send a command via echo like the following:
191 for OSS devices, define like the following:
209 and restore it like
271 file, /proc/asound/cardX/oss_mixer, which will be like the following
288 send the command like the following:
[all …]
/openbmc/linux/kernel/time/
H A Dclocksource-wdtest.c113 * Verify that jiffies-like clocksources get the manually in wdtest_func()
116 pr_info("--- Verify jiffies-like uncertainty margin.\n"); in wdtest_func()
128 * Verify that tsc-like clocksources are assigned a reasonable in wdtest_func()
131 pr_info("--- Verify tsc-like uncertainty margin.\n"); in wdtest_func()
138 pr_info("--- tsc-like times: %lu - %lu = %lu.\n", j2, j1, j2 - j1); in wdtest_func()
141 /* Verify tsc-like stability with various numbers of errors injected. */ in wdtest_func()
159 /* Verify tsc-like stability with clock-value-fuzz error injection. */ in wdtest_func()
/openbmc/linux/include/uapi/linux/
H A Dsound.h17 #define SND_DEV_DSP16 5 /* Like /dev/dsp but 16 bits/sample */
27 #define SND_DEV_ADSP 12 /* Like /dev/dsp (obsolete) */
28 #define SND_DEV_AMIDI 13 /* Like /dev/midi (obsolete) */
29 #define SND_DEV_ADMMIDI 14 /* Like /dev/dmmidi (onsolete) */
H A Dif_vlan.h43 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */
44 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */
45 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */
46 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
/openbmc/qemu/util/
H A Dqemu-print.c18 * Print like vprintf().
31 * Print like printf().
46 * Print like vfprintf()
58 * Print like fprintf().
H A Derror-report.c182 * Format arguments like vsprintf(). The resulting message should be
221 * Format arguments like vsprintf(). The resulting message should be
233 * Format arguments like vsprintf(). The resulting message should be
245 * Format arguments like vsprintf(). The resulting message should be
256 * Format arguments like sprintf(). The resulting message should be
272 * Format arguments like sprintf(). The resulting message should be a
288 * Format arguments like sprintf(). The resulting message should be a
302 * Like error_report(), except print just once.
322 * Like warn_report(), except print just once.
/openbmc/qemu/tests/qtest/
H A Dlibqtest.h29 * like sprintf().
40 * like vsprintf().
64 * Like qtest_init(), but use a different environment variable for the
125 * @fmt: QMP message to send to qemu, formatted like
139 * @fmt: QMP message to send to qemu, formatted like
151 * @fmt: QMP message to send to qemu, formatted like
163 * @fmt: text to send, formatted like sprintf()
185 * @fmt: QMP message to send to QEMU, formatted like
200 * @fmt: QMP message to send to QEMU, formatted like
216 * @fmt: QMP message to send to QEMU, formatted like
[all …]
/openbmc/linux/arch/loongarch/include/asm/
H A Duaccess.h36 * space. It supports simple types like char and int, but not larger
37 * data types like structures or arrays.
63 * space. It supports simple types like char and int, but not larger
64 * data types like structures or arrays.
88 * space. It supports simple types like char and int, but not larger
89 * data types like structures or arrays.
118 * space. It supports simple types like char and int, but not larger
119 * data types like structures or arrays.
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu70 The format is like 0-3, 8-11, 14,17.
81 The format is like 0-3, 8-11, 14,17.
95 The format is like 0-3, 8-11, 14,17.
104 The format is like 0-3, 8-11, 14,17.
115 The format is like 0-3, 8-11, 14,17. it's only used on s390.
126 The format is like 0-3, 8-11, 14,17. it's only used on s390.

12345678910>>...237