/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_ncp.c | 617 boolean_t read_only; in nwam_ncp_destroy() local 621 if ((err = nwam_ncp_get_read_only(ncph, &read_only)) != NWAM_SUCCESS) in nwam_ncp_destroy() 623 if (read_only) in nwam_ncp_destroy() 774 boolean_t read_only; in nwam_ncu_create() local 782 if ((err = nwam_ncp_get_read_only(ncph, &read_only)) != NWAM_SUCCESS) in nwam_ncu_create() 784 if (read_only) in nwam_ncu_create() 1165 boolean_t read_only; in nwam_ncu_commit() local 1170 if ((err = nwam_ncu_get_read_only(ncuh, &read_only)) != NWAM_SUCCESS) in nwam_ncu_commit() 1172 if (read_only) in nwam_ncu_commit() 1303 boolean_t read_only, enabled, manual; in nwam_ncu_enable() local [all …]
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 180 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 D | main.c | 45 int read_only = 0; variable 217 read_only = 1; in main()
|
H A D | asmstub.c | 784 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 D | smatch_states.c | 57 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 D | libfru.h | 177 uint32_t read_only : 1; member 187 uint32_t read_only : 1; member
|
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | fru_access_impl.h | 85 unsigned read_only : 1; member
|
H A D | fruraw.c | 397 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 D | raw_access.c | 472 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 D | fru_access_impl.h | 89 unsigned read_only : 1; member
|
H A D | fru_access.c | 681 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 D | main.cc | 2112 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 D | shared.h | 622 extern int read_only;
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ |
H A D | fcoe_common.h | 615 …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/cmd/make/include/mksh/ |
H A D | defs.h | 396 Boolean read_only:1; member
|
/illumos-gate/usr/src/lib/libfru/libfrupicl/ |
H A D | frupicl.c | 456 hw_desc->field.read_only = protection; in get_segment_node()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 3986 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 D | frupicltree.c | 467 hw_desc->field.read_only = protection; in get_segment_node()
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 1091 macro->body.macro.read_only) { in setvar_daemon()
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 16471 read_only : 1; 16473 uchar_t read_only : 1, member
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 8495 (read_only): Likewise. 8505 (read_only) [GRUB_UTIL]: Likewise.
|