Searched defs:new_token (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c362 new_token(fcode_env_t *env) function
934 P1275(0x0b5, 0, "new-token", new_token);
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c1761 importing_token_t *new_token; local
1768 new_token = kmem_zalloc(sizeof (importing_token_t), KM_SLEEP);
1769 new_token->importing_node = node;
1770 new_token->key = key;
1771 new_token->import_segment_cookie = cookie;
1772 new_token->importing_adapter_hwaddr = hwaddr;
1779 importer_list.bucket[index] = new_token;
1780 new_token->next = head;

Completed in 88 milliseconds