Searched refs:IPADM_ENXIO (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c463 return (IPADM_ENXIO);
477 return (IPADM_ENXIO);
H A Dlibipadm.h70 IPADM_ENXIO, /* Interface does not exist */ enumerator in enum:__anon3342
H A Dipadm_if.c1209 * exist both in kernel and the persistent store, return IPADM_ENXIO.
1211 if ((ret == IPADM_ENXIO && is_persistent) || ret == IPADM_SUCCESS) {
1391 * IPADM_ENXIO, if both status1 and status2 are ENXIO
1402 return (other == IPADM_ENXIO ? IPADM_SUCCESS : IPADM_FAILURE);
1415 * On error : IPADM_INVALID_ARG, IPADM_ENXIO or IPADM_FAILURE.
1436 return (IPADM_ENXIO);
1542 return (other == IPADM_ENXIO ? IPADM_SUCCESS : IPADM_FAILURE);
H A Dlibipadm.c78 { IPADM_ENXIO, "Interface does not exist" },
115 return (IPADM_ENXIO);
H A Dipadm_addr.c820 return (IPADM_ENXIO);
2823 * config, we will get a IPADM_ENXIO from kernel.
2827 if (status == IPADM_ENXIO)
3436 return (IPADM_ENXIO);
H A Dipadm_prop.c1739 return (IPADM_ENXIO);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c541 } else if (status == IPADM_ENXIO) {
748 if (ifname != NULL && status == IPADM_ENXIO)
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c1276 (!plumb && ipstatus != IPADM_ENXIO)) {
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2391 if (status == IPADM_ENXIO)

Completed in 97 milliseconds