Searched defs:first_token (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/rsm/ |
| H A D | rsmka_pathmanager.c | 2571 sendq_token_t *token, *first_token; local 2586 token = first_token = ipc_info->current_token; 2611 if (token == first_token) {
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
| H A D | ipqosconf.c | 4302 char *first_token, 4325 "first_token: %s\n", arr_size, llimit, ulimit, first_token); 4330 if (first_token[0] != CURL_BEGIN) { 5236 * reads the value of an enumeration parameter from first_token and fp. 5237 * first_token is the first token of the value. 5244 char *first_token, 5263 if (*first_token != CURL_BEGIN) { 5264 ret = str_val_list_lookup(enum_vals, first_token, val); 5268 first_token, linen 4300 read_int_array( FILE *fp, char *first_token, int **arrp, uint32_t arr_size, int llimit, int ulimit, str_val_nd_t *enum_nvs) argument 5242 read_enum_value( FILE *fp, char *first_token, str_val_nd_t *enum_vals, uint32_t *val) argument [all...] |
Completed in 181 milliseconds