Searched defs:hn (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dscalb.c36 int hn, in, n; local
43 hn = in & ~0x80000000;
44 if (hn == 0x7ff00000) /* fn is inf */
48 if (hn >= 0x43300000) {
51 } else if (hn < 0x3ff00000) {
54 } else if (hn < 0x41400000) {
56 if ((hn & ((1 << (0x413 - (hn >> 20))) - 1))
61 if (((int *)&fn)[LOWORD] & ((1 << (0x433 - (hn >> 20))) - 1))
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c2483 hook_notify_t *hn; local
2485 TAILQ_FOREACH(hn, head, hn_entry) {
2486 if (hn->hn_func == callback) {
2491 hn = (hook_notify_t *)kmem_alloc(sizeof (*hn), KM_SLEEP);
2492 hn->hn_func = callback;
2493 hn->hn_arg = arg;
2494 TAILQ_INSERT_TAIL(head, hn, hn_entry);
2515 hook_notify_t *hn; local
2519 TAILQ_FOREACH(hn, hea
2560 hook_notify_t *hn; local
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c113 reg Vmulong_t hn; local
116 hn = 0;
118 hn += (hn<<7) + ((*cp)&0377) + 987654321L;
119 n = (int)(hn%PFTABLE);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c75 register char *hn; local
156 hn = mci->mci_heloname ? mci->mci_heloname : MyHostName;
164 smtpmessage("LHLO %s", m, mci, hn);
170 smtpmessage("EHLO %s", m, mci, hn);
175 smtpmessage("HELO %s", m, mci, hn);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1293 char *hn, *hnq, hostname[MXHOSTNAMELEN+1]; local
1407 hn = hostname_and_penalty;
1409 if (getword(hostname, qbuff1, &hn, &hnq, '(',
1419 hn++; hnq++;
1420 if (getword(pbuff, pbuffq, &hn, &hnq, ')',
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c2178 hook_nic_event_t *hn; local
2185 hn = (hook_nic_event_t *)info;
2187 switch (hn->hne_event)
2190 frsync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, hn->hne_data,
2192 fr_natifpsync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic,
2193 hn->hne_data, ifs);
2194 fr_statesync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic,
2195 hn->hne_data, ifs);
2199 frsync(IPFSYNC_OLDIFP, 4, (void *)hn
2272 hook_nic_event_t *hn; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1564 hook_nic_event_t *hn = (hook_nic_event_t *)info; local
1569 ipne->ipne_event = hn->hne_event;
1570 ipne->ipne_protocol = hn->hne_protocol;
1572 ipne->ipne_ifindex = hn->hne_nic;
1573 ipne->ipne_lifindex = hn->hne_lif;
1574 if (hn->hne_datalen != 0) {
1575 (void) strlcpy(ipne->ipne_ifname, hn->hne_data,
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c2172 char **hn, **sn; local
2181 for (hn = he->h_aliases, hosts = 1; hn && *hn; hn++, hosts++) {};
2196 for (i = 0, hn = he->h_aliases; i < hosts; i++) {
2203 hs->h_host = strdup(*hn);
2225 hn++;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4772 uInt *hn, /* hufts used in space */
4832 huft_build(b, n, s, d, e, t, m, hp, hn, v)
4841 uInt *hn; /* hufts used in space */
4998 if (*hn + z > MANY)
5000 u[h] = q = hp + *hn;
5001 *hn += z;
5076 uInt hn = 0; /* hufts used in space */ local
5080 hp, &hn, v);
5105 uInt hn = 0; /* hufts used in space */ local
5109 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn,
[all...]

Completed in 85 milliseconds