Symbol: rep_protocol_value_type_t
usr/src/cmd/svc/configd/client.c
1580
rep_protocol_value_type_t t = 0;
usr/src/cmd/svc/configd/configd.h
219
rep_protocol_value_type_t rn_valtype;
usr/src/cmd/svc/configd/configd.h
680
const char *, rep_protocol_value_type_t, const char *, size_t, size_t);
usr/src/cmd/svc/configd/configd.h
698
int rc_node_get_property_type(rc_node_ptr_t *, rep_protocol_value_type_t *);
usr/src/cmd/svc/configd/file_object.c
710
rep_protocol_value_type_t type;
usr/src/cmd/svc/configd/rc_node.c
2201
const char *name, rep_protocol_value_type_t type,
usr/src/cmd/svc/configd/rc_node.c
3045
rc_node_get_property_type(rc_node_ptr_t *npp, rep_protocol_value_type_t *out)
usr/src/cmd/svc/configd/rc_node.c
5575
const char *propname, rep_protocol_value_type_t ptype)
usr/src/common/svc/repcache_protocol.h
862
rep_protocol_value_type_t rpr_type;
usr/src/lib/libscf/common/lowlevel.c
298
rep_protocol_value_type_t ti_proto_type;
usr/src/lib/libscf/common/lowlevel.c
332
static rep_protocol_value_type_t
usr/src/lib/libscf/common/lowlevel.c
345
scf_protocol_type_to_type(rep_protocol_value_type_t t)
usr/src/lib/libscf/common/lowlevel.c
3624
rep_protocol_value_type_t *out)
usr/src/lib/libscf/common/lowlevel.c
3657
rep_protocol_value_type_t out_raw;
usr/src/lib/libscf/common/lowlevel.c
3674
rep_protocol_value_type_t base = scf_type_to_protocol_type(base_arg);
usr/src/lib/libscf/common/lowlevel.c
3675
rep_protocol_value_type_t type;
usr/src/lib/libscf/common/lowlevel.c
3695
rep_protocol_value_type_t base = scf_type_to_protocol_type(base_arg);
usr/src/lib/libscf/common/lowlevel.c
3696
rep_protocol_value_type_t type = scf_type_to_protocol_type(type_arg);
usr/src/lib/libscf/common/lowlevel.c
383
rep_protocol_value_type_t t = scf_type_to_protocol_type(type);
usr/src/lib/libscf/common/lowlevel.c
3858
const char *prop, rep_protocol_value_type_t type)
usr/src/lib/libscf/common/lowlevel.c
3863
rep_protocol_value_type_t oldtype;
usr/src/lib/libscf/common/lowlevel.c
4018
commit_value(caddr_t data, scf_value_t *val, rep_protocol_value_type_t t)
usr/src/lib/libscf/common/lowlevel.c
4488
rep_protocol_value_type_t t, cur;
usr/src/lib/libscf/common/lowlevel.c
4508
rep_protocol_value_type_t t;
usr/src/lib/libscf/common/lowlevel.c
4521
rep_protocol_value_type_t t;
usr/src/lib/libscf/common/lowlevel.c
4522
rep_protocol_value_type_t base = scf_type_to_protocol_type(base_arg);
usr/src/lib/libscf/common/lowlevel.c
4545
scf_value_check_type(const scf_value_t *val, rep_protocol_value_type_t t)
usr/src/lib/libscf/common/lowlevel.c
4836
rep_protocol_value_type_t t, char *buf, size_t bufsz)
usr/src/lib/libscf/common/lowlevel.c
4911
rep_protocol_value_type_t ty = scf_type_to_protocol_type(type);
usr/src/lib/libscf/common/lowlevel.c
4922
rep_protocol_value_type_t ty;
usr/src/lib/libscf/common/lowlevel_impl.h
158
rep_protocol_value_type_t value_type;
usr/src/lib/libscf/common/lowlevel_impl.h
178
rep_protocol_value_type_t entry_type;
usr/src/lib/libscf/common/scf_type.c
296
rep_protocol_value_type_t
usr/src/lib/libscf/common/scf_type.c
297
scf_proto_underlying_type(rep_protocol_value_type_t t)
usr/src/lib/libscf/common/scf_type.c
334
scf_is_compatible_protocol_type(rep_protocol_value_type_t base,
usr/src/lib/libscf/common/scf_type.c
335
rep_protocol_value_type_t new)
usr/src/lib/libscf/common/scf_type.c
337
rep_protocol_value_type_t t, cur;
usr/src/lib/libscf/common/scf_type.c
355
valid_encoded_value(rep_protocol_value_type_t t, const char *v)
usr/src/lib/libscf/common/scf_type.c
439
scf_validate_encoded_value(rep_protocol_value_type_t t, const char *v)
usr/src/lib/libscf/common/scf_type.c
441
rep_protocol_value_type_t base, cur;
usr/src/lib/libscf/common/scf_type.h
35
int scf_validate_encoded_value(rep_protocol_value_type_t, const char *);
usr/src/lib/libscf/common/scf_type.h
37
rep_protocol_value_type_t scf_proto_underlying_type(rep_protocol_value_type_t);
usr/src/lib/libscf/common/scf_type.h
39
int scf_is_compatible_protocol_type(rep_protocol_value_type_t,
usr/src/lib/libscf/common/scf_type.h
40
rep_protocol_value_type_t);