Searched refs:get_worst_status (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | optcom.c | 65 static t_uscalar_t get_worst_status(t_uscalar_t, t_uscalar_t); 923 *worst_statusp = get_worst_status(opt->status, in do_options_second_pass() 946 *worst_statusp = get_worst_status(opt->status, in do_options_second_pass() 979 get_worst_status(t_uscalar_t status, t_uscalar_t current_worst_status) in get_worst_status() function 1048 *worst_statusp = get_worst_status(reqopt->status, in do_opt_default() 1149 *worst_statusp = get_worst_status(T_READONLY, in do_opt_default() 1183 get_worst_status(T_FAILURE, in do_opt_default() 1257 *worst_statusp = get_worst_status(topth->status, in do_opt_current() 1303 *worst_statusp = get_worst_status(topth->status, in do_opt_current() 1314 *worst_statusp = get_worst_status(reqopt->status, in do_opt_current() [all …]
|