Searched refs:scf_inst_iter (Results 1 – 4 of 4) sorted by relevance
77 if (handle->scf_inst_iter != NULL) { in smb_smf_scf_fini()78 scf_iter_destroy(handle->scf_inst_iter); in smb_smf_scf_fini()79 handle->scf_inst_iter = NULL; in smb_smf_scf_fini()977 handle->scf_inst_iter = scf_iter_create(handle->scf_handle); in smb_smf_get_iterator()978 if (handle->scf_inst_iter) { in smb_smf_get_iterator()979 if (scf_iter_service_instances(handle->scf_inst_iter, in smb_smf_get_iterator()
101 scf_iter_t *scf_inst_iter; member
662 scf_iter_destroy(handle->scf_inst_iter); in smb_smf_scf_fini()663 handle->scf_inst_iter = NULL; in smb_smf_scf_fini()
96 scf_iter_t *scf_inst_iter; member