Home
last modified time | relevance | path

Searched refs:scf_simple_prop_next_integer (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers213 scf_simple_prop_next_integer;
H A Dmidlevel.c2455 scf_simple_prop_next_integer(scf_simple_prop_t *prop) in scf_simple_prop_next_integer() function
/illumos-gate/usr/src/man/man3scf/
H A DMakefile139 scf_simple_prop_next_integer.3scf \
355 scf_simple_prop_next_integer.3scf := LINKSRC = scf_simple_prop_get.3scf
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Drepval.c429 while ((ip = scf_simple_prop_next_integer(sp)) != NULL) { in _retrieve_rep_vals()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h841 int64_t *scf_simple_prop_next_integer(scf_simple_prop_t *);
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c1089 if ((val = scf_simple_prop_next_integer(prop)) != NULL) { in get_smf_iprop()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c1553 val = scf_simple_prop_next_integer(prop); in get_smf_prop()
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1100 if ((tmp_int = scf_simple_prop_next_integer(sprop)) == NULL) in read_prop()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc204 link path=usr/share/man/man3scf/scf_simple_prop_next_integer.3scf \
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c1833 *(int64_t **)pval = scf_simple_prop_next_integer(prop); in ipmgmt_get_scfprop()