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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c156 char chanstr[CHANSTRSIZE]; local
232 (void) snprintf(chanstr, CHANSTRSIZE, "ioat%dchan%dcmd",
234 channel->ic_cmd_cache = kmem_cache_create(chanstr, cmd_size, 64,
/illumos-gate/usr/src/uts/common/io/
H A Ddcopy.c879 char chanstr[CHANSTRSIZE]; local
889 (void) snprintf(chanstr, CHANSTRSIZE, "channel%d",
892 channel->ch_kstat = kstat_create(name, instance, chanstr, "misc",

Completed in 61 milliseconds