Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c617 boolean_t read_only; in nwam_ncp_destroy() local
623 if (read_only) in nwam_ncp_destroy()
774 boolean_t read_only; in nwam_ncu_create() local
784 if (read_only) in nwam_ncu_create()
1165 boolean_t read_only; in nwam_ncu_commit() local
1172 if (read_only) in nwam_ncu_commit()
1303 boolean_t read_only, enabled, manual; in nwam_ncu_enable() local
1310 if (read_only) in nwam_ncu_enable()
1367 if (read_only) in nwam_ncu_disable()
1411 boolean_t read_only; in nwam_ncu_destroy() local
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c180 static boolean_t read_only = B_FALSE; variable
252 read_only = B_TRUE; in server_main()
288 if (!read_only && establish_lock(LOCK) < 0) { in server_main()
539 if (read_only) in pkg_door_srv()
550 if (read_only || logflush() != 0) in pkg_door_srv()
558 if (read_only) in pkg_door_srv()
977 if (read_only) in pkgdump()
1360 if (read_only) in finish()
1371 if (read_only) in signal_handler()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dmain.c45 int read_only = 0; variable
217 read_only = 1; in main()
H A Dasmstub.c784 if (! read_only) in get_diskinfo()
789 if (read_only || errno == EACCES || errno == EROFS || errno == EPERM) in get_diskinfo()
997 if (! read_only) in biosdisk()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_states.c57 static int read_only; variable
104 read_only++; in __set_cur_stree_readonly()
109 read_only--; in __set_cur_stree_writable()
158 if (read_only) in set_state()
267 if (read_only) in __set_sm()
293 if (read_only) in __set_sm_cur_stree()
316 if (read_only) in __set_sm_fake_stree()
560 if (read_only) in set_true_false_states()
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfru.h177 uint32_t read_only : 1; member
187 uint32_t read_only : 1; member
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h85 unsigned read_only : 1; member
H A Dfruraw.c397 def->hw_desc.field.read_only = 0; in frt_get_seg_def()
399 def->hw_desc.field.read_only = 1; in frt_get_seg_def()
H A Draw_access.c472 num_sections].description.field.read_only in get_container_info()
476 num_sections].description.field.read_only in get_container_info()
1143 cont_info.section_info[count].description.field.read_only; in open_raw_data()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access_impl.h89 unsigned read_only : 1; member
H A Dfru_access.c681 field.read_only = 1; in get_container_info()
684 field.read_only = 0; in get_container_info()
692 field.read_only = 1; in get_container_info()
880 cont_info.section_info[count].description.field.read_only; in fru_open_container()
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc2112 temp = (Boolean) macro->body.macro.read_only; in read_files_and_state()
2113 macro->body.macro.read_only = false; in read_files_and_state()
2141 macro->body.macro.read_only = temp; in read_files_and_state()
2631 SETVAR(name, value, false)->body.macro.read_only = true; in enter_argv_values()
2688 read_environment(Boolean read_only) in read_environment() argument
2703 read_only_saved = read_only; in read_environment()
2766 val->body.macro.read_only = read_only_saved; in read_environment()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h622 extern int read_only;
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h396 Boolean read_only:1; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Dfcoe_common.h615 …struct fcoe_tstorm_fcoe_task_st_ctx_read_only read_only /* FW read only part The fcoe task storm c… member
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c456 hw_desc->field.read_only = protection; in get_segment_node()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c3986 boolean_t read_only = B_FALSE, all_props = B_FALSE; in walkprop_func() local
4015 (void) nwam_ncu_get_read_only(ncu_h, &read_only); in walkprop_func()
4017 if (read_only) { in walkprop_func()
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c467 hw_desc->field.read_only = protection; in get_segment_node()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc1091 macro->body.macro.read_only) { in setvar_daemon()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c16471 read_only : 1;
16473 uchar_t read_only : 1, member
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog8495 (read_only): Likewise.
8505 (read_only) [GRUB_UTIL]: Likewise.