| /src/external/bsd/libbind/dist/irs/ |
| irp_ho.c | 83 static void free_host(struct hostent *ho); 100 struct irs_ho *ho; local 103 if (!(ho = memget(sizeof *ho))) { 107 memset(ho, 0x0, sizeof *ho); 110 memput(ho, sizeof *ho); 117 ho->private = pvt; 118 ho->close = ho_close 173 struct hostent *ho = &pvt->host; local 226 struct hostent *ho = &pvt->host; local 289 struct hostent *ho = &pvt->host; local [all...] |
| gen_ho.c | 53 struct irs_ho * ho; member in struct:pvt 83 struct irs_ho *ho; local 91 if (!(ho = memget(sizeof *ho))) { 96 memset(ho, 0x5e, sizeof *ho); 99 ho->private = pvt; 100 ho->close = ho_close; 101 ho->byname = ho_byname; 102 ho->byname2 = ho_byname2 131 struct irs_ho *ho; local 174 struct irs_ho *ho; local 213 struct irs_ho *ho; local 253 struct irs_ho *ho; local 274 struct irs_ho *ho; local 291 struct irs_ho *ho = rule->inst->ho; local 330 struct irs_ho *ho = rule->inst->ho; local 342 struct irs_ho *ho; local [all...] |
| irs_data.h | 35 struct irs_ho * ho; member in struct:net_data
|
| gethostent.c | 135 struct irs_ho *ho; local 141 if (!net_data || !(ho = net_data->ho)) 156 net_data->ho_last = (*ho->byname2)(ho, name, af); 164 struct irs_ho *ho; local 167 if (!net_data || !(ho = net_data->ho)) 176 net_data->ho_last = (*ho->byaddr)(ho, addr, len, af) 185 struct irs_ho *ho; local 201 struct irs_ho *ho; local 214 struct irs_ho *ho; local [all...] |
| lcl_ho.c | 158 struct irs_ho *ho; local 168 if (!(ho = memget(sizeof *ho))) { 173 memset(ho, 0x5e, sizeof *ho); 174 ho->private = pvt; 175 ho->close = ho_close; 176 ho->byname = ho_byname; 177 ho->byname2 = ho_byname2; 178 ho->byaddr = ho_byaddr [all...] |
| nis_ho.c | 125 struct irs_ho *ho; local 133 if (!(ho = memget(sizeof *ho))) { 138 memset(ho, 0x5e, sizeof *ho); 141 ho->private = pvt; 142 ho->close = ho_close; 143 ho->byname = ho_byname; 144 ho->byname2 = ho_byname2; 145 ho->byaddr = ho_byaddr [all...] |
| gen.c | 193 struct irs_ho *ho; 207 ho = rule->inst->ho; 209 (*ho->res_set)(ho, res, NULL); 240 if (irs->accessors[n].ho != NULL) 241 (*irs->accessors[n].ho->close)(irs->accessors[n].ho); 359 if (inst->ho == NULL && inst->acc->ho_map != NULL) 360 inst->ho = (*inst->acc->ho_map)(inst->acc) [all...] |
| getnetgrent_r.c | 49 char *ng, *ho, *us, *dom; local 52 DE_CONST(host, ho); 56 return (innetgr(ng, ho, us, dom));
|
| dns_ho.c | 181 struct irs_ho *ho; local 192 if (!(ho = memget(sizeof *ho))) { 197 memset(ho, 0x5e, sizeof *ho); 198 ho->private = pvt; 199 ho->close = ho_close; 200 ho->byname = ho_byname; 201 ho->byname2 = ho_byname2; 202 ho->byaddr = ho_byaddr [all...] |
| gen_p.h | 76 struct irs_ho * ho; member in struct:irs_inst
|
| irs_data.c | 93 if (net_data->ho != NULL) { 94 (*net_data->ho->close)(net_data->ho); 95 net_data->ho = NULL;
|
| getaddrinfo.c | 619 struct irs_ho *ho; local 632 if (!net_data || !(ho = net_data->ho)) 648 result = (*ho->addrinfo)(ho, hostname, pai); 650 (*ho->minimize)(ho); 1241 if (!net_data->ho) { 1242 net_data->ho = (*net_data->irs->ho_map)(net_data->irs); 1243 if (!net_data->ho || !net_data->res) [all...] |
| irpmarshall.c | 874 * int irp_marshall_ho(struct hostent *ho, char **buffer, size_t *len) 887 irp_marshall_ho(struct hostent *ho, char **buffer, size_t *len) { 898 if (ho == NULL || len == NULL) { 903 switch(ho->h_addrtype) { 917 sprintf(holength, "%d", ho->h_length); 919 need += strlen(ho->h_name) + 1; 920 need += joinlength(ho->h_aliases) + 1; 926 addrlen = (ho->h_addrtype == AF_INET ? 16 : 46) ; /*%< XX other AF's?? */ 927 for (av = ho->h_addr_list; av != NULL && *av != NULL ; av++) 952 strcpy(*buffer, ho->h_name); strcat(*buffer, fieldsep) [all...] |
| /src/tests/lib/libc/gen/ |
| t_humanize_number.c | 207 const struct hnopts *ho; local 214 ho = &hnopts[i]; 215 if (buflen < ho->ho_len) { 216 buflen = ho->ho_len; 222 rv = humanize_number(buf, ho->ho_len, ho->ho_num, 223 ho->ho_suffix, ho->ho_scale, ho->ho_flags); 225 if (rv == ho->ho_retval & [all...] |
| /src/external/bsd/am-utils/dist/amd/ |
| amfs_nfsl.c | 98 char *ho = fo->opt_rhost; local 107 if (!cp || !ho) { 117 if (!STRCEQ(ho, am_get_hostname()) && !STRCEQ(ho, hostd)) { 119 "or \"%s\" using type:=nfs", ho, am_get_hostname(), hostd); 215 char *cp, *ho; local 222 ho = mf->mf_fo->opt_rhost; 234 if ((!STRCEQ(ho, am_get_hostname()) && 235 !STRCEQ(ho, hostd)) || lstat(cp, &stb) < 0) {
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
| nouveau_nvkm_core_ramht.c | 48 u32 co, ho; local 50 co = ho = nvkm_ramht_hash(ramht, chid, handle); 59 } while (co != ho); 115 u32 co, ho; local 120 co = ho = nvkm_ramht_hash(ramht, chid, handle); 129 } while (co != ho);
|
| /src/usr.sbin/faithd/ |
| ftp.c | 463 unsigned int ho[4], po[2]; local 479 &ho[0], &ho[1], &ho[2], &ho[3], &po[0], &po[1]); 490 sin->sin_addr.s_addr |= htonl(((uint32_t)(ho[n] & 0xff) 585 unsigned int af, hal, ho[16], pal, po[2]; local 668 "%u,%u,%u", &af, &hal, &ho[0], &ho[1], &ho[2], &ho[3] [all...] |
| /src/external/bsd/ppp/dist/pppd/ |
| ipcp.c | 730 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local 742 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs) 747 if (ho->neg_vj && ho->old_vj) { 750 go->vj_protocol = ho->vj_protocol; 1446 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local 1463 BZERO(ho, sizeof(*ho)); 1488 if (!ao->old_addrs || ho->neg_addr | 1808 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local [all...] |
| ccp.c | 1069 ccp_options *ho = &ccp_hisoptions[f->unit]; local 1080 memset(ho, 0, sizeof(ccp_options)); 1081 ho->method = (len > 0)? p[0]: -1; 1101 MPPE_CI_TO_OPTS(&p[2], ho->mppe); 1104 if (ho->mppe & MPPE_OPT_UNSUPPORTED) { 1106 ho->mppe &= ~MPPE_OPT_UNSUPPORTED; 1108 if (ho->mppe & MPPE_OPT_UNKNOWN) { 1110 ho->mppe &= ~MPPE_OPT_UNKNOWN; 1114 if (ho->mppe & MPPE_OPT_STATEFUL) { 1129 if ((ho->mppe & MPPE_OPT_128 1417 ccp_options *ho = &ccp_hisoptions[f->unit]; local [all...] |
| multilink.c | 128 lcp_options *ho = &lcp_hisoptions[0]; local 137 if (!go->neg_mrru || !ho->neg_mrru) { 142 /* XXX should check the peer_authname and ho->endpoint 147 if (!go->neg_mrru || !ho->neg_mrru) { 151 mtu = ho->neg_mru? ho->mru: PPP_MRU; 175 if (ho->neg_endpoint) 176 l += 3 * ho->endpoint.length + 8; 185 if (ho->neg_endpoint || bundle_name) 187 if (ho->neg_endpoint [all...] |
| lcp.c | 1490 lcp_options *ho = &lcp_hisoptions[f->unit]; local 1506 BZERO(ho, sizeof(*ho)); 1553 ho->neg_mru = 1; /* Remember he sent MRU */ 1554 ho->mru = cishort; /* And remember value */ 1576 ho->neg_asyncmap = 1; 1577 ho->asyncmap = cilong; 1605 if (ho->neg_chap || ho->neg_eap || 1624 ho->neg_upap = 1 1877 lcp_options *ho = &lcp_hisoptions[f->unit]; local [all...] |
| ipv6cp.c | 910 ipv6cp_options *ho = &ipv6cp_hisoptions[f->unit]; local 926 BZERO(ho, sizeof(*ho)); 1000 ho->neg_ifaceid = 1; 1001 ho->hisid = ifaceid; 1020 ho->neg_vj = 1; 1021 ho->vj_protocol = cishort; 1074 if (rc != CONFREJ && !ho->neg_ifaceid && 1274 ipv6cp_options *ho = &ipv6cp_hisoptions[f->unit]; local 1284 if (!eui64_iszero(wo->hisid) && !wo->accept_remote && (!ho->neg_ifaceid || !eui64_equals(ho->hisid, wo->hisid))) [all...] |
| /src/etc/ |
| MAKEDEV.tmpl | 2376 ho=524280 # offset for partition 9 to 11 (same as ...p16high) 2391 mkdev ${name}${unit}i b $blk $(($unit * 8 + $ho + 8)) 640 $g_operator 2392 mkdev ${name}${unit}j b $blk $(($unit * 8 + $ho + 9)) 640 $g_operator 2393 mkdev ${name}${unit}k b $blk $(($unit * 8 + $ho + 10)) 640 $g_operator 2394 mkdev ${name}${unit}l b $blk $(($unit * 8 + $ho + 11)) 640 $g_operator 2403 mkdev r${name}${unit}i c $chr $(($unit * 8 + $ho + 8)) 640 $g_operator 2404 mkdev r${name}${unit}j c $chr $(($unit * 8 + $ho + 9)) 640 $g_operator 2405 mkdev r${name}${unit}k c $chr $(($unit * 8 + $ho + 10)) 640 $g_operator 2406 mkdev r${name}${unit}l c $chr $(($unit * 8 + $ho + 11)) 640 $g_operator 2453 ho=524280 # offset for partition 9 to 1 [all...] |
| /src/tests/dev/clock_subr/ |
| t_clock_subr.c | 45 #define FILL(ti,ye,mo,da,wd,ho,mi,se) \ 47 .dt_wday = (wd), .dt_hour = (ho), .dt_min = (mi), .dt_sec = (se), } }
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldelf.c | 2277 struct orphan_save *ho, *horig; local 2279 for (ho = hold, horig = orig_hold; 2280 ho < hold + ARRAY_SIZE (hold); 2281 ++ho, ++horig) 2283 *ho = *horig; 2284 if (ho->name != NULL) 2286 ho->os = lang_output_section_find (ho->name); 2287 if (ho->os != NULL && ho->os->flags == 0 [all...] |