Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDSectionLoadHistory.cpp48 SectionLoadHistory::GetSectionLoadListForStopID (uint32_t stop_id, bool read_only) in GetSectionLoadListForStopID() argument
52 if (read_only) in GetSectionLoadListForStopID()
110 const bool read_only = true; in GetCurrentSectionLoadList() local
112 SectionLoadList *section_load_list = GetSectionLoadListForStopID (eStopIDNow, read_only); in GetCurrentSectionLoadList()
121 const bool read_only = true; in GetSectionLoadAddress() local
122 SectionLoadList *section_load_list = GetSectionLoadListForStopID (stop_id, read_only); in GetSectionLoadAddress()
131 const bool read_only = true; in ResolveLoadAddress() local
132 SectionLoadList *section_load_list = GetSectionLoadListForStopID (stop_id, read_only); in ResolveLoadAddress()
143 const bool read_only = false; in SetSectionLoadAddress() local
144 SectionLoadList *section_load_list = GetSectionLoadListForStopID (stop_id, read_only); in SetSectionLoadAddress()
[all …]
/NextBSD/contrib/subversion/subversion/svnserve/
HDserver.h89 svn_boolean_t read_only; /* Disallow write access (global flag) */ member
111 svn_boolean_t read_only; member
HDserve.c523 svn_boolean_t read_only) in get_access() argument
532 return result == WRITE_ACCESS && read_only ? READ_ACCESS : result; in get_access()
541 svn_boolean_t read_only) in set_access() argument
544 "write", read_only); in set_access()
546 "read", read_only); in set_access()
3470 svn_boolean_t read_only, in find_repos() argument
3583 set_access(repository, cfg, read_only); in find_repos()
3787 b->read_only = params->read_only; in construct_server_baton()
3878 b->read_only, params->cfg, in construct_server_baton()
HDsvnserve.c718 params.read_only = FALSE; in sub_main()
841 params.read_only = TRUE; in sub_main()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDconfig_file.c482 cfg->read_only = TRUE; in svn_config__set_read_only()
488 return cfg->read_only; in svn_config__is_read_only()
501 cfg->x_pool = src->read_only ? NULL : svn_pool_create(pool); in svn_config__shallow_copy()
507 cfg->read_only = src->read_only; in svn_config__shallow_copy()
517 if (target->read_only) in svn_config__shallow_replace_section()
HDconfig_impl.h76 svn_boolean_t read_only; member
HDconfig.c98 cfg->read_only = FALSE; in svn_config_create2()
510 assert(!cfg->read_only); in make_string_from_option()
749 SVN_ERR_ASSERT_NO_RETURN(!cfg->read_only); in svn_config_set()
751 if (cfg->read_only) in svn_config_set()
HDio.c2189 svn_io__is_finfo_read_only(svn_boolean_t *read_only, in svn_io__is_finfo_read_only() argument
2198 *read_only = FALSE; in svn_io__is_finfo_read_only()
2207 *read_only = !(file_info->protection & APR_UWRITE); in svn_io__is_finfo_read_only()
2210 *read_only = !(file_info->protection & APR_GWRITE); in svn_io__is_finfo_read_only()
2213 *read_only = !(file_info->protection & APR_WWRITE); in svn_io__is_finfo_read_only()
2216 *read_only = (file_info->protection & APR_FREADONLY); in svn_io__is_finfo_read_only()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDrevert.c622 svn_boolean_t read_only; in revert_wc_data() local
625 SVN_ERR(svn_io__is_finfo_read_only(&read_only, &finfo, in revert_wc_data()
630 if (needs_lock_prop && !read_only) in revert_wc_data()
637 else if (!needs_lock_prop && read_only) in revert_wc_data()
/NextBSD/sys/dev/mmc/
HDmmcvar.h87 MMC_ACCESSOR(read_only, READ_ONLY, int)
HDmmc.c102 u_char read_only; /* True when the device is read-only */ member
1283 ivar->read_only ? ", read-only" : ""); in mmc_log_card()
1331 ivar->read_only = 1; in mmc_discover_cards()
1733 *result = ivar->read_only; in mmc_read_ivar()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDSectionLoadHistory.h97 GetSectionLoadListForStopID (uint32_t stop_id, bool read_only);
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_io_private.h71 svn_io__is_finfo_read_only(svn_boolean_t *read_only,
/NextBSD/sys/dev/usb/storage/
HDustorage_fs.c173 uint8_t read_only:1; member
1171 buf[2] = (currlun->read_only ? 0x80 : 0x00); in ustorage_fs_mode_sense()
1177 buf[3] = (currlun->read_only ? 0x80 : 0x00); in ustorage_fs_mode_sense()
1432 if (currlun->read_only) { in ustorage_fs_write()
/NextBSD/sbin/nvmecontrol/
HDlogpage.c144 health->critical_warning.bits.read_only); in print_log_health()
/NextBSD/sys/dev/nvme/
HDnvme.h663 uint8_t read_only : 1; member
HDnvme_ctrlr.c521 if (state.bits.read_only == 1) in nvme_ctrlr_log_critical_warnings()
/NextBSD/contrib/gcc/
HDtree.c2960 read_only = 0; \
2971 bool constant, read_only, side_effects, invariant; in build2_stat() local
2988 read_only = 1; in build2_stat()
2995 TREE_READONLY (t) = read_only; in build2_stat()
3010 bool constant, read_only, side_effects, invariant; in build3_stat() local
3056 bool constant, read_only, side_effects, invariant; in build4_stat() local
3083 bool constant, read_only, side_effects, invariant; in build5_stat() local
3112 bool constant, read_only, side_effects, invariant; in build7_stat() local
/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDrevprops.c216 svn_boolean_t read_only, in open_revprop_generation_file() argument
220 apr_int32_t flags = read_only ? APR_READ : (APR_READ | APR_WRITE); in open_revprop_generation_file()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTokenKinds.def501 ALIAS("read_only", __read_only , KEYOPENCL)
HDAttr.td625 let Spellings = [Keyword<"__read_only">, Keyword<"read_only">,
630 Keyword<"read_only">]>,