Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c152 Bail("realloc() failure"); in record_error()
952 Bail("malloc(parsekey)"); in parsekey()
1019 Bail("malloc(parseauthstr)"); in parseauthstr()
1049 Bail("malloc parsed label"); in parselabel()
1149 Bail("write() to PF_KEY socket failed (in doflush)"); in doflush()
1155 Bail("read (in doflush)"); in doflush()
1170 Bail("doflush: Return message not of type SADB_FLUSH!"); in doflush()
1179 Bail("return message (in doflush)"); in doflush()
1209 Bail("write to PF_KEY socket failed (in dodump)"); in dodump()
1219 Bail("read (in dodump)"); in dodump()
[all …]
H A Dikeadm.c384 Bail("door_call failed"); in ikedoor_call()
776 Bail("parsing identity"); in parse_ident()
2508 Bail(gettext("Must specify PKCS#11 token object.")); in do_setdel_pin()
2516 Bail("Invalid syntax for \"token login\""); in do_setdel_pin()
2526 Bail("Invalid syntax for \"token logout\""); in do_setdel_pin()
2557 Bail("unspecified level"); in do_setvar()
2563 Bail("Too many arguments to \"set debug\""); in do_setvar()
2574 Bail("Too many arguments to \"set priv\""); in do_setvar()
2596 Bail("open debug file"); in do_setvar()
2779 Bail("malloc(id)"); in do_getdel_doorcall()
[all …]
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.h162 #define Bail(s) bail(dgettext(TEXT_DOMAIN, s)) macro