Searched refs:chanstr (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | dcopy.c | 879 char chanstr[CHANSTRSIZE]; local 889 (void) snprintf(chanstr, CHANSTRSIZE, "channel%d", 892 channel->ch_kstat = kstat_create(name, instance, chanstr, "misc",
|
/illumos-gate/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat_chan.c | 156 char chanstr[CHANSTRSIZE]; local 232 (void) snprintf(chanstr, CHANSTRSIZE, "ioat%dchan%dcmd", 234 channel->ic_cmd_cache = kmem_cache_create(chanstr, cmd_size, 64,
|
Completed in 104 milliseconds