Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 25 of 29) sorted by relevance

12

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c242 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 Dnsc_cache.c242 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 Dshift.c23 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 Dhdr_misc.c189 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 Dstabs.c406 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 Dst_parse.c574 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.c666 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.c84 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 Dpmap_svc.c260 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 Drpcb_svc_com.c1173 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 Dscheme.c211 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 Dextract38 print " </h2>"
/titanic_41/usr/src/uts/i86pc/vm/
H A Dhment.c131 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 Dhsfs_vnops.c1930 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 Dxcrypt.c553 uint32_t h2; member
588 weakDESkeys[i].h2 == db.key.low) in weak_DES_key()
/titanic_41/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c183 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 Drequest.c528 #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 Dsmbns_ads.c2484 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 Dzap_leaf.c450 #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 Dhelp-l10n-comments.txt222 print -n "<br> <h2> "
225 print " </h2>"
/titanic_41/usr/src/uts/common/os/
H A Dcallout.c230 #define CALLOUT_SWAP(h1, h2) \ argument
235 *h1 = *h2; \
236 *h2 = tmp; \
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vlog.S191 ! f54 h2,f2-(c2-h2)
/titanic_41/usr/src/cmd/datadm/
H A Ddatadm.c776 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 Dnxge_fflp_hw.h1465 uint32_t h2 : 16; /* 55 : 40 */ member
1471 uint32_t h2 : 16; /* 55 : 40 */
/titanic_41/usr/src/uts/common/klm/
H A Dnlm_impl.c1539 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()

12