Lines Matching refs:hndl
100 static scf_handle_t *hndl; variable
271 if ((iter = scf_iter_create(hndl)) == NULL || in display_prop()
272 (val = scf_value_create(hndl)) == NULL) in display_prop()
315 if ((prop = scf_property_create(hndl)) == NULL || in display_pg()
316 (iter = scf_iter_create(hndl)) == NULL) in display_pg()
380 scf_snapshot_t *snap = scf_snapshot_create(hndl); in get_snapshot()
426 if ((pg = scf_pg_create(hndl)) == NULL || in process_ent()
427 (iter = scf_iter_create(hndl)) == NULL) in process_ent()
477 if ((pg = scf_pg_create(hndl)) == NULL || in process_ent()
478 (prop = scf_property_create(hndl)) == NULL) in process_ent()
614 prop = scf_property_create(hndl); in process_pg()
781 if ((lpg = scf_pg_create(hndl)) == NULL || in do_wait()
782 (prop = scf_property_create(hndl)) == NULL) in do_wait()
1018 hndl = scf_handle_create(SCF_VERSION); in main()
1019 if (hndl == NULL) in main()
1076 scf_handle_t *h = hndl; in main()
1121 if (scf_handle_bind(hndl) == -1) in main()
1142 if ((err = scf_walk_fmri(hndl, argc - optind, argv + optind, flags, in main()
1149 scf_handle_destroy(hndl); in main()