mlx_guid_sect
#define GUIDSECTION_SZ sizeof (struct mlx_guid_sect)
struct mlx_guid_sect *p, *s;
bcopy(&handle->pri_guid_section, p, sizeof (struct mlx_guid_sect));
bcopy(&handle->sec_guid_section, s, sizeof (struct mlx_guid_sect));
bzero(p, sizeof (struct mlx_guid_sect));
bzero(s, sizeof (struct mlx_guid_sect));
sizeof (struct mlx_guid_sect));
sizeof (struct mlx_guid_sect));
struct mlx_guid_sect guidsect;