Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_error.c54 {NWAM_ENTITY_NOT_DESTROYABLE, "entity cannot be destroyed"},
H A Dlibnwam_loc.c464 return (NWAM_ENTITY_NOT_DESTROYABLE); in nwam_loc_destroy()
466 return (NWAM_ENTITY_NOT_DESTROYABLE); in nwam_loc_destroy()
H A Dlibnwam.h125 NWAM_ENTITY_NOT_DESTROYABLE, /* Entity cannot be destroyed */ enumerator
H A Dlibnwam_ncp.c624 return (NWAM_ENTITY_NOT_DESTROYABLE); in nwam_ncp_destroy()
1419 return (NWAM_ENTITY_NOT_DESTROYABLE); in nwam_ncu_destroy()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c1485 if (ret == NWAM_ENTITY_NOT_DESTROYABLE) { in destroy_ret()