Home
last modified time | relevance | path

Searched refs:T_FAILURE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.c713 opt->status = T_FAILURE; in process_topthdrs_first_pass()
799 opt->status = T_FAILURE; in process_topthdrs_first_pass()
897 (opt->status == T_FAILURE) || in do_options_second_pass()
943 opt->status = T_FAILURE; in do_options_second_pass()
1005 if (status == T_FAILURE) in get_worst_status()
1006 return (T_FAILURE); in get_worst_status()
1008 case T_FAILURE: in get_worst_status()
1181 topth->status = T_FAILURE; in do_opt_default()
1183 get_worst_status(T_FAILURE, in do_opt_default()
1301 topth->status = T_FAILURE; in do_opt_current()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dtpicommon.h129 #define T_FAILURE 0x040 /* failure result */ macro