Searched defs:slot_array (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_probe.c82 char slot_array[ARRAY_LIMIT][NAME_LIMIT]; local
157 (void) strncpy(slot_array[count], nm_start, nm_len);
158 slot_array[count][nm_len] = '\0';
159 slot_args[count+CONST_SLOTS] = slot_array[count];

Completed in 44 milliseconds