Searched refs:read_only (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | SectionLoadHistory.cpp | 37 bool read_only) { in GetSectionLoadListForStopID() argument 39 if (read_only) { in GetSectionLoadListForStopID() 96 const bool read_only = true; in GetCurrentSectionLoadList() local 99 GetSectionLoadListForStopID(eStopIDNow, read_only); in GetCurrentSectionLoadList() 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() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c.h | 15178 float4 __ovld __purefn read_imagef(read_only image2d_t, sampler_t, int2); 15179 float4 __ovld __purefn read_imagef(read_only image2d_t, sampler_t, float2); 15181 int4 __ovld __purefn read_imagei(read_only image2d_t, sampler_t, int2); 15182 int4 __ovld __purefn read_imagei(read_only image2d_t, sampler_t, float2); 15183 uint4 __ovld __purefn read_imageui(read_only image2d_t, sampler_t, int2); 15184 uint4 __ovld __purefn read_imageui(read_only image2d_t, sampler_t, float2); 15186 float4 __ovld __purefn read_imagef(read_only image3d_t, sampler_t, int4); 15187 float4 __ovld __purefn read_imagef(read_only image3d_t, sampler_t, float4); 15189 int4 __ovld __purefn read_imagei(read_only image3d_t, sampler_t, int4); 15190 int4 __ovld __purefn read_imagei(read_only image3d_t, sampler_t, float4); [all …]
|
/freebsd/sys/dev/mmc/ |
H A D | mmcvar.h | 89 MMC_ACCESSOR(read_only, READ_ONLY, int)
|
H A D | mmc.c | 91 u_char read_only; /* True when the device is read-only */ member 1578 ivar->read_only ? ", read-only" : ""); in mmc_log_card() 1631 ivar->read_only = 1; in mmc_discover_cards() 2490 *result = ivar->read_only; in mmc_read_ivar()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | SectionLoadHistory.h | 71 bool read_only);
|
/freebsd/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 | 637 ALIAS("read_only", __read_only , KEYOPENCLC | KEYOPENCLCXX)
|
H A D | Attr.td | 1520 let Spellings = [CustomKeyword<"__read_only">, CustomKeyword<"read_only">, 1525 CustomKeyword<"read_only">]>,
|
H A D | AttrDocs.td | 3947 let Heading = "__read_only, __write_only, __read_write (read_only, write_only, read_write)"; 3952 The read_only/__read_only, write_only/__write_only and read_write/__read_write 3958 foo (read_only image2d_t imageA,
|
/freebsd/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/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
|