Home
last modified time | relevance | path

Searched refs:hp (Results 226 – 250 of 388) sorted by relevance

12345678910>>...16

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c3906 char *hp; in logforward() local
3909 hs.h_host = hp; in logforward()
5364 mythreadno, (void *)hp->h, (void *)hp, in hnc_lookup()
5374 if (ncp == hp->ncp && same_addr(&hp->addr, nbp)) { in hnc_lookup()
5393 mythreadno, (void *)hp->h, (void *)hp, in hnc_lookup()
5397 return (hp->h); in hnc_lookup()
5400 hpp = &hp->next; in hnc_lookup()
5456 hpp = &hp->next; in hnc_register()
5501 mythreadno, (void *)hp->h, (void *)hp, hp->h->hl_hosts[0]); in hnc_unreg()
5503 freehl(hp->h); in hnc_unreg()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab84 +68 long 0x020b0619 , hp s800 relocatable
85 +68 long 0x02100619 , hp pa-risc 1.1 relocatable
86 +68 long 0x02110619 , hp pa-risc 1.2 relocatable
87 +68 long 0x02140619 , hp pa-risc 2.0 relocatable
153 0 long 0x020b0106 hp s800 object x-system/obj
154 0 long 0x020b0107 hp s800 executable x-system/exe
169 0 long 0x02080107 hp s500 executable x-system/exe
191 0 short 0x8000 hp lif file
192 0 long 0x020c010c hp compiled Lisp
193 0 long 0x4da7eee8 hp windows font
[all …]
/illumos-gate/usr/src/cmd/make/bin/
H A Dar.cc629 char *hp; in translate_entry() local
740 hp = *long_names_table + offset; in translate_entry()
743 hp = arp->ar_port.ar_name; in translate_entry()
746 while (*hp && in translate_entry()
747 (*hp != (int) slash_char) && in translate_entry()
749 MBTOWC(ap, hp); in translate_entry()
751 hp++; in translate_entry()
/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c193 register char *np, *hp, *cp; in unuucp() local
206 hp = strrchr(tname, '!'); in unuucp()
207 if (hp == NOSTR) in unuucp()
208 hp = tname; in unuucp()
210 *hp++ = 0; in unuucp()
216 if (debug) fprintf(stderr, "host %s, name %s\n", hp, np); in unuucp()
217 snprintf(result, sizeof (result), "%s@%s.UUCP", np, hp); in unuucp()
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c356 struct hbuf *hp; in fsflush() local
404 hp = &hbuf[ix]; in fsflush()
407 bcount += (hp->b_length); in fsflush()
428 hp->b_length--; in fsflush()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmultilink.c239 struct hostent *hp; local
249 hp = gethostbyname(hostname);
250 if (hp != NULL) {
251 addr = *(u_int32_t *)hp->h_addr;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dmain.c111 char *dhosts[NHOSTS], **hp = dhosts; local
205 if (hp >= &dhosts[NHOSTS-2]) {
211 *hp++ = *++argv;
277 *hp = NULL;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c121 struct hostent *hp; local
186 if ((hp = gethostbyname(targethost)) == NULL) {
195 if (hp->h_length != sizeof (targetaddr)) {
201 (void) memcpy(&targetaddr.s_addr, hp->h_addr,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c958 if (hp == NULL)
1040 if (hp != NULL)
1041 freehostent(hp);
1056 if (hp != NULL)
1057 freehostent(hp);
1079 if (hp != NULL)
1118 if (hp != NULL && hp->h_addr_list[addrno] != NULL)
1168 if (hp != NULL)
1175 if (hp != NULL)
1177 freehostent(hp);
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c302 di_prop_t hp = DI_PROP_NIL; in hwprop2uint() local
305 while ((hp = di_prop_next(n, hp)) != DI_PROP_NIL) { in hwprop2uint()
306 if (strcmp(di_prop_name(hp), propnm) == 0) { in hwprop2uint()
307 if (di_prop_bytes(hp, &buf) < sizeof (uint_t)) in hwprop2uint()
331 di_prop_t hp = DI_PROP_NIL; in di_bytes_get() local
337 while ((hp = di_prop_next(n, hp)) != DI_PROP_NIL) { in di_bytes_get()
338 if (strcmp(di_prop_name(hp), pnm) == 0) { in di_bytes_get()
339 if ((*sz = di_prop_bytes(hp, db)) < 0) in di_bytes_get()
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dpcf8584.c759 ddi_acc_handle_t hp = i2c->pcf8584_rhandle; in pcf8584_put_s1() local
762 ddi_put8(hp, rp->pcf8584_regs_s1, cmd); in pcf8584_put_s1()
768 (void) ddi_get8(hp, rp->pcf8584_regs_s1); in pcf8584_put_s1()
779 ddi_acc_handle_t hp = i2c->pcf8584_rhandle; in pcf8584_put_s0() local
782 ddi_put8(hp, rp->pcf8584_regs_s0, data); in pcf8584_put_s0()
788 (void) ddi_get8(hp, rp->pcf8584_regs_s1); in pcf8584_put_s0()
799 ddi_acc_handle_t hp = i2c->pcf8584_rhandle; in pcf8584_get_s0() local
803 s0 = ddi_get8(hp, rp->pcf8584_regs_s0); in pcf8584_get_s0()
816 ddi_acc_handle_t hp = i2c->pcf8584_rhandle; in pcf8584_get_s1() local
820 s1 = ddi_get8(hp, rp->pcf8584_regs_s1); in pcf8584_get_s1()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmkalias.c213 struct hostent *hp; in HostCheck() local
221 hp = gethostbyname(h); in HostCheck()
222 return (hp == NULL); in HostCheck()
H A Dypwhich.c552 struct hostent *hp; local
611 struct hostent *hp; local
614 hp = gethostbyaddr((char *)&server->s_addr,
617 printf("%s\n", hp ? hp->h_name : buf);
/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c262 struct hostent *hp; in process_rh() local
293 hp = getipnodebyname(hostname_p, AF_INET6, in process_rh()
295 if (hp == NULL) { in process_rh()
304 (void) memcpy(&ipv6addr, hp->h_addr, hp->h_length); in process_rh()
/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c737 wchar_t **hp; /* ptr to current char of a valid */ in header_chk() local
759 for (hp = &headnames[0]; *hp != (wchar_t *)0; hp++) in header_chk()
760 if (ispref(*hp, cp)) { in header_chk()
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c1973 struct bbh_handle *hp; in cmdk_bbh_htoc() local
1976 hp = (struct bbh_handle *)handle; in cmdk_bbh_htoc()
1977 ckp = hp->h_cktab + hp->h_idx; in cmdk_bbh_htoc()
1978 hp->h_idx++; in cmdk_bbh_htoc()
1986 struct bbh_handle *hp; in cmdk_bbh_freehandle() local
2017 struct bbh_handle *hp; in cmdk_bbh_gethandle() local
2088 hp = (struct bbh_handle *)kmem_zalloc((sizeof (*hp) + in cmdk_bbh_gethandle()
2091 hp->h_idx = 0; in cmdk_bbh_gethandle()
2092 hp->h_totck = cnt; in cmdk_bbh_gethandle()
2093 ckp = hp->h_cktab = (struct bbh_cookie *)(hp + 1); in cmdk_bbh_gethandle()
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_mem.h186 int sbdp_passthru_readmem(sbdp_handle_t *hp, void *);
187 int sbdp_passthru_prep_script(sbdp_handle_t *hp, void *);
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c79 HEADER *hp; in res_nmkupdate() local
99 hp = (HEADER *) buf; in res_nmkupdate()
101 hp->id = htons(statp->id); in res_nmkupdate()
102 hp->opcode = ns_o_update; in res_nmkupdate()
103 hp->rcode = NOERROR; in res_nmkupdate()
704 hp->qdcount = htons(counts[0]); in res_nmkupdate()
705 hp->ancount = htons(counts[1]); in res_nmkupdate()
706 hp->nscount = htons(counts[2]); in res_nmkupdate()
707 hp->arcount = htons(counts[3]); in res_nmkupdate()
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.guess585 echo m68k-hp-bsd
588 echo m68k-hp-bsd4.4
660 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
664 echo ia64-hp-hpux${HPUX_REV}
697 echo hppa1.1-hp-bsd
700 echo hppa1.0-hp-bsd
703 echo hppa1.0-hp-mpeix
706 echo hppa1.1-hp-osf
709 echo hppa1.0-hp-osf
719 echo hppa1.1-hp-lites
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c258 const ctf_header_t *hp; in ctfdump_header() local
262 ctf_dataptr(g_fp, (const void **)&hp, NULL); in ctfdump_header()
264 hp->cth_magic); in ctfdump_header()
266 hp->cth_version); in ctfdump_header()
276 hp->cth_lbloff); in ctfdump_header()
278 hp->cth_objtoff); in ctfdump_header()
280 hp->cth_funcoff); in ctfdump_header()
282 hp->cth_typeoff); in ctfdump_header()
284 hp->cth_stroff); in ctfdump_header()
286 hp->cth_strlen); in ctfdump_header()
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c428 struct hostent h, *hp; in find_best_server_int() local
443 hp = gethostbyname_r(client_name, &h, hbuf, sizeof (hbuf), &err); in find_best_server_int()
444 if (hp == NULL) in find_best_server_int()
446 (void) memcpy(&client_addr, hp->h_addr_list[0], sizeof (client_addr)); in find_best_server_int()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c346 HEADER *hp; in get_txt_records() local
375 hp = (HEADER *) abuf; in get_txt_records()
376 ancount = ntohs(hp->ancount); in get_txt_records()
377 qdcount = ntohs(hp->qdcount); in get_txt_records()
/illumos-gate/usr/src/lib/lib9p/common/
H A Drequest.c200 const struct l9p_handler *handlers, *hp; in l9p_dispatch_request() local
208 for (hp = handlers, i = 0; i < n; hp++, i++) in l9p_dispatch_request()
209 if (req->lr_req.hdr.type == hp->type) in l9p_dispatch_request()
211 hp = NULL; in l9p_dispatch_request()
218 if (hp != NULL && hp->must_run) in l9p_dispatch_request()
229 if (hp != NULL) { in l9p_dispatch_request()
230 if (!flush_requested || hp->must_run) in l9p_dispatch_request()
231 return (hp->handler(req)); in l9p_dispatch_request()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c94 int sbdp_test_suspend(sbdp_handle_t *hp);
863 sbdp_test_suspend(sbdp_handle_t *hp) argument
872 srh->sr_flags = hp->h_flags;
886 sbdp_passthru_test_quiesce(sbdp_handle_t *hp, void *arg) argument
890 return (sbdp_test_suspend(hp));
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c79 __bam_iitem(dbc, hp, indxp, key, data, op, flags) in __bam_iitem() argument
81 PAGE **hp;
99 h = *hp;
118 bk = GET_BKEYDATA(*hp, *indxp);
129 if ((ret = __db_ditem(dbc, *hp, *indxp, nbytes)) != 0)
134 if ((ret = __db_dput(dbc, data, hp, indxp, __bam_new)) != 0)

12345678910>>...16