Home
last modified time | relevance | path

Searched refs:chanstr (Results 1 – 2 of 2) sorted by relevance

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