/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmast.c | 264 struct dlm_proxy_ast *past = (struct dlm_proxy_ast *) msg->buf; in dlm_proxy_ast_handler() local 279 name = past->name; in dlm_proxy_ast_handler() 280 locklen = past->namelen; in dlm_proxy_ast_handler() 281 cookie = past->cookie; in dlm_proxy_ast_handler() 282 flags = be32_to_cpu(past->flags); in dlm_proxy_ast_handler() 283 node = past->node_idx; in dlm_proxy_ast_handler() 303 mlog(0, "type=%d, blocked_type=%d\n", past->type, past->blocked_type); in dlm_proxy_ast_handler() 305 if (past->type != DLM_AST && in dlm_proxy_ast_handler() 306 past->type != DLM_BAST) { in dlm_proxy_ast_handler() 308 "name=%.*s, node=%u\n", past->type, in dlm_proxy_ast_handler() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 004.out | 14 write past image boundary 17 pwrite past image boundary 20 writev past image boundary 33 read past image boundary 36 pread past image boundary 39 readv past image boundary
|
H A D | 004 | 63 echo "write past image boundary" 67 echo "pwrite past image boundary" 71 echo "writev past image boundary" 87 echo "read past image boundary" 91 echo "pread past image boundary" 95 echo "readv past image boundary"
|
/openbmc/linux/include/uapi/linux/ |
H A D | counter.h | 54 /* Count value increased past ceiling */ 56 /* Count value decreased past floor */ 58 /* Count value increased past ceiling, or decreased past floor */
|
H A D | cramfs_fs.h | 69 * 0x00000000 - 0x000000ff: features that work for all past kernels 70 * 0x00000100 - 0xffffffff: features that don't work for past kernels
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | TODO.txt | 6 improved a lot the past 2 years, there's no reason anymore not to use it. 12 - There's a lot of complexity added past few years to make relocations faster. 16 2. Any complexity added in this area past few years which can't be justified
|
/openbmc/qemu/tests/qtest/ |
H A D | cmsdk-apb-dualtimer-test.c | 57 /* Step to just past the 500th tick and check VALUE */ in test_dualtimer() 62 /* Just past the 1000th tick: timer should have fired */ in test_dualtimer() 92 /* Step to just past the 500th tick and check VALUE */ in test_prescale() 97 /* Just past the 1000th tick: timer should have fired */ in test_prescale()
|
H A D | cmsdk-apb-timer-test.c | 36 /* Step to just past the 500th tick and check VALUE */ in test_timer() 41 /* Just past the 1000th tick: timer should have fired */ in test_timer()
|
H A D | cmsdk-apb-watchdog-test.c | 94 /* Step to just past the 500th tick */ in test_watchdog() 99 /* Just past the 1000th tick: timer should have fired */ in test_watchdog() 140 /* Step to just past the 500th tick */ in test_clock_change() 151 /* Just past the 1000th tick: timer should have fired */ in test_clock_change()
|
/openbmc/linux/drivers/mtd/tests/ |
H A D | oobtest.c | 504 pr_info("attempting to start write past end of OOB\n"); in mtd_oobtest_init() 510 pr_err("error: can write past end of OOB\n"); in mtd_oobtest_init() 523 pr_info("attempting to start read past end of OOB\n"); in mtd_oobtest_init() 532 pr_err("error: can read past end of OOB\n"); in mtd_oobtest_init() 549 pr_info("attempting to write past end of device\n"); in mtd_oobtest_init() 555 pr_err("error: wrote past end of device\n"); in mtd_oobtest_init() 568 pr_info("attempting to read past end of device\n"); in mtd_oobtest_init() 577 pr_err("error: read past end of device\n"); in mtd_oobtest_init() 594 pr_info("attempting to write past end of device\n"); in mtd_oobtest_init() 600 pr_err("error: wrote past end of device\n"); in mtd_oobtest_init() [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | entry_32.S | 162 b . /* Prevent prefetch past rfi */ 241 b . /* Prevent prefetch past rfi */ 300 b . /* Prevent prefetch past rfi */ 350 b . /* Prevent prefetch past rfi */ 379 b . /* Prevent prefetch past rfi */ 438 b .; /* prevent prefetch past exc_lvl_rfi */
|
/openbmc/linux/drivers/misc/lkdtm/ |
H A D | fortify.c | 26 pr_info("trying to strcmp() past the end of a struct\n"); in lkdtm_FORTIFY_STR_OBJECT() 50 pr_info("trying to strncpy() past the end of a struct member...\n"); in lkdtm_FORTIFY_STR_MEMBER() 88 pr_info("trying to memcpy() past the end of a struct\n"); in lkdtm_FORTIFY_MEM_OBJECT() 115 pr_info("trying to memcpy() past the end of a struct member...\n"); in lkdtm_FORTIFY_MEM_MEMBER()
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | ipz_parser.cpp | 228 // Got the offset to VTOC, skip past record header and keyword header in readTOC() 232 // Skip past the RT keyword, which contains in readTOC() 250 // Skip past record name and KW name, 'PT' in readTOC() 256 // Skip past PT size in readTOC() 345 // Jump past keyword name in readKeywords() 358 // Jump past 2Byte keyword length in readKeywords() 366 // Jump past keyword length in readKeywords() 375 // Jump past keyword data length in readKeywords() 387 // Skip past the RT keyword, which contains in processRecord()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | user_ringbuf_fail.c | 64 * not be able to read past the end of the pointer. 146 * not be able to read past the end of the pointer. 166 * not be able to read past the end of the pointer.
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_common.c | 20 * generator, in order to avoid going past the 57 * generator, in order to avoid going past the
|
/openbmc/u-boot/include/cramfs/ |
H A D | cramfs_fs.h | 68 * 0x00000000 - 0x000000ff: features that work for all past kernels 69 * 0x00000100 - 0xffffffff: features that don't work for past kernels
|
/openbmc/linux/fs/smb/client/ |
H A D | cifs_unicode.c | 296 * @maxbytes - don't go past this many bytes of input string 301 * termination required. Don't walk past maxbytes in the source buffer. 337 * @maxlen - don't walk past this many bytes in the source string 588 * @maxbytes - don't go past this many bytes of input string 593 * termination required. Don't walk past maxbytes in the source buffer. 616 * @maxlen - don't walk past this many bytes in the source string
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 84 * Put . entry unless we're starting past it. in xfs_dir2_sf_getdents() 93 * Put .. entry unless we're starting past it. in xfs_dir2_sf_getdents() 365 * If the offset is at or past the largest allowed value, in xfs_dir2_leaf_getdents() 411 * Skip past the header. in xfs_dir2_leaf_getdents() 416 * Skip past entries until we reach our offset. in xfs_dir2_leaf_getdents()
|
/openbmc/linux/tools/kvm/kvm_stat/ |
H A D | kvm_stat.txt | 90 --debugfs-include-past:: 91 include all available data on past events for debugfs
|
/openbmc/linux/drivers/misc/cb710/ |
H A D | sgbuf2.c | 79 * handling any alignment issues. Bytes past the buffer's end 125 * past the buffer's end are silently discarded. @miter@ is
|
/openbmc/linux/fs/verity/ |
H A D | verify.c | 125 * doesn't cover data blocks fully past EOF. But the entire in verify_data_block() 127 * any part past EOF should be all zeroes. Therefore, we need in verify_data_block() 128 * to verify that any data blocks fully past EOF are all zeroes. in verify_data_block() 132 "FILE CORRUPTED! Data past EOF is not zeroed"); in verify_data_block()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | ScheduledTime.errors.yaml | 2 description: Scheduled time is in the past
|
/openbmc/docs/ |
H A D | subtree.md | 3 In the past, meta-layer repositories were added to the repo as subtrees. This is
|
/openbmc/linux/include/linux/platform_data/ |
H A D | cros_ec_sensorhub.h | 72 * @x_history: The past history of x, relative to x_offset. 73 * @y_history: The past history of y, relative to y_offset.
|
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
H A D | GPL-2.0-with-lmbench-restriction | 26 b) Multiple times in the past people have wanted to report partial results. 103 We have seen many cases in the past where partial or misleading
|