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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c472 size_t mdnsz; /* length of the boot archive name */ local
547 mdnsz = strlen(fastboot_filename[FASTBOOT_NAME_BOOTARCHIVE]) + 1;
549 (void *)(start_addr_va + offs), mdnsz);
556 offs += mdnsz;

Completed in 58 milliseconds