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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c604 uint32_t size_txt; local
622 size_txt = emlxs_ftell(fp_txt);
628 if (size_txt) {
630 size += size_txt + 8;
664 if (size_txt) {
666 wptr[i++] = size_txt;
687 if (size_txt) {
688 bcopy(fp_txt->buffer, bptr, size_txt);
689 bptr += size_txt;

Completed in 58 milliseconds