Searched refs:sprop (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/nsswitch/mdns/common/ |
H A D | mdns_common.c | 551 scf_simple_prop_t *sprop; in _nss_mdns_get_svcstatetimestamp() local 565 if ((sprop = scf_simple_prop_get(h, SMF_MDNS_FMRI, in _nss_mdns_get_svcstatetimestamp() 567 ptv->tv_sec = *(time_t *)(scf_simple_prop_next_time(sprop, in _nss_mdns_get_svcstatetimestamp() 570 scf_simple_prop_free(sprop); in _nss_mdns_get_svcstatetimestamp() 606 scf_simple_prop_t *sprop; in load_mdns_domaincfg() local 612 if ((sprop = scf_simple_prop_get(h, SMF_MDNS_FMRI, in load_mdns_domaincfg() 617 (tchr = scf_simple_prop_next_astring(sprop)) != NULL) { in load_mdns_domaincfg() 632 scf_simple_prop_free(sprop); in load_mdns_domaincfg()
|
/illumos-gate/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 1044 scf_simple_prop_t *sprop; in read_prop() local 1050 if ((sprop = scf_simple_prop_get(h, inst, pg_name, iprop->ip_name)) == in read_prop() 1056 if ((tmp_char = scf_simple_prop_next_astring(sprop)) == NULL) in read_prop() 1059 scf_simple_prop_free(sprop); in read_prop() 1068 scf_simple_prop_next_astring(sprop)) != NULL) { in read_prop() 1074 scf_simple_prop_free(sprop); in read_prop() 1079 scf_simple_prop_free(sprop); in read_prop() 1089 if ((tmp_bool = scf_simple_prop_next_boolean(sprop)) == NULL) in read_prop() 1095 if ((tmp_cnt = scf_simple_prop_next_count(sprop)) == NULL) in read_prop() 1100 if ((tmp_int = scf_simple_prop_next_integer(sprop)) == NULL) in read_prop() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | config.c | 784 scf_simple_prop_t *sprop; in refresh_debug_flag() local 787 if ((sprop = scf_simple_prop_get(rep_handle, INETD_INSTANCE_FMRI, in refresh_debug_flag() 794 } else if ((tmp_bool = scf_simple_prop_next_boolean(sprop)) == NULL) { in refresh_debug_flag() 803 scf_simple_prop_free(sprop); in refresh_debug_flag()
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | files.cc | 518 Property sprop = get_prop(plain_file->prop,sccs_prop); in read_dir() local 519 if(sprop != NULL) { in read_dir() 520 if (sprop->body.sccs.file) { in read_dir()
|