Home
last modified time | relevance | path

Searched refs:storeError (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_attr.c787 if (table_info->storeError == in add_operation_attribute()
790 table_info->storeError = sto_retry; in add_operation_attribute()
792 table_info->storeError = sto_fail; in add_operation_attribute()
800 if (table_info->storeError == in add_operation_attribute()
803 table_info->storeError = system_error; in add_operation_attribute()
805 table_info->storeError = sto_unavail; in add_operation_attribute()
807 table_info->storeError = sto_retry; in add_operation_attribute()
H A Dnisdb_ldap.h144 __nis_store_error_t storeError; member
H A Ddb_table.cc251 m->storeError = ldapDBTableMapping.storeError; in initMappingStruct()
H A Dnis_parse_ldap_conf.c1396 if (table_info->storeError == in get_attribute_list()
1462 if (table_info->storeError == in get_attribute_list()
H A Dnis_parse_ldap_util.c144 table_info->storeError = (__nis_store_error_t)NO_VALUE_SET; in initialize_parse_structs()
1050 if (table_info->storeError == in set_default_values()
1052 table_info->storeError = sto_retry; in set_default_values()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c248 if (ldapDBTableMapping.storeError != sto_retry) in write_to_dit()