/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | ruptime.c | 242 hscmp(struct hs *h1, struct hs *h2) in hscmp() argument 245 return (rflg * strcmp(h1->hs_wd->wd_hostname, h2->hs_wd->wd_hostname)); in hscmp() 252 lcmp(struct hs *h1, struct hs *h2) in lcmp() argument 256 if (down(h2)) in lcmp() 257 return (tcmp(h1, h2)); in lcmp() 260 else if (down(h2)) in lcmp() 264 (h2->hs_wd->wd_loadav[0] - h1->hs_wd->wd_loadav[0])); in lcmp() 271 ucmp(struct hs *h1, struct hs *h2) in ucmp() argument 275 if (down(h2)) in ucmp() 276 return (tcmp(h1, h2)); in ucmp() [all …]
|
/titanic_41/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_cache.c | 242 nsc_copy(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, in nsc_copy() argument 249 ((h2->sb_flag & NSC_NODATA) && h2->sb_vec == NULL)) in nsc_copy() 252 if (h1->sb_fd && h2->sb_fd) { in nsc_copy() 256 io2 = (h2->sb_flag & NSC_ABUF) ? in nsc_copy() 257 (nsc_io_t *)h2->sb_fd : h2->sb_fd->sf_aio; in nsc_copy() 260 rc = (*io1->copy)(h1, h2, pos1, pos2, len); in nsc_copy() 266 return (_nsc_copy_h(h1, h2, pos1, pos2, len)); in nsc_copy() 271 _nsc_copy_h(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, in _nsc_copy_h() argument 279 pos2 < h2->sb_pos || pos2 + len > h2->sb_pos + h2->sb_len) in _nsc_copy_h() 298 v2 = h2->sb_vec; in _nsc_copy_h() [all …]
|
/titanic_41/usr/src/cmd/eqn/ |
H A D | shift.c | 23 int shval, d1, h1, b1, h2, b2; in bshiftb() local 32 h2 = eht[p2]; in bshiftb() 47 shval = - d1 + h2 - b2; in bshiftb() 48 if (d1+b1 > h2) /* move little sub down */ in bshiftb() 50 ebase[yyval] = b1 + max(0, h2-b1-d1); in bshiftb() 51 eht[yyval] = h1 + max(0, h2-b1-d1); in bshiftb() 68 if (VERT(4*(h1-b1)/10) + h2 < h1-b1) /* raise little super */ in bshiftb() 71 if (VERT(1) + h2 < h1-b1) /* raise little super */ in bshiftb() 73 shval = -(h1-b1) + h2-b2 - d1; in bshiftb() 75 eht[yyval] = h1 + max(0, h2-VERT((6*(h1-b1))/10)); in bshiftb() [all …]
|
/titanic_41/usr/src/cmd/audio/utilities/ |
H A D | hdr_misc.c | 189 audio_cmp_hdr(Audio_hdr *h1, Audio_hdr *h2) in audio_cmp_hdr() argument 191 if ((h1->encoding != h2->encoding) || in audio_cmp_hdr() 192 (h1->bytes_per_unit != h2->bytes_per_unit) || in audio_cmp_hdr() 193 (h1->channels != h2->channels) || in audio_cmp_hdr() 194 (h1->samples_per_unit != h2->samples_per_unit)) in audio_cmp_hdr() 197 if (h1->sample_rate != h2->sample_rate) in audio_cmp_hdr()
|
/titanic_41/usr/src/tools/stabs/ |
H A D | stabs.c | 406 int c, h2; in tdefdecl() local 429 cp = id(cp, &h2); in tdefdecl() 430 ntdp = lookup(h2); in tdefdecl() 434 cp = tdefdecl(cp, h2, rtdp); in tdefdecl() 438 addhash(ntdp, h2); in tdefdecl() 502 cp = id(cp, &h2); in tdefdecl() 503 ntdp = lookup(h2); in tdefdecl() 507 if (h != h2) in tdefdecl() 515 cp = tdefdecl(cp, h2, rtdp); in tdefdecl() 519 addhash(ntdp, h2); in tdefdecl()
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | st_parse.c | 574 int c, h2; in tdefdecl() local 586 cp = id(cp, &h2); in tdefdecl() 587 ntdp = lookup(h2); in tdefdecl() 613 TYPEFILE(h2), TYPENUM(h2), in tdefdecl() 618 h2 = faketypenumber++; in tdefdecl() 622 "redefine type (%d,%d)\n", TYPEFILE(h2), in tdefdecl() 623 TYPENUM(h2)); in tdefdecl() 631 h2); in tdefdecl() 634 (*rtdp)->t_id = h2; in tdefdecl() 640 cp = tdefdecl(cp, h2, rtdp); in tdefdecl() [all …]
|
/titanic_41/usr/src/lib/libmvec/common/ |
H A D | __vlog.c | 666 double h0, h1, h2, h3; in __vlog() local 738 h2 = d2 * TBL[i2]; in __vlog() 748 s2 = h2 + l2; in __vlog() 766 *y = (n2 * ln2hi + TBL[i2+2]) + (h2 + (l2 + in __vlog()
|
/titanic_41/usr/src/lib/libm/common/C/ |
H A D | __lgamma.c | 84 h2 = 1.346701454311101692290052e7, variable 244 q = h0+y*(h1+y*(h2+y*(h3+y*(h4+y*(h5+y*(h6+y* in __k_lgamma() 253 q = h0+y*(h1+y*(h2+y*(h3+y*(h4+y*(h5+y*(h6+y*(h7+y))))))); in __k_lgamma()
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | pmap_svc.c | 260 int h1, h2, h3, h4, p1, p2; in pmapproc_getport() local 276 if (sscanf(ua, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3, in pmapproc_getport() 281 h1, h2, h3, h4, p1, p2); in pmapproc_getport()
|
H A D | rpcb_svc_com.c | 1173 int h1, h2, h3, h4, p1, p2; in rpcbproc_callit_com() local 1177 &h1, &h2, &h3, &h4, &p1, &p2) != 6) in rpcbproc_callit_com() 1606 int h1, h2, h3, h4, p1, p2; in add_pmaplist() local 1620 &h1, &h2, &h3, &h4, &p1, &p2) != 6) in add_pmaplist()
|
/titanic_41/usr/src/cmd/fm/schemes/hc/ |
H A D | scheme.c | 211 nvlist_t **h1 = NULL, **h2 = NULL; in fru_compare() local 223 (void) nvlist_lookup_nvlist_array(f2, FM_FMRI_HC_LIST, &h2, in fru_compare() 225 if (h1sz == h2sz && hclist_contains(h1, h1sz, h2, h2sz) == 1) in fru_compare()
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/ |
H A D | extract | 38 print " </h2>"
|
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | hment.c | 131 hment_t *h2 = (hment_t *)hm2; in hment_compare() local 134 diff = (uintptr_t)h1->hm_htable - (uintptr_t)h2->hm_htable; in hment_compare() 136 diff = h1->hm_entry - h2->hm_entry; in hment_compare() 138 diff = h1->hm_pfn - h2->hm_pfn; in hment_compare()
|
/titanic_41/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 1930 const struct hio *h2 = x2; in hsched_deadline_compare() local 1932 if (h1->io_timestamp < h2->io_timestamp) in hsched_deadline_compare() 1934 if (h1->io_timestamp > h2->io_timestamp) in hsched_deadline_compare() 1937 if (h1->io_lblkno < h2->io_lblkno) in hsched_deadline_compare() 1939 if (h1->io_lblkno > h2->io_lblkno) in hsched_deadline_compare() 1942 if (h1 < h2) in hsched_deadline_compare() 1944 if (h1 > h2) in hsched_deadline_compare() 1954 const struct hio *h2 = x2; in hsched_offset_compare() local 1956 if (h1->io_lblkno < h2->io_lblkno) in hsched_offset_compare() 1958 if (h1->io_lblkno > h2->io_lblkno) in hsched_offset_compare() [all …]
|
/titanic_41/usr/src/lib/libnsl/key/ |
H A D | xcrypt.c | 553 uint32_t h2; member 588 weakDESkeys[i].h2 == db.key.low) in weak_DES_key()
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 183 int h1, h2, h3, h4, p1, p2; in ip_uaddr2taddr() local 205 if (sscanf(addr, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3, &h4, in ip_uaddr2taddr() 213 inaddr = (h1 << 24) + (h2 << 16) + (h3 << 8) + h4; in ip_uaddr2taddr()
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | request.c | 528 #define LDAP_CONN_SAMEHOST( h1, h2 ) \ argument 529 (( (h1) == NULL && (h2) == NULL ) || \ 530 ( (h1) != NULL && (h2) != NULL && strcasecmp( (h1), (h2) ) == 0 ))
|
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_ads.c | 2484 smb_ads_host_info_t *h2 = (smb_ads_host_info_t *)q; in smb_ads_dc_compare() local 2486 if (h1->priority < h2->priority) in smb_ads_dc_compare() 2488 if (h1->priority > h2->priority) in smb_ads_dc_compare() 2492 if (h1->weight < h2->weight) in smb_ads_dc_compare() 2494 if (h1->weight > h2->weight) in smb_ads_dc_compare()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zap_leaf.c | 450 #define HCD_GTEQ(h1, cd1, h2, cd2) \ argument 451 ((h1 > h2) ? TRUE : ((h1 == h2 && cd1 >= cd2) ? TRUE : FALSE))
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | help-l10n-comments.txt | 222 print -n "<br> <h2> " 225 print " </h2>"
|
/titanic_41/usr/src/uts/common/os/ |
H A D | callout.c | 230 #define CALLOUT_SWAP(h1, h2) \ argument 235 *h1 = *h2; \ 236 *h2 = tmp; \
|
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vlog.S | 191 ! f54 h2,f2-(c2-h2)
|
/titanic_41/usr/src/cmd/datadm/ |
H A D | datadm.c | 776 datadm_hca_entry_match(datadm_hca_entry_t *h1, datadm_hca_entry_t *h2) in datadm_hca_entry_match() argument 778 if (!datadm_str_match(h1->he_name, h2->he_name)) { in datadm_hca_entry_match()
|
/titanic_41/usr/src/uts/common/sys/nxge/ |
H A D | nxge_fflp_hw.h | 1465 uint32_t h2 : 16; /* 55 : 40 */ member 1471 uint32_t h2 : 16; /* 55 : 40 */
|
/titanic_41/usr/src/uts/common/klm/ |
H A D | nlm_impl.c | 1539 struct nlm_host *h2 = (struct nlm_host *)p2; in nlm_host_cmp() local 1542 res = strcmp(h1->nh_netid, h2->nh_netid); in nlm_host_cmp() 1546 res = nlm_netbuf_addrs_cmp(&h1->nh_addr, &h2->nh_addr); in nlm_host_cmp()
|