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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c3363 char buffer[64], pprefix[8], nprefix[8]; local
3378 (void) sprintf(nprefix, "pci");
3394 (void) sprintf(buffer, "%s%x,%x", nprefix, vid, did);
3396 (void) sprintf(buffer, "%s%x,%x", nprefix, sub_vid, sub_sid);

Completed in 54 milliseconds