/titanic_50/usr/src/cmd/ptools/psig/ |
H A D | psig.c | 296 uintptr_t haddr; in look() local 301 haddr = (uintptr_t)sp->sa_handler; in look() 303 if (aharr && intfnaddr && haddr == intfnaddr) in look() 304 haddr = deinterpose(sig, aharr, &psinfo, sp); in look() 306 if (haddr == (uintptr_t)SIG_DFL) { in look() 310 } else if (haddr == (uintptr_t)SIG_IGN) { in look() 320 if (lookuphandlers_flag && haddr > 1 && in look() 321 Plookup_by_addr(Pr, haddr, hname, in look() 326 (ulong_t)haddr); in look()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_ndp.c | 1368 in6_addr_t *targp, uchar_t **haddr, uint_t *haddrlenp) in ip_ndp_find_addresses() argument 1381 *haddr = addr; in ip_ndp_find_addresses() 1384 *haddr = NULL; in ip_ndp_find_addresses() 1402 uchar_t *haddr; in ip_ndp_excl() local 1423 ip_ndp_find_addresses(mp, &iras, ill, &targ, &haddr, &haddrlen); in ip_ndp_excl() 1424 if (haddr != NULL && haddrlen == ill->ill_phys_addr_length) { in ip_ndp_excl() 1440 if (bcmp(haddr, ill->ill_phys_addr, haddrlen) == 0 || in ip_ndp_excl() 1442 ipmp_illgrp_find_ill(ill->ill_grp, haddr, in ip_ndp_excl() 1479 mac_colon_addr(haddr, haddrlen, hbuf, sizeof (hbuf))); in ip_ndp_excl() 1515 const uchar_t *haddr; in ndp_failure() local [all …]
|
H A D | ip_arp.c | 2017 uchar_t *haddr; in arp_excl() local 2025 haddr = (uint8_t *)(arh + 1); in arp_excl() 2035 if (bcmp(haddr, ill->ill_phys_addr, haddrlen) == 0 || in arp_excl() 2037 ipmp_illgrp_find_ill(ill->ill_grp, haddr, in arp_excl() 2070 (void) mac_colon_addr(haddr, haddrlen, hbuf, sizeof (hbuf)); in arp_excl()
|
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 1065 char **haddr; variable 1085 for (haddr = rhp->h_addr_list; *haddr; haddr++) 1086 if (!memcmp(*haddr, addr, INADDRSZ)) 1088 if (!*haddr) {
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | common.c | 373 ihost(uint32_t haddr) in ihost() argument 379 sin.sin_addr.s_addr = haddr; in ihost()
|
H A D | common.h | 68 extern const char *ihost(uint32_t haddr);
|
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 703 uintptr_t haddr, addr = wsp->walk_addr; in umem_hash_walk_init() local 728 haddr = (uintptr_t)c.cache_hash_table; in umem_hash_walk_init() 731 if (mdb_vread(hash, hsize, haddr) == -1) { in umem_hash_walk_init() 732 mdb_warn("failed to read hash table at %p", haddr); in umem_hash_walk_init() 2498 uintptr_t laddr, haddr, baddr = NULL; in bufctl() local 2581 haddr = caller + sizeof (caller); in bufctl() 2590 haddr = (uintptr_t)sym.st_value + sym.st_size; in bufctl() 2595 bcp->bc_stack[i] < haddr) in bufctl() 3310 uintptr_t laddr, haddr; in vmem_seg() local 3400 haddr = caller + sizeof (caller); in vmem_seg() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | findstack.c | 522 uintptr_t haddr = addr + 1; in stacks_has_caller() local 531 haddr = (uintptr_t)sym.st_value + sym.st_size; in stacks_has_caller() 535 if (sep->se_stack[idx] >= laddr && sep->se_stack[idx] < haddr) in stacks_has_caller()
|
H A D | kmem.c | 787 uintptr_t haddr, addr = wsp->walk_addr; in kmem_hash_walk_init() local 812 haddr = (uintptr_t)c.cache_hash_table; in kmem_hash_walk_init() 815 if (mdb_vread(hash, hsize, haddr) == -1) { in kmem_hash_walk_init() 816 mdb_warn("failed to read hash table at %p", haddr); in kmem_hash_walk_init() 2860 uintptr_t laddr, haddr, baddr = NULL; in bufctl() local 2941 haddr = caller + sizeof (caller); in bufctl() 2950 haddr = (uintptr_t)sym.st_value + sym.st_size; in bufctl() 2954 if (bc.bc_stack[i] >= laddr && bc.bc_stack[i] < haddr) in bufctl() 3677 uintptr_t laddr, haddr; in vmem_seg() local 3767 haddr = caller + sizeof (caller); in vmem_seg() [all …]
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_mem.c | 1395 uint32_t *haddr, uint32_t *laddr) in emlxs_mem_map_vaddr() argument 1416 *haddr = PADDR_HI(mp->phys); in emlxs_mem_map_vaddr() 1444 *haddr = PADDR_HI(mp->phys); in emlxs_mem_map_vaddr() 1473 *haddr = PADDR_HI(mp->phys); in emlxs_mem_map_vaddr() 1501 *haddr = PADDR_HI(mp->phys); in emlxs_mem_map_vaddr()
|
/titanic_50/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 1371 uintptr_t haddr; in dtrace_helptrace() local 1422 haddr = (uintptr_t)help.dtht_helper; in dtrace_helptrace() 1424 if (mdb_vread(&helper, sizeof (helper), haddr) == -1) { in dtrace_helptrace() 1443 haddr = (uintptr_t)helper.dtha_actions + in dtrace_helptrace() 1446 if (mdb_vread(&haddr, sizeof (haddr), haddr) == -1) { in dtrace_helptrace() 1449 mdb_printf("%p\n", haddr); in dtrace_helptrace()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | if.c | 1044 in_addr_t haddr; in ifscan() local 1258 haddr = ntohl(sinp->sin_addr.s_addr); in ifscan() 1259 if (IN_CLASSD(haddr) || in ifscan() 1260 (haddr & IN_CLASSA_NET) == 0) { in ifscan() 1267 naddr_ntoa(haddr)); in ifscan()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 2961 struct in_addr haddr; local 2963 haddr = inet_addr(host); 2964 return haddr.s_addr;
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_extern.h | 559 RING *rp, MATCHMAP *mp, uint32_t *haddr,
|