Searched defs:scf_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c1032 scf_type_t scf_type = scf_value_type(val); local
1059 switch (scf_type) {
1227 if (pg_type != ILBD_SCF_SG || scf_type != SCF_TYPE_ASTRING) {
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c541 scf_type_t scf_type = SCF_TYPE_INVALID; local
585 scf_type = lxml_element_to_type(type);
588 if (lxml_validate_string_value(scf_type,

Completed in 357 milliseconds