Searched refs:zptr (Results 1 – 1 of 1) sorted by relevance
97 struct zonegrp *zptr, tgrp; in res_nupdate() local125 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link)) in res_nupdate()126 if (ns_samename(tgrp.z_origin, zptr->z_origin) == 1 && in res_nupdate()127 tgrp.z_class == zptr->z_class) in res_nupdate()130 if (zptr == NULL) { in res_nupdate()131 zptr = malloc(sizeof *zptr); in res_nupdate()132 if (zptr == NULL) { in res_nupdate()136 *zptr = tgrp; in res_nupdate()137 zptr->z_flags = 0; in res_nupdate()138 INIT_LINK(zptr, z_link); in res_nupdate()[all …]