Lines Matching refs:NULL

52 	if (msg == NULL)
69 if (handle == NULL)
76 if (handle->scf_pg == NULL)
78 scf_pg_create(handle->scf_handle)) == NULL)
92 smb_smf_scf_log_error(NULL);
128 if (handle->scf_trans != NULL) {
134 handle->scf_trans = NULL;
160 if (handle == NULL)
163 if (handle->scf_trans == NULL) {
180 handle->scf_trans = NULL;
193 scf_value_t *value = NULL;
194 scf_transaction_entry_t *entry = NULL;
196 if (handle == NULL)
205 if (value != NULL && entry != NULL) {
216 value = NULL;
222 entry = NULL;
241 if (value != NULL)
243 if (entry != NULL)
260 if (handle == NULL)
277 if (value != NULL)
279 if (prop != NULL)
294 scf_value_t *value = NULL;
295 scf_transaction_entry_t *entry = NULL;
297 if (handle == NULL)
306 if (value != NULL && entry != NULL) {
317 value = NULL;
320 entry = NULL;
335 if (value != NULL)
337 if (entry != NULL)
351 scf_value_t *value = NULL;
352 scf_property_t *prop = NULL;
354 if (handle == NULL)
372 if (value != NULL)
374 if (prop != NULL)
389 scf_value_t *value = NULL;
390 scf_transaction_entry_t *entry = NULL;
392 if (handle == NULL)
401 if (value != NULL && entry != NULL) {
412 value = NULL;
415 entry = NULL;
430 if (value != NULL)
432 if (entry != NULL)
446 scf_value_t *value = NULL;
447 scf_property_t *prop = NULL;
449 if (handle == NULL)
467 if (value != NULL)
469 if (prop != NULL)
485 if (handle == NULL)
494 if (value != NULL && entry != NULL) {
505 value = NULL;
511 entry = NULL;
529 if (value != NULL)
531 if (entry != NULL)
545 scf_value_t *value = NULL;
546 scf_property_t *prop = NULL;
548 if (handle == NULL)
565 if (value != NULL)
567 if (prop != NULL)
581 if (handle == NULL)
583 if (handle->scf_trans == NULL)
591 if (entry == NULL) {
599 entry = NULL;
650 if (handle != NULL) {
654 if (handle->scf_handle != NULL) {
659 if (handle->scf_scope == NULL)
669 if (handle->scf_service == NULL)
680 if (handle->scf_pg == NULL)
689 handle = NULL;
700 return (NULL);
713 if (handle != NULL) {
716 handle->scf_pg_iter = NULL;
719 handle->scf_inst_iter = NULL;
723 handle->scf_scope = NULL;
726 handle->scf_instance = NULL;
729 handle->scf_service = NULL;
732 handle->scf_pg = NULL;
738 handle->scf_handle = NULL;