Searched refs:fc_label (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_mem.c | 79 (void) strlcpy(seg->fc_label, "Node Pool", in emlxs_mem_alloc_buffer() 80 sizeof (seg->fc_label)); in emlxs_mem_alloc_buffer() 89 (void) strlcpy(seg->fc_label, "IOCB Pool", in emlxs_mem_alloc_buffer() 90 sizeof (seg->fc_label)); in emlxs_mem_alloc_buffer() 99 (void) strlcpy(seg->fc_label, "MBOX Pool", in emlxs_mem_alloc_buffer() 100 sizeof (seg->fc_label)); in emlxs_mem_alloc_buffer() 112 (void) strlcpy(seg->fc_label, "BPL Pool", in emlxs_mem_alloc_buffer() 113 sizeof (seg->fc_label)); in emlxs_mem_alloc_buffer() 125 (void) strlcpy(seg->fc_label, "BUF Pool", in emlxs_mem_alloc_buffer() 126 sizeof (seg->fc_label)); in emlxs_mem_alloc_buffer() [all …]
|
H A D | emlxs_fct.c | 5191 (void) snprintf(seg->fc_label, sizeof (seg->fc_label), in emlxs_fct_memseg_init() 5233 seg->fc_label, seg->fc_numblks, in emlxs_fct_dmem_init()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 549 char fc_label[32]; member
|