Searched refs:fc_label (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_mem.c | 77 (void) strlcpy(seg->fc_label, "Node Pool", in emlxs_mem_alloc_buffer() 78 sizeof (seg->fc_label)); in emlxs_mem_alloc_buffer() 87 (void) strlcpy(seg->fc_label, "IOCB Pool", in emlxs_mem_alloc_buffer() 88 sizeof (seg->fc_label)); in emlxs_mem_alloc_buffer() 97 (void) strlcpy(seg->fc_label, "MBOX Pool", in emlxs_mem_alloc_buffer() 98 sizeof (seg->fc_label)); in emlxs_mem_alloc_buffer() 110 (void) strlcpy(seg->fc_label, "BPL Pool", in emlxs_mem_alloc_buffer() 111 sizeof (seg->fc_label)); in emlxs_mem_alloc_buffer() 123 (void) strlcpy(seg->fc_label, "BUF Pool", in emlxs_mem_alloc_buffer() 124 sizeof (seg->fc_label)); in emlxs_mem_alloc_buffer() [all …]
|
H A D | emlxs_fct.c | 5177 (void) snprintf(seg->fc_label, sizeof (seg->fc_label), 5219 seg->fc_label, seg->fc_numblks,
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 545 char fc_label[32]; member
|