Home
last modified time | relevance | path

Searched refs:REP_PROTOCOL_TYPE_INVALID (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_type.c327 case REP_PROTOCOL_TYPE_INVALID: in scf_proto_underlying_type()
329 return (REP_PROTOCOL_TYPE_INVALID); in scf_proto_underlying_type()
339 if (base == REP_PROTOCOL_TYPE_INVALID) in scf_is_compatible_protocol_type()
346 if (cur == REP_PROTOCOL_TYPE_INVALID) in scf_is_compatible_protocol_type()
432 case REP_PROTOCOL_TYPE_INVALID: in valid_encoded_value()
H A Dlowlevel.c339 return (REP_PROTOCOL_TYPE_INVALID); in scf_type_to_protocol_type()
382 if (t == REP_PROTOCOL_TYPE_INVALID) in scf_type_base_type()
3669 if (base == REP_PROTOCOL_TYPE_INVALID) in scf_property_is_type()
3689 if (base == REP_PROTOCOL_TYPE_INVALID || in scf_is_compatible_type()
3690 type == REP_PROTOCOL_TYPE_INVALID) in scf_is_compatible_type()
4003 prop, REP_PROTOCOL_TYPE_INVALID)); in scf_transaction_property_delete()
4520 if (t == REP_PROTOCOL_TYPE_INVALID) in scf_value_is_type()
4522 if (base == REP_PROTOCOL_TYPE_INVALID) in scf_value_is_type()
4874 case REP_PROTOCOL_TYPE_INVALID: in scf_value_get_as_string_common()
4903 if (ty == REP_PROTOCOL_TYPE_INVALID) in scf_value_get_as_string_typed()
[all …]
/illumos-gate/usr/src/common/svc/
H A Drepcache_protocol.h563 REP_PROTOCOL_TYPE_INVALID = '\0', enumerator
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c1167 iter->ri_type = REP_PROTOCOL_TYPE_INVALID; in iter_setup()