Home
last modified time | relevance | path

Searched refs:read_only (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp39 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 Dopencl-c.h17749 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 Dmmcvar.h89 MMC_ACCESSOR(read_only, READ_ONLY, int)
H A Dmmc.c92 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 DSectionLoadHistory.h71 bool read_only);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLImageTypes.def31 IMAGE_TYPE(Type, Id##RO, Id##ROTy, read_only, ro)
H A DTokenKinds.def612 ALIAS("read_only", __read_only , KEYOPENCLC | KEYOPENCLCXX)
H A DAttr.td1416 let Spellings = [CustomKeyword<"__read_only">, CustomKeyword<"read_only">,
1421 CustomKeyword<"read_only">]>,
H A DAttrDocs.td3860 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 Dustorage_fs.c174 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 Dfcoe_common.h435 …struct fcoe_tstorm_fcoe_task_st_ctx_read_only read_only /* FW read only part The fcoe task storm c… member