/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_server.h | 41 * response_buf: buffer, where to put the response. Must be big enough to fit 57 * response_buf: buffer, where to put the response. Must be big enough to fit 71 * response_buf: buffer, where to put the response. Must be big enough to fit 88 * response_buf: buffer, where to put the response. Must be big enough to fit 105 * response_buf: buffer, where to put the response. Must be big enough to fit 121 * response_buf: buffer, where to put the response. Must be big enough to fit 135 * response_buf: buffer, where to put the response. Must be big enough to fit 149 * response_buf: buffer, where to put the response. Must be big enough to fit 165 * response_buf: buffer, where to put the response. Must be big enough to fit 191 * response_buf: buffer, where to put the response. Must be big enough to fit
|
/openbmc/sdbusplus/src/ |
H A D | bus.cpp | 106 // the bus isn't up far enough, this causes an assert deep in in bus() 108 // enough to avoid the assert. in bus() 121 // the bus isn't up far enough, this causes an assert deep in in bus() 123 // enough to avoid the assert. in bus() 135 // the bus isn't up far enough, this causes an assert deep in in bus() 137 // enough to avoid the assert. in bus()
|
/openbmc/linux/tools/testing/selftests/memfd/ |
H A D | run_hugetlbfs_test.sh | 9 # huge pages free. Attempt to allocate enough pages to test. 23 # If not enough free huge pages for test, attempt to increase 44 # If still not enough huge pages available, exit. But, give back any huge 52 printf "Not enough huge pages available (%d < %d)\n" \
|
/openbmc/boost-dbus/include/dbus/impl/ |
H A D | message_iterator.ipp | 20 // returns false if not enough memory- throw bad_alloc 25 // returns false if not enough memory- throw bad_alloc 31 // returns false if not enough memory- throw bad_alloc 42 // returns false if not enough memory- throw bad_alloc
|
/openbmc/linux/Documentation/devicetree/bindings/opp/ |
H A D | opp-v2-base.yaml | 80 maxItems: 8 # Should be enough regulators 104 maxItems: 8 # Should be enough regulators 119 maxItems: 8 # Should be enough regulators 133 maxItems: 32 # Should be enough 143 maxItems: 32 # Should be enough 220 maxItems: 8 # Should be enough regulators 231 maxItems: 8 # Should be enough regulators 239 maxItems: 8 # Should be enough regulators
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
H A D | update-results-script.patch | 27 -ENOUGH=`../bin/$OS/enough` 29 +ENOUGH=`enough` 30 export ENOUGH 31 echo "OK, it looks like you can time stuff down to $ENOUGH usec resolution."
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-stat64.patch | 73 - "%s: Not enough free space on filesystem: min %d free %d", 74 + "%s: Not enough free space on filesystem: min %lld free %lld", 81 - "%s: Not enough free files on filesystem: min %d free %d", 82 + "%s: Not enough free files on filesystem: min %lld free %lld",
|
/openbmc/linux/include/linux/ |
H A D | zlib.h | 60 enough (for example if an input file is mmap'ed), or can be done by 117 zalloc must return NULL if there is not enough memory for the object. 215 enough memory, Z_STREAM_ERROR if level is not a valid compression level, 235 enough room in the output buffer), next_in and avail_in are updated and 256 avail_in is zero after the call if enough output space has been provided 273 was enough output space; if deflate returns with Z_OK, this function must be 327 the caller. If next_in is not NULL and avail_in is large enough (the exact 334 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough 355 enough room in the output buffer), next_in is updated and processing 397 output is flushed; avail_out must be large enough to hold all the [all …]
|
/openbmc/linux/lib/zlib_inflate/ |
H A D | inffast.c | 32 literal and match bytes until either not enough input or output is 34 When large enough input and output buffers are supplied to inflate(), for 48 LEN -- ran out of enough output space or enough available input 57 Therefore if strm->avail_in >= 6, then there is enough input to avoid 71 const unsigned char *last; /* while in < last, enough input available */ in inflate_fast() 74 unsigned char *end; /* while out < end, enough space available */ in inflate_fast() 116 /* decode literals and length/distances until end-of-block or not enough in inflate_fast()
|
H A D | inftrees.c | 17 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table 156 against the space in *table, ENOUGH, minus the maximum space needed by in zlib_inflate_table() 158 sufficiency of ENOUGH has not been proven exhaustively, hence the check. in zlib_inflate_table() 198 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table() 264 /* check for enough space */ in zlib_inflate_table() 266 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdlib.h | 23 * any of the related functions is implemented. The area is large enough to 178 * memory is still enough to handle the @new_size. Just return in realloc() 194 * buffer <buffer>, which must be long enough to store the number and the 234 * buffer <buffer>, which must be long enough to store the number and the 265 * buffer <buffer>, which must be long enough to store the number and the 326 * buffer <buffer>, which must be long enough to store the number and the 370 * buffer <buffer>, which must be long enough to store the number and the 401 * buffer <buffer>, which must be long enough to store the number and the
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pgalloc.h | 59 * The maximum index size needs to be big enough to allow any 60 * pagetable sizes we need, but small enough to fit in the low bits of 62 * ones, must be aligned to allow at least enough low 0 bits to
|
/openbmc/u-boot/lib/zlib/ |
H A D | inffast.c | 36 literal and match bytes until either not enough input or output is 38 When large enough input and output buffers are supplied to inflate(), for 52 LEN -- ran out of enough output space or enough available input 61 Therefore if strm->avail_in >= 6, then there is enough input to avoid 74 unsigned char FAR *last; /* while in < last, enough input available */ in inflate_fast() 77 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast() 127 /* decode literals and length/distances until end-of-block or not enough in inflate_fast()
|
H A D | inftrees.c | 26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table 166 against the space in *table, ENOUGH, minus the maximum space needed by in inflate_table() 168 sufficiency of ENOUGH has not been proven exhaustively, hence the check. in inflate_table() 208 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table() 274 /* check for enough space */ in inflate_table() 276 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table()
|
/openbmc/linux/tools/testing/selftests/riscv/hwprobe/ |
H A D | hwprobe.c | 6 * Rather than relying on having a new enough libc to define this, just do it 7 * ourselves. This way we don't need to be coupled to a new-enough libc to 23 * Just run a basic test: pass enough pairs to get up to the base in main()
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | fastmap-wl.c | 101 * has_enough_free_count - whether ubi has enough free pebs to fill fm pools 105 * This helper function checks whether there are enough free pebs (deducted 109 * handling, because there maybe no enough free pebs for user volumes after 136 int enough; in ubi_refill_pools() local 160 enough = 0; in ubi_refill_pools() 172 enough++; in ubi_refill_pools() 186 enough++; in ubi_refill_pools() 188 if (enough == 2) in ubi_refill_pools()
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ti/ |
H A D | k3-pktdma.yaml | 65 # Should be enough 76 # Should be enough 87 # Should be enough 98 # Should be enough
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/ |
H A D | PowerSystemInputs.interface.yaml | 21 The power supply unit(s) are not providing enough power for 27 The power supply unit(s) are providing enough power for normal
|
/openbmc/linux/drivers/hv/ |
H A D | ring_buffer.c | 105 * Assume there is enough room. Handles wrap-around in dest case only!! 623 * from a "not enough free space" state to a "enough free in hv_pkt_iter_close() 625 * could run and free up enough space to signal the host, and then in hv_pkt_iter_close() 628 * be a null transition from "enough free space" to "enough free in hv_pkt_iter_close() 631 * Exactly filling the ring buffer is treated as "not enough in hv_pkt_iter_close() 637 * So first check if we were in the "enough free space" state in hv_pkt_iter_close() 645 * Similarly, if the new state is "not enough space", then in hv_pkt_iter_close()
|
/openbmc/u-boot/include/u-boot/ |
H A D | md5.h | 22 * 'input'. 'output' must have enough space to hold 16 bytes. 28 * 'output' must have enough space to hold 16 bytes. If 'chunk' Trigger the
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_sleep.py | 26 # 3s isn't too long, but is enough to cross a few second boundaries. 34 # 0.25s margin is hopefully enough to account for any system overhead.
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | dma-common.yaml | 22 # Should be enough 37 # Should be enough
|
/openbmc/linux/Documentation/mm/damon/ |
H A D | index.rst | 11 - *accurate* (the monitoring output is useful enough for DRAM level memory 13 - *light-weight* (the monitoring overhead is low enough to be applied online),
|
/openbmc/linux/fs/ext4/ |
H A D | truncate.h | 36 /* Give ourselves just enough room to cope with inodes in which in ext4_blocks_for_truncate() 38 * which resulted in random data in an inode which looked enough in ext4_blocks_for_truncate()
|
/openbmc/docs/security/ |
H A D | obmc-github-security-advisory-template.md | 41 enough details to differentiate this from similar problems, but not enough
|