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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c1301 int scf_ret = -1; local
1319 while ((scf_ret = scf_iter_next_property(propiter, prop)) == 1) {
1332 if (scf_ret == -1)
1349 int scf_ret; local
1373 if ((scf_ret = scf_iter_instance_pgs(pgiter, inst)) < 0)
1380 while ((scf_ret = scf_iter_next_pg(pgiter, newpg)) > 0) {
1500 if (scf_ret < 0)

Completed in 88 milliseconds