Searched refs:h2 (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A Dextract35 print -n "<br> <h2> "
38 print " </h2>"
/illumos-gate/usr/src/cmd/eqn/
H A Dshift.c23 int shval, d1, h1, b1, h2, b2; local
32 h2 = eht[p2];
47 shval = - d1 + h2 - b2;
48 if (d1+b1 > h2) /* move little sub down */
50 ebase[yyval] = b1 + max(0, h2-b1-d1);
51 eht[yyval] = h1 + max(0, h2-b1-d1);
68 if (VERT(4*(h1-b1)/10) + h2 < h1-b1) /* raise little super */
71 if (VERT(1) + h2 < h1-b1) /* raise little super */
73 shval = -(h1-b1) + h2-b2 - d1;
75 eht[yyval] = h1 + max(0, h2
114 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; local
[all...]
/illumos-gate/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, argument
249 ((h2->sb_flag & NSC_NODATA) && h2->sb_vec == NULL))
252 if (h1->sb_fd && h2->sb_fd) {
256 io2 = (h2->sb_flag & NSC_ABUF) ?
257 (nsc_io_t *)h2->sb_fd : h2->sb_fd->sf_aio;
260 rc = (*io1->copy)(h1, h2, pos1, pos2, len);
266 return (_nsc_copy_h(h1, h2, pos1, pos2, len));
271 _nsc_copy_h(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_ argument
333 nsc_copy_direct(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, nsc_off_t pos2, nsc_size_t len) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c242 hscmp(struct hs *h1, struct hs *h2) argument
245 return (rflg * strcmp(h1->hs_wd->wd_hostname, h2->hs_wd->wd_hostname));
252 lcmp(struct hs *h1, struct hs *h2) argument
256 if (down(h2))
257 return (tcmp(h1, h2));
260 else if (down(h2))
264 (h2->hs_wd->wd_loadav[0] - h1->hs_wd->wd_loadav[0]));
271 ucmp(struct hs *h1, struct hs *h2) argument
275 if (down(h2))
276 return (tcmp(h1, h2));
289 tcmp(struct hs *h1, struct hs *h2) argument
[all...]
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dhdr_misc.c189 audio_cmp_hdr(Audio_hdr *h1, Audio_hdr *h2) argument
191 if ((h1->encoding != h2->encoding) ||
192 (h1->bytes_per_unit != h2->bytes_per_unit) ||
193 (h1->channels != h2->channels) ||
194 (h1->samples_per_unit != h2->samples_per_unit))
197 if (h1->sample_rate != h2->sample_rate)
/illumos-gate/usr/src/tools/stabs/
H A Dstabs.c406 int c, h2; local
429 cp = id(cp, &h2);
430 ntdp = lookup(h2);
434 cp = tdefdecl(cp, h2, rtdp);
438 addhash(ntdp, h2);
502 cp = id(cp, &h2);
503 ntdp = lookup(h2);
507 if (h != h2)
515 cp = tdefdecl(cp, h2, rtdp);
519 addhash(ntdp, h2);
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dst_parse.c574 int c, h2; local
586 cp = id(cp, &h2);
587 ntdp = lookup(h2);
613 TYPEFILE(h2), TYPENUM(h2),
618 h2 = faketypenumber++;
622 "redefine type (%d,%d)\n", TYPEFILE(h2),
623 TYPENUM(h2));
631 h2);
634 (*rtdp)->t_id = h2;
[all...]
/illumos-gate/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*
253 q = h0+y*(h1+y*(h2+y*(h3+y*(h4+y*(h5+y*(h6+y*(h7+y)))))));
/illumos-gate/usr/src/cmd/rpcbind/
H A Dpmap_svc.c260 int h1, h2, h3, h4, p1, p2; local
276 if (sscanf(ua, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3,
281 h1, h2, h3, h4, p1, p2);
H A Drpcb_svc_com.c1170 int h1, h2, h3, h4, p1, p2; local
1174 &h1, &h2, &h3, &h4, &p1, &p2) != 6)
1603 int h1, h2, h3, h4, p1, p2; local
1617 &h1, &h2, &h3, &h4, &p1, &p2) != 6)
/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c211 nvlist_t **h1 = NULL, **h2 = NULL; local
223 (void) nvlist_lookup_nvlist_array(f2, FM_FMRI_HC_LIST, &h2,
225 if (h1sz == h2sz && hclist_contains(h1, h1sz, h2, h2sz) == 1)
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c131 hment_t *h2 = (hment_t *)hm2; local
134 diff = (uintptr_t)h1->hm_htable - (uintptr_t)h2->hm_htable;
136 diff = h1->hm_entry - h2->hm_entry;
138 diff = h1->hm_pfn - h2->hm_pfn;
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1930 const struct hio *h2 = x2; local
1932 if (h1->io_timestamp < h2->io_timestamp)
1934 if (h1->io_timestamp > h2->io_timestamp)
1937 if (h1->io_lblkno < h2->io_lblkno)
1939 if (h1->io_lblkno > h2->io_lblkno)
1942 if (h1 < h2)
1944 if (h1 > h2)
1954 const struct hio *h2 = x2; local
1956 if (h1->io_lblkno < h2->io_lblkno)
1958 if (h1->io_lblkno > h2
[all...]
/illumos-gate/usr/src/lib/libnsl/key/
H A Dxcrypt.c553 uint32_t h2; member in struct:DESkey
588 weakDESkeys[i].h2 == db.key.low)
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c528 #define LDAP_CONN_SAMEHOST( h1, h2 ) \
529 (( (h1) == NULL && (h2) == NULL ) || \
530 ( (h1) != NULL && (h2) != NULL && strcasecmp( (h1), (h2) ) == 0 ))
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlog.c666 double h0, h1, h2, h3; local
738 h2 = d2 * TBL[i2];
748 s2 = h2 + l2;
766 *y = (n2 * ln2hi + TBL[i2+2]) + (h2 + (l2 +
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c124 * decimal dot equivalent. h1.h2.h3.h4.p1.p2 where h1-h4 are the host
183 int h1, h2, h3, h4, p1, p2; local
205 if (sscanf(addr, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3, &h4,
213 inaddr = (h1 << 24) + (h2 << 16) + (h3 << 8) + h4;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c449 /* Return (h1,cd1 >= h2,cd2) */
450 #define HCD_GTEQ(h1, cd1, h2, cd2) \
451 ((h1 > h2) ? TRUE : ((h1 == h2 && cd1 >= cd2) ? TRUE : FALSE))
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c230 #define CALLOUT_SWAP(h1, h2) \
235 *h1 = *h2; \
236 *h2 = tmp; \
/illumos-gate/usr/src/cmd/datadm/
H A Ddatadm.c776 datadm_hca_entry_match(datadm_hca_entry_t *h1, datadm_hca_entry_t *h2) argument
778 if (!datadm_str_match(h1->he_name, h2->he_name)) {
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c1594 struct nlm_host *h2 = (struct nlm_host *)p2; local
1597 res = strcmp(h1->nh_netid, h2->nh_netid);
1601 res = nlm_netbuf_addrs_cmp(&h1->nh_addr, &h2->nh_addr);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c803 nxge_fflp_set_hash2(p_nxge_t nxgep, uint16_t h2) argument
811 p_class_cfgp->init_h2 = h2;
814 rs = npi_fflp_cfg_hash_h2poly(handle, h2);
817 " nxge_fflp_init_h2 %x failed ", h2));
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog.S191 ! f54 h2,f2-(c2-h2)
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h1465 uint32_t h2 : 16; /* 55 : 40 */ member in struct:hash_optim::_bits
1471 uint32_t h2 : 16; /* 55 : 40 */
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c7645 _ii_nsc_or(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, nsc_off_t pos2, argument
7654 pos2 < h2->sb_pos || pos2 + len > h2->sb_pos + h2->sb_len)
7673 v2 = h2->sb_vec;
7674 pos2 -= h2->sb_pos;

Completed in 290 milliseconds

12