Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_sg.c311 ILBD_DESTROY_SERVERGROUP, ILB_STATUS_SGUNAVAIL, ucredp); in ilbd_destroy_sg()
312 return (ILB_STATUS_SGUNAVAIL); in ilbd_destroy_sg()
977 ILBD_REM_SERVER_FROM_GROUP, ILB_STATUS_SGUNAVAIL, ucredp); in ilbd_rem_server_from_group()
978 return (ILB_STATUS_SGUNAVAIL); in ilbd_rem_server_from_group()
1110 return (ILB_STATUS_SGUNAVAIL); in ilbd_retrieve_sg_hosts()
1532 return (ILB_STATUS_SGUNAVAIL); in ilbd_address_to_srvID()
1560 return (ILB_STATUS_SGUNAVAIL); in ilbd_srvID_to_address()
1596 case ILB_STATUS_SGUNAVAIL: in ilberror2auditerror()
H A Dilbd_rules.c1130 ILB_STATUS_SGUNAVAIL, ucredp); in ilbd_create_rule()
1131 return (ILB_STATUS_SGUNAVAIL); in ilbd_create_rule()
/illumos-gate/usr/src/lib/libilb/common/
H A Dlibilb.h102 ILB_STATUS_SGUNAVAIL, /* cannot find sgroup in sggroup list */ enumerator
H A Dilb_subr.c316 case ILB_STATUS_SGUNAVAIL: in ilb_errstr()
H A Dilb_sg.c299 if (rc == ILB_STATUS_SGUNAVAIL) { in i_walk_sgs()