Searched refs:chanstr (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | dcopy.c | 879 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()
|
/titanic_44/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat_chan.c | 156 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()
|