Searched refs:IOB_PRE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.h51 #define IOB_PRE "iob" macro
H A Dcfg_link.c580 * 1) <IOB_PRE string><DI_PROP_SERID property: sun specific portion>
581 * 2) <IOB_PRE string><full DI_PROP_SERID property in hex>
582 * 3) <IOB_PRE string>
605 (void) strlcpy(buf, IOB_PRE, bufsz);
613 (void) snprintf(buf, bufsz, "%s%llx", IOB_PRE, serid);
627 (void) snprintf(buf, bufsz, "%s%s", IOB_PRE, idstr);
682 #define iob_pre_len (sizeof (IOB_PRE) - 1)

Completed in 225 milliseconds