Searched refs:hep (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c99 ctf_helem_t *hep = &hp->h_chains[hp->h_free]; local
117 hep->h_name = name;
118 hep->h_type = type;
120 hep->h_next = hp->h_buckets[h];
135 ctf_helem_t *hep = ctf_hash_lookup(hp, fp, str, strlen(str)); local
137 if (hep == NULL)
140 hep->h_type = type;
147 ctf_helem_t *hep; local
154 for (i = hp->h_buckets[h]; i != 0; i = hep->h_next) {
155 hep
[all...]
H A Dctf_create.c722 ctf_helem_t *hep = NULL; local
727 hep = ctf_hash_lookup(hp, fp, name, strlen(name));
729 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
730 dtd = ctf_dtd_lookup(fp, type = hep->h_type);
744 ctf_helem_t *hep = NULL; local
749 hep = ctf_hash_lookup(hp, fp, name, strlen(name));
751 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
752 dtd = ctf_dtd_lookup(fp, type = hep
766 ctf_helem_t *hep = NULL; local
788 ctf_helem_t *hep; local
1104 ctf_helem_t *hep; local
[all...]
H A Dctf_open.c353 ctf_helem_t *hep; local
367 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp,
373 } else if (ctf_type_encoding(fp, hep->h_type,
379 hep->h_type = CTF_INDEX_TO_TYPE(id, child);
/freebsd-9.3-release/libexec/bootpd/
H A Dtrygetif.c36 struct hostent *hep; local
51 hep = gethostbyname(argv[1]);
52 if (!hep) {
56 memcpy(&dst_addr, hep->h_addr, sizeof(dst_addr));
H A Dbootpd.c189 struct hostent *hep;
378 hep = gethostbyname(hostname);
379 if (!hep) {
383 bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr));
187 struct hostent *hep; local
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dbootptest.c140 struct hostent *hep; local
260 hep = gethostbyname(servername);
261 if (!hep)
263 bcopy(hep->h_addr, &server_addr, sizeof(server_addr));
336 hep = gethostbyname(hostname);
337 if (!hep) {
341 bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length);
/freebsd-9.3-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c163 struct hostent *hep;
228 hep = gethostbyname(hostname);
229 if (!hep) {
233 bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr));
348 hep = gethostbyname(servername);
349 if (!hep)
351 bcopy(hep->h_addr, (char *)&server_ipa, sizeof(server_ipa));
161 struct hostent *hep; local

Completed in 112 milliseconds