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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c656 int id_offset = 0; local
680 (char *)&buff[id_offset + 2],
701 id_offset += ID_OFF_SIZE;
707 id_offset++;
709 (void) memcpy((char *)&id, (char *)&buff[id_offset + 2],
726 id_offset += ID_OFF_SIZE;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c511 int id_offset = 0; local
534 (void) memcpy((char *)&id, (char *)&buff[id_offset + 2],
555 id_offset += ID_OFF_SIZE;
561 id_offset++;
563 (void) memcpy((char *)&id, (char *)&buff[id_offset + 2],
574 id_offset += ID_OFF_SIZE;

Completed in 50 milliseconds