Searched refs:protection (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access.h54 uint32_t protection; /* non-zero if section is write-protected */ member in struct:__anon3249
H A Draw_access.c615 section->protection = sec_obj->section.protection;
737 int protection; local
766 protection = sec_hash->u.sec_obj->section.protection;
768 if (protection == READ_ONLY_SECTION) { /* read-only section */
1142 sec_hash_obj->u.sec_obj->section.protection =
H A Dfruraw.c326 *prot_flg = (sect->protection ? 1 : 0);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.h56 uint32_t protection; /* non-zero if section is write-protected */ member in struct:__anon1145
H A Dfru_access.c881 sec_hash_obj->u.sec_obj->section.protection =
975 section->protection = sec_obj->section.protection;
1321 if (sec_hash->u.sec_obj->section.protection == READ_ONLY_SECTION) {
1605 if (sec_hash->u.sec_obj->section.protection == READ_ONLY_SECTION) {
1856 int protection; local
1885 protection = sec_hash->u.sec_obj->section.protection;
1887 if (protection == READ_ONLY_SECTION) { /* read-only section */
2315 if (sec_hash->u.sec_obj->section.protection
[all...]
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dddi_v9_asm.s1158 * under on_trap protection (see <sys/ontrap.h>), but modify ot_trampoline to
1214 * functions. A driver may request one of three protection mechanisms
1215 * that enable the system to survive an access errors. The protection
1218 * DDI_DEFAULT_ACC - no error protection requested. We will
1245 * DDI_FLAGERR_ACC protection was requested, we will trampoline to the
1247 * - check for proper protection semantics
1375 DDI_PROTECT() ! set ontrap protection
1377 DDI_NOPROTECT() ! remove protection & ret
1384 DDI_PROTECT() ! set ontrap protection
1386 DDI_NOPROTECT() ! remove protection
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c451 sec_hash_obj->u.sec_obj->section.protection = READ_ONLY_SECTION;
553 section->protection = sec_hash->u.sec_obj->section.protection;
1295 sec_hash_obj->u.sec_obj->section.protection =
1301 sec_hash_obj->u.sec_obj->section.protection =
1395 section->protection = sec_obj->section.protection;
1683 if (sec_hash->u.sec_obj->section.protection == READ_ONLY_SECTION) {
1900 if (sec_hash->u.sec_obj->section.protection == READ_ONLY_SECTION) {
2119 int protection; local
[all...]
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c193 int protection; member in struct:reauth_entry::__anon4339::__anon4341
2680 * "quality of protection" values supported by the server. The value
2682 * authentication with integrity protection; the value "auth-conf"
2683 * indicates authentication with integrity protection and encryption.
3793 int protection; member in struct:client_context
3957 switch (ctext->protection) {
4221 int protection = 0; local
4308 protection |= DIGEST_PRIVACY;
4310 protection |= DIGEST_INTEGRITY;
4312 protection |
[all...]
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c440 int protection = 0; local
452 (void *)&protection,
453 sizeof (protection)))
458 hw_desc->field.read_only = protection;
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c451 int protection = 0; local
463 (void *)&protection,
464 sizeof (protection)))
469 hw_desc->field.read_only = protection;
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcp.c230 char* protection; local
455 protection =
463 if (astquery(-1, "override protection %s for %s? ", protection, state->path) < 0 || sh_checksig(state->context))
469 error(2, "%s: cannot %s %s protection", state->path, state->opname, protection);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c833 sec_hash_obj->u.sec_obj->section.protection =
928 section->protection = sec_obj->section.protection;
1249 if (sec_hash->u.sec_obj->section.protection == READ_ONLY_SECTION) {
1531 if (sec_hash->u.sec_obj->section.protection == READ_ONLY_SECTION) {
2213 if (sec_hash->u.sec_obj->section.protection == READ_ONLY_SECTION) {
2319 if (sec_hash->u.sec_obj->section.protection == READ_ONLY_SECTION) {
2571 if (sec_hash->u.sec_obj->section.protection == READ_ONLY_SECTION) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1397 uint32_t protection; local
1466 PICL_PROP_PROTECTED, &protection, sizeof (uint32_t));
1472 if (protection == 0) { /* to be added only read/write section */
1789 if (ptree_create_and_add_prop(chld_node, &prop, &section->protection,
1816 if (section->protection == 0) {
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s949 brz,pt %l2, 6f ! branch if no on_trap protection
951 stn %g0, [THREAD_REG + T_ONTRAP]! clear on_trap protection
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S338 jmp except # General protection

Completed in 113 milliseconds