Searched refs:read_only (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | SectionLoadHistory.cpp | 39 if (read_only) { in GetSectionLoadListForStopID() 96 const bool read_only = true; in GetCurrentSectionLoadList() local 108 const bool read_only = true; in GetSectionLoadAddress() local 110 GetSectionLoadListForStopID(stop_id, read_only); in GetSectionLoadAddress() 118 const bool read_only = true; in ResolveLoadAddress() local 120 GetSectionLoadListForStopID(stop_id, read_only); in ResolveLoadAddress() 128 const bool read_only = false; in SetSectionLoadAddress() local 130 GetSectionLoadListForStopID(stop_id, read_only); in SetSectionLoadAddress() 139 const bool read_only = false; in SetSectionUnloaded() local 141 GetSectionLoadListForStopID(stop_id, read_only); in SetSectionUnloaded() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | opencl-c.h | 17749 read_only image2d_t src_image, read_only image2d_t ref_image, 17753 read_only image2d_t src_image, read_only image2d_t fwd_ref_image, 17758 read_only image2d_t src_image, read_only image2d_t ref_image, 17762 read_only image2d_t src_image, read_only image2d_t fwd_ref_image, 17767 read_only image2d_t src_image, read_only image2d_t ref_image, 17772 read_only image2d_t src_image, read_only image2d_t fwd_ref_image, 17778 read_only image2d_t src_image, read_only image2d_t ref_image, 17783 read_only image2d_t src_image, read_only image2d_t fwd_ref_image, 17855 read_only image2d_t src_image, read_only image2d_t ref_image, 17859 read_only image2d_t src_image, read_only image2d_t fwd_ref_image, [all …]
|
| /freebsd-14.2/sys/dev/mmc/ |
| H A D | mmcvar.h | 89 MMC_ACCESSOR(read_only, READ_ONLY, int)
|
| H A D | mmc.c | 92 u_char read_only; /* True when the device is read-only */ member 1579 ivar->read_only ? ", read-only" : ""); in mmc_log_card() 1632 ivar->read_only = 1; in mmc_discover_cards() 2491 *result = ivar->read_only; in mmc_read_ivar()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | SectionLoadHistory.h | 71 bool read_only);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenCLImageTypes.def | 31 IMAGE_TYPE(Type, Id##RO, Id##ROTy, read_only, ro)
|
| H A D | TokenKinds.def | 612 ALIAS("read_only", __read_only , KEYOPENCLC | KEYOPENCLCXX)
|
| H A D | Attr.td | 1416 let Spellings = [CustomKeyword<"__read_only">, CustomKeyword<"read_only">, 1421 CustomKeyword<"read_only">]>,
|
| H A D | AttrDocs.td | 3860 let Heading = "__read_only, __write_only, __read_write (read_only, write_only, read_write)"; 3865 The read_only/__read_only, write_only/__write_only and read_write/__read_write 3871 foo (read_only image2d_t imageA,
|
| /freebsd-14.2/sys/dev/usb/storage/ |
| H A D | ustorage_fs.c | 174 uint8_t read_only:1; member 1156 buf[2] = (currlun->read_only ? 0x80 : 0x00); in ustorage_fs_mode_sense() 1162 buf[3] = (currlun->read_only ? 0x80 : 0x00); in ustorage_fs_mode_sense() 1417 if (currlun->read_only) { in ustorage_fs_write()
|
| /freebsd-14.2/sys/dev/qlnx/qlnxe/ |
| H A D | fcoe_common.h | 435 …struct fcoe_tstorm_fcoe_task_st_ctx_read_only read_only /* FW read only part The fcoe task storm c… member
|