Searched refs:env_has_init (Results 1 – 2 of 2) sorted by relevance
87 return gd->env_has_init & BIT(location); in env_has_inited()99 gd->env_has_init |= BIT(location); in env_set_inited()
52 unsigned long env_has_init; /* Bitmask of boolean of struct env_location offsets */ member