Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c146 Bail("realloc() failure"); in record_error()
877 Bail("malloc(parsekey)"); in parsekey()
941 Bail("malloc parsed label"); in parselabel()
1041 Bail("write() to PF_KEY socket failed (in doflush)"); in doflush()
1047 Bail("read (in doflush)"); in doflush()
1062 Bail("doflush: Return message not of type SADB_FLUSH!"); in doflush()
1071 Bail("return message (in doflush)"); in doflush()
1100 Bail("write to PF_KEY socket failed (in dodump)"); in dodump()
1110 Bail("read (in dodump)"); in dodump()
1137 Bail("Dump failed"); in dodump()
[all …]
H A Dikeadm.c381 Bail("door_call failed"); in ikedoor_call()
773 Bail("parsing identity"); in parse_ident()
2505 Bail(gettext("Must specify PKCS#11 token object.")); in do_setdel_pin()
2513 Bail("Invalid syntax for \"token login\""); in do_setdel_pin()
2523 Bail("Invalid syntax for \"token logout\""); in do_setdel_pin()
2554 Bail("unspecified level"); in do_setvar()
2560 Bail("Too many arguments to \"set debug\""); in do_setvar()
2571 Bail("Too many arguments to \"set priv\""); in do_setvar()
2593 Bail("open debug file"); in do_setvar()
2776 Bail("malloc(id)"); in do_getdel_doorcall()
[all …]
/titanic_41/usr/src/lib/libipsecutil/common/
H A Dipsec_util.h159 #define Bail(s) bail(dgettext(TEXT_DOMAIN, s)) macro