Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c369 boolean_t is_ncu; in nwam_commit() local
387 is_ncu = (hp->nwh_object_type == NWAM_OBJECT_TYPE_NCU); in nwam_commit()
419 if (is_ncu) { in nwam_commit()
449 boolean_t is_ncp, is_ncu; in nwam_destroy() local
461 is_ncu = hp->nwh_object_type == NWAM_OBJECT_TYPE_NCU; in nwam_destroy()
465 if (!is_ncp && !is_ncu && nwam_is_active(hp)) in nwam_destroy()
476 if (is_ncu) { in nwam_destroy()