Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c2571 sendq_token_t *token, *first_token; in rsmka_get_sendq_token() local
2586 token = first_token = ipc_info->current_token; in rsmka_get_sendq_token()
2611 if (token == first_token) { in rsmka_get_sendq_token()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c4302 char *first_token, in read_int_array() argument
4325 "first_token: %s\n", arr_size, llimit, ulimit, first_token); in read_int_array()
4330 if (first_token[0] != CURL_BEGIN) { in read_int_array()
5244 char *first_token, in read_enum_value() argument
5263 if (*first_token != CURL_BEGIN) { in read_enum_value()
5264 ret = str_val_list_lookup(enum_vals, first_token, val); in read_enum_value()
5268 first_token, lineno); in read_enum_value()