Home
last modified time | relevance | path

Searched refs:hn (Results 1 – 12 of 12) sorted by path

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1299 char *hn, *hnq, hostname[MXHOSTNAMELEN+1]; in parse_nfs() local
1413 hn = hostname_and_penalty; in parse_nfs()
1415 if (getword(hostname, qbuff1, &hn, &hnq, '(', in parse_nfs()
1425 hn++; hnq++; in parse_nfs()
1426 if (getword(pbuff, pbuffq, &hn, &hnq, ')', in parse_nfs()
/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/contrib/ast/src/lib/libast/port/
H A Dlc.tab207 hn honduras es
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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/data/zoneinfo/
H A Dnorthamerica3385 # <http://www.latribuna.hn/99299.html> that Manuel Zelaya, the president
3395 # http://www.elheraldo.hn/nota.php?nid=54941&sec=12
3401 # http://www.presidencia.gob.hn/noticia.aspx?nId=47
/illumos-gate/usr/src/lib/libm/common/C/
H A Dscalb.c36 int hn, in, n; in scalb() local
43 hn = in & ~0x80000000; in scalb()
44 if (hn == 0x7ff00000) /* fn is inf */ in scalb()
48 if (hn >= 0x43300000) { in scalb()
51 } else if (hn < 0x3ff00000) { in scalb()
54 } else if (hn < 0x41400000) { in scalb()
56 if ((hn & ((1 << (0x413 - (hn >> 20))) - 1)) in scalb()
61 if (((int *)&fn)[LOWORD] & ((1 << (0x433 - (hn >> 20))) - 1)) in scalb()
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c2172 char **hn, **sn; in hsents2ndhostservs() local
2181 for (hn = he->h_aliases, hosts = 1; hn && *hn; hn++, hosts++) {}; in hsents2ndhostservs()
2196 for (i = 0, hn = he->h_aliases; i < hosts; i++) { in hsents2ndhostservs()
2203 hs->h_host = strdup(*hn); in hsents2ndhostservs()
2225 hn++; in hsents2ndhostservs()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_p.h27 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok) argument
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c2512 hook_nic_event_t *hn; in ipf_nic_event_v4() local
2521 switch (hn->hne_event) in ipf_nic_event_v4()
2524 frsync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, hn->hne_data, in ipf_nic_event_v4()
2529 hn->hne_data, ifs); in ipf_nic_event_v4()
2547 if (hn->hne_lif == 1) { in ipf_nic_event_v4()
2550 sin = hn->hne_data; in ipf_nic_event_v4()
2606 hook_nic_event_t *hn; in ipf_nic_event_v6() local
2615 switch (hn->hne_event) in ipf_nic_event_v6()
2623 hn->hne_data, ifs); in ipf_nic_event_v6()
2634 if (hn->hne_lif == 1) { in ipf_nic_event_v6()
[all …]
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1567 hook_nic_event_t *hn = (hook_nic_event_t *)info; in ipnet_nicevent_cb() local
1572 ipne->ipne_event = hn->hne_event; in ipnet_nicevent_cb()
1573 ipne->ipne_protocol = hn->hne_protocol; in ipnet_nicevent_cb()
1575 ipne->ipne_ifindex = hn->hne_nic; in ipnet_nicevent_cb()
1576 ipne->ipne_lifindex = hn->hne_lif; in ipnet_nicevent_cb()
1577 if (hn->hne_datalen != 0) { in ipnet_nicevent_cb()
1578 (void) strlcpy(ipne->ipne_ifname, hn->hne_data, in ipnet_nicevent_cb()
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c2499 hook_notify_t *hn; in hook_notify_register() local
2507 hn = (hook_notify_t *)kmem_alloc(sizeof (*hn), KM_SLEEP); in hook_notify_register()
2508 hn->hn_func = callback; in hook_notify_register()
2509 hn->hn_arg = arg; in hook_notify_register()
2531 hook_notify_t *hn; in hook_notify_unregister() local
2536 if (hn->hn_func == callback) in hook_notify_unregister()
2540 if (hn == NULL) in hook_notify_unregister()
2543 *parg = hn->hn_arg; in hook_notify_unregister()
2547 kmem_free(hn, sizeof (*hn)); in hook_notify_unregister()
2576 hook_notify_t *hn; in hook_notify_run() local
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4770 uInt *hn, /* hufts used in space */
4830 huft_build(b, n, s, d, e, t, m, hp, hn, v) in huft_build() argument
4839 uInt *hn; /* hufts used in space */
4996 if (*hn + z > MANY)
4998 u[h] = q = hp + *hn;
4999 *hn += z;
5074 uInt hn = 0; /* hufts used in space */ local
5078 hp, &hn, v);
5103 uInt hn = 0; /* hufts used in space */ local
5107 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
[all …]