Searched defs:protection (Results 1 - 10 of 10) 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 =
/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/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/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/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/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...]

Completed in 100 milliseconds