/openbmc/linux/scripts/ |
H A D | sphinx-pre-install | 21 my $need = 0; 133 $need++; 390 return if (!$need && !$optional); 459 return if (!$need && !$optional); 514 return if (!$need && !$optional); 558 return if (!$need && !$optional); 588 return if (!$need && !$optional); 614 return if (!$need && !$optional); 834 $need++ if ($need_sphinx); 883 my $old_need = $need; [all …]
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | misc.c | 95 int need = ubi->beb_rsvd_level - ubi->beb_rsvd_pebs; in ubi_update_reserved() local 97 if (need <= 0 || ubi->avail_pebs == 0) in ubi_update_reserved() 100 need = min_t(int, need, ubi->avail_pebs); in ubi_update_reserved() 101 ubi->avail_pebs -= need; in ubi_update_reserved() 102 ubi->rsvd_pebs += need; in ubi_update_reserved() 103 ubi->beb_rsvd_pebs += need; in ubi_update_reserved() 104 ubi_msg(ubi, "reserved more %d PEBs for bad PEB handling", need); in ubi_update_reserved()
|
/openbmc/qemu/target/openrisc/ |
H A D | mmu.c | 38 target_ulong addr, int need, bool super) in get_phys_mmu() argument 51 if (need & PAGE_EXEC) { in get_phys_mmu() 82 need, match, valid, right, (need & right) ? "OK" : "FAIL"); in get_phys_mmu() 85 if (likely(need & right)) { in get_phys_mmu() 90 if (need & valid) { in get_phys_mmu() 91 return need & PAGE_EXEC ? EXCP_IPF : EXCP_DPF; in get_phys_mmu() 93 return need & PAGE_EXEC ? EXCP_ITLBMISS : EXCP_DTLBMISS; in get_phys_mmu() 122 int need = (access_type == MMU_INST_FETCH ? PAGE_EXEC in openrisc_cpu_tlb_fill() local 125 excp = get_phys_mmu(cpu, &phys_addr, &prot, addr, need, super); in openrisc_cpu_tlb_fill()
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | misc.c | 94 int need = ubi->beb_rsvd_level - ubi->beb_rsvd_pebs; in ubi_update_reserved() local 96 if (need <= 0 || ubi->avail_pebs == 0) in ubi_update_reserved() 99 need = min_t(int, need, ubi->avail_pebs); in ubi_update_reserved() 100 ubi->avail_pebs -= need; in ubi_update_reserved() 101 ubi->rsvd_pebs += need; in ubi_update_reserved() 102 ubi->beb_rsvd_pebs += need; in ubi_update_reserved() 103 ubi_msg(ubi, "reserved more %d PEBs for bad PEB handling", need); in ubi_update_reserved()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/ |
H A D | CVE-2022-24795.patch | 40 need = buf->len; 42 - while (want >= (need - buf->used)) need <<= 1; 47 + while (want >= (need - buf->used)) { 48 + if (need >= (size_t)((size_t)(-1)<<1)>>1) { 49 + /* need would overflow. */ 52 + need <<= 1; 55 if (need != buf->len) { 56 buf->data = (unsigned char *) YA_REALLOC(buf->alloc, buf->data, need);
|
/openbmc/linux/scripts/coccinelle/api/ |
H A D | platform_no_drv_owner.cocci | 127 msg = "No need to set .owner here. The core will do it." 134 msg = "No need to set .owner here. The core will do it." 141 msg = "No need to set .owner here. The core will do it." 148 msg = "No need to set .owner here. The core will do it." 157 msg = "No need to set .owner here. The core will do it." 164 msg = "No need to set .owner here. The core will do it." 171 msg = "No need to set .owner here. The core will do it." 178 msg = "No need to set .owner here. The core will do it."
|
/openbmc/linux/tools/virtio/ringtest/ |
H A D | ring.c | 189 bool need; in kick_available() local 194 need = need_event(event->kick_index, in kick_available() 199 if (need) in kick_available() 256 bool need; in call_used() local 262 need = need_event(event->call_index, in call_used() 268 if (need) in call_used()
|
H A D | virtio_ring_0_9.c | 228 bool need; in kick_available() local 233 need = vring_need_event(vring_avail_event(&ring), in kick_available() 238 if (need) in kick_available() 321 bool need; in call_used() local 326 need = vring_need_event(vring_used_event(&ring), in call_used() 331 if (need) in call_used()
|
/openbmc/linux/fs/ceph/ |
H A D | mdsmap.c | 67 size_t need; \ 69 need = sizeof(type) * n; \ 70 ceph_decode_need(p, end, need, bad); \ 71 *p += need; \ 77 size_t need; \ 79 need = (sizeof(ktype) + sizeof(vtype)) * n; \ 80 ceph_decode_need(p, end, need, bad); \ 81 *p += need; \ 363 size_t need; in ceph_mdsmap_decode() local 365 need = sizeof(u32) * n; in ceph_mdsmap_decode() [all …]
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | Kconfig | 35 # Used by drivers that need tuner.ko 39 # Used by drivers that need v4l2-jpeg.ko 43 # Used by drivers that need v4l2-h264.ko 47 # Used by drivers that need v4l2-vp9.ko 51 # Used by drivers that need v4l2-mem2mem.ko 86 # Used by drivers that need Videobuf modules
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | rockchip,rk3399-dmc.txt | 4 - rockchip,cru: this driver should access cru regs, so need get cru here 5 - rockchip,pmucru: this driver should access pmucru regs, so need get pmucru here 6 - rockchip,pmugrf: this driver should access pmugrf regs, so need get pmugrf here 7 - rockchip,pmusgrf: this driver should access pmusgrf regs, so need get pmusgrf here 8 - rockchip,cic: this driver should access cic regs, so need get cic here
|
/openbmc/linux/fs/nls/ |
H A D | Kconfig | 45 in so-called DOS codepages. You need to include the appropriate 57 in so-called DOS codepages. You need to include the appropriate 69 in so-called DOS codepages. You need to include the appropriate 82 so-called DOS codepages. You need to include the appropriate 98 so-called DOS codepages. You need to include the appropriate 113 so-called DOS codepages. You need to include the appropriate 124 so-called DOS codepages. You need to include the appropriate 135 so-called DOS codepages. You need to include the appropriate 146 so-called DOS codepages. You need to include the appropriate 157 so-called DOS codepages. You need to include the appropriate [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | block-coroutine-wrapper.rst | 7 coroutine_fn specifier. Still, sometimes we need to call them from 8 non-coroutine context; for this we need to start a coroutine, run the 10 BDRV_POLL_WHILE() loop. To run a coroutine we need a function with one 24 ``bdrv_co_foo(<some args>)`` and need a non-coroutine interface for it, 28 1. You need ``bdrv_foo`` declaration somewhere (for example, in 36 2. You need to feed this declaration to block-coroutine-wrapper script.
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | android.txt | 9 1. You need to download and install the Android Native Development Kit (NDK). 50 You need to run make with the NDK toolchain and sysroot defined above: 58 You need to connect to your Android device/emulator using adb. 62 If you also want to use perf-archive you need busybox tools for Android. 63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh: 70 Some perf features need environment variables to run properly. 71 You need to set these before running perf on the target:
|
/openbmc/openbmc/poky/documentation/toaster-manual/ |
H A D | start.rst | 9 This chapter describes how you need to prepare your system in order to 15 Before you can use Toaster, you need to first set up your build system 19 also need to do an additional install of pip3. :: 37 You need to install the packages that Toaster requires. Use this 49 If you need to remove something, the following works::
|
/openbmc/linux/Documentation/core-api/ |
H A D | idr.rst | 34 If you need to change the pointer associated with an ID, you can call 40 Some users need to allocate IDs larger than ``INT_MAX``. So far all of 42 idr_alloc_u32(). If you need IDs that will not fit in a u32, 45 If you need to allocate IDs sequentially, you can use 51 iterator-style idr_for_each_entry(). You may need to use 63 If you need to take a lock while allocating a new ID from the IDR, 64 you may need to pass a restrictive set of GFP flags, which can lead
|
/openbmc/linux/drivers/usb/atm/ |
H A D | Kconfig | 12 modem to your computer's USB port. You will then need to choose your 25 modem. In order to use your modem you will need to install the 37 AccessRunner chipset. In order to use your modem you will need to 49 or eagle chipset. In order to use your modem you will need to 60 another USB DSL drivers. In order to use your modem you will need to 62 and reception as module parameters. You may need to initialize
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_erp.c | 125 enum zfcp_erp_act_type need = want; in zfcp_erp_handle_failed() local 132 need = 0; in zfcp_erp_handle_failed() 136 need = 0; in zfcp_erp_handle_failed() 141 need = 0; in zfcp_erp_handle_failed() 150 need = 0; in zfcp_erp_handle_failed() 158 return need; in zfcp_erp_handle_failed() 166 enum zfcp_erp_act_type need = want; in zfcp_erp_required_act() local 181 need = ZFCP_ERP_ACTION_REOPEN_PORT; in zfcp_erp_required_act() 186 need = ZFCP_ERP_ACTION_REOPEN_PORT; in zfcp_erp_required_act() 197 return need; in zfcp_erp_required_act() [all …]
|
/openbmc/openbmc-test-automation/docs/ |
H A D | redfish_request_via_mTLS.md | 44 - Original robot code of redfish request doesn’t need to modify. It will send 59 purposes. Therefore, some test cases need to write a new one to match it for 61 username) Some cases don’t need to be tested because the purpose of them are 69 not need to use mTLS to authenticate login and logout. It can be replaced as 77 don't need to create a session first. Therefore, there is no need to test
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/ |
H A D | base.bbclass | 154 # Return - False - We need this dependency 169 # We only need to trigger populate_lic through direct dependencies 173 # We only need to trigger packagedata through direct dependencies 174 # but need to preserve packagedata on packagedata links 187 # do_package_write_* and do_package doesn't need do_package 190 # do_package_write_* need do_populate_sysroot as they're mainly postinstall dependencies 193 # do_package/packagedata/package_qa don't need do_populate_sysroot 207 # Native/Cross populate_sysroot need their dependencies 210 # Target populate_sysroot depended on by cross tools need to be installed 217 # Target populate_sysroot need their dependencies
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-4.2.rst | 83 to include such checksums. So, in case you need to add the list of checksums 126 recipes or bbappends, you will need to switch to using :term:`PACKAGE_PREPROCESS_FUNCS` 165 workspace layer enabled and you wish to retain it, you will need to manually 169 need it). 179 available on the build host. Most use cases with runqemu only need 185 However, if you need the qemu machine to be reachable from the 204 if triggered. If you prefer to avoid this you will need to adjust the value 235 image symlink creation, you also now need to set :term:`IMAGE_NAME` to still have 244 code reading this from ``/etc/os-release`` it may need to be updated. 247 signing. If you do not need this and wish to reclaim some space/avoid the dependency [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja/ |
H A D | no-scikit-build.patch | 1 We don't need to build ninja so there's no need to use scikit-build, 2 as we just need the python module with it's one ninja() function.
|
/openbmc/u-boot/doc/ |
H A D | README.nios2 | 13 To add a new board/configuration (eg, mysystem) to u-boot, you will need 32 You will need to add additional properties to the dts. Please find an 41 2. If you use SPI/EPCS or I2C, you will need to add aliases to number 47 Next, you will need a default config file. You may start with 55 You will need to change the names of board header file and device tree, 86 You will need to change the environment variables location and setting,
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-arch.rst | 11 locked. This is usually not a problem unless switch_to may need to 24 Your cpu_idle routines need to obey the following rules: 31 threads need only ever query need_resched, and may never set or 37 4. The only time interrupts need to be disabled when checking 52 need an interrupt to wake them up when need_resched goes high.
|
/openbmc/linux/Documentation/networking/ |
H A D | ipddp.rst | 32 will need to turn on AppleTalk-IP driver support. Then you will need to 45 need to consult the supporting documentation for each set of tools. 47 Decapsulation - You will need to download a software package called 57 Encapsulation - You will need to download a software daemon called ipddpd. 59 You will also need to add the proper routes to route your Linux box's IP
|