Searched refs:ghdr (Results 1 – 1 of 1) sorted by relevance
388 } ghdr; in write_gmon() local389 if (sizeof (ghdr) != sizeof (struct gmon_hdr) in write_gmon()395 memcpy (&ghdr.cookie[0], GMON_MAGIC, sizeof (ghdr.cookie)); in write_gmon()396 ghdr.version = GMON_VERSION; in write_gmon()397 memset (ghdr.spare, '\0', sizeof (ghdr.spare)); in write_gmon()398 __write_nocancel (fd, &ghdr, sizeof (struct gmon_hdr)); in write_gmon()