Lines Matching defs:hip
1454 * many of the structures pointed to by the output parameter hip match the
1457 * It is the responsibility of the caller to free *hip when *nhdls != 0.
1460 get_hinfo(int fd, char *name, struct handle_info **hip, size_t *nhdls,
1475 *hip = 0;
1489 } else if ((*hip = GETSTRUCT(struct handle_info, *nhdls)) == 0) {
1496 hdli.hdli = (caddr_t)*hip;
1502 free(*hip);
1512 qsort((void *)*hip, *nhdls, sizeof (**hip), hdl_cmp);
1520 for (i = 0, hp = *hip, ip = chosen; i < *nhdls;
1576 for (i = 0, hp = *hip, ip = chosen; i < scnt;
1585 for (i = 0, hp = *hip; i < *nhdls; i++, hp++) {
1591 if (*nhdls == 0 && *hip)
1592 free(*hip);