importing_token_t
rsm_hash_size * sizeof (importing_token_t *));
importing_token_t *head;
importing_token_t *new_token;
new_token = kmem_zalloc(sizeof (importing_token_t), KM_SLEEP);
importing_token_t *prev, *token = NULL;
importing_token_t *prev_token, *token, *tmp_token, *tokp;
importing_token_t *force_disconnect_list = NULL;
importing_token_t *token;
importing_token_t *token;
importing_token_t *token = NULL;
importer_list.bucket = (importing_token_t **)
kmem_zalloc(rsm_hash_size * sizeof (importing_token_t *), KM_SLEEP);
importing_token_t **bucket;