/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | hpet_acpi.c | 54 static int hpet_start_main_counter(hpet_info_t *hip); 55 static int hpet_stop_main_counter(hpet_info_t *hip); 56 static uint64_t hpet_read_main_counter_value(hpet_info_t *hip); 57 static uint64_t hpet_set_leg_rt_cnf(hpet_info_t *hip, uint32_t new_value); 58 static uint64_t hpet_read_gen_cap(hpet_info_t *hip); 59 static uint64_t hpet_read_gen_config(hpet_info_t *hip); 60 static uint64_t hpet_read_gen_intrpt_stat(hpet_info_t *hip); 61 static uint64_t hpet_read_timer_N_config(hpet_info_t *hip, uint_t n); 63 static void hpet_write_gen_config(hpet_info_t *hip, uint64_t l); 64 static void hpet_write_gen_intrpt_stat(hpet_info_t *hip, uint64_t l); [all …]
|
/illumos-gate/usr/src/lib/libwrap/ |
H A D | hosts_access.c | 290 struct in6_addr in6, hostin6, *hip; local 304 hip = &hostin6; 308 hip = &host->sin->sg_sin6.sin6_addr; 328 hip = &hostin6; 343 ipv6_mask(hip, mask); 345 if (memcmp(&in6, hip, sizeof(in6)) == 0)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 360 struct ip *hip; in check_reply() local 365 hip = &icp->icmp_ip; in check_reply() 366 hlen = hip->ip_hl << 2; in check_reply() 375 hicmp = (struct icmp *)((uchar_t *)hip + hlen); in check_reply() 378 hip->ip_p == IPPROTO_ICMP && in check_reply() 386 up = (struct udphdr *)((uchar_t *)hip + hlen); in check_reply() 392 hip->ip_p == IPPROTO_UDP && in check_reply()
|
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_manage.c | 204 struct handle_info *hip, *hp; in main() local 222 if ((hip = memalign(sizeof (void *), in main() 223 hdli.count * sizeof (*hip))) == 0) { in main() 227 hdli.hdli = (caddr_t)hip; in main() 237 for (i = 0, hp = hip; i < hdli.count; hp++, i++) { in main()
|
H A D | th_define.c | 1452 get_hinfo(int fd, char *name, struct handle_info **hip, size_t *nhdls, in get_hinfo() argument 1467 *hip = 0; in get_hinfo() 1481 } else if ((*hip = GETSTRUCT(struct handle_info, *nhdls)) == 0) { in get_hinfo() 1488 hdli.hdli = (caddr_t)*hip; in get_hinfo() 1494 free(*hip); in get_hinfo() 1504 qsort((void *)*hip, *nhdls, sizeof (**hip), hdl_cmp); in get_hinfo() 1512 for (i = 0, hp = *hip, ip = chosen; i < *nhdls; in get_hinfo() 1568 for (i = 0, hp = *hip, ip = chosen; i < scnt; in get_hinfo() 1577 for (i = 0, hp = *hip; i < *nhdls; i++, hp++) { in get_hinfo() 1583 if (*nhdls == 0 && *hip) in get_hinfo() [all …]
|
/illumos-gate/usr/src/uts/common/io/dld/ |
H A D | dld_drv.c | 432 dld_hwgrpinfo_t hwgrp, *hip; in drv_ioc_hwgrpget() local 448 hip = (dld_hwgrpinfo_t *) in drv_ioc_hwgrpget() 467 if (copyout(&hwgrp, hip, sizeof (hwgrp)) != 0) { in drv_ioc_hwgrpget() 472 hip++; in drv_ioc_hwgrpget() 492 if (copyout(&hwgrp, hip, sizeof (hwgrp)) != 0) { in drv_ioc_hwgrpget() 497 hip++; in drv_ioc_hwgrpget() 517 if (copyout(&hwgrp, hip, sizeof (hwgrp)) != 0) { in drv_ioc_hwgrpget() 522 hip++; in drv_ioc_hwgrpget() 543 if (copyout(&hwgrp, hip, sizeof (hwgrp)) != 0) { in drv_ioc_hwgrpget() 548 hip++; in drv_ioc_hwgrpget()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_inode.c | 673 struct inode *hip; in ufs_iinactive() local 808 hip = (inode_t *)&ufs_useful_iq[IQHASH(ip)]; in ufs_iinactive() 812 hip = (inode_t *)&ufs_junk_iq[IQHASH(ip)]; in ufs_iinactive() 816 ip->i_freef = hip; in ufs_iinactive() 817 ip->i_freeb = hip->i_freeb; in ufs_iinactive() 818 hip->i_freeb->i_freef = ip; in ufs_iinactive() 819 hip->i_freeb = ip; in ufs_iinactive()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 2919 DAPL_HELLO_MSG *hip; in daplka_crevent_privdata_post() local 2970 hip = &dp->hello_msg; in daplka_crevent_privdata_post() 2971 hip->hi_checksum = DAPL_CHECKSUM; in daplka_crevent_privdata_post() 2972 hip->hi_clen = clen; in daplka_crevent_privdata_post() 2973 hip->hi_mid = 0; in daplka_crevent_privdata_post() 2974 hip->hi_vers = DAPL_HELLO_MSG_VERS; in daplka_crevent_privdata_post() 2975 hip->hi_port = 0; in daplka_crevent_privdata_post() 2989 bcopy(ar_result_s.ar_data, hip->hi_saaddr, DAPL_ATS_NBYTES); in daplka_crevent_privdata_post() 2991 ipaddr_ord = hip->hi_v4pad[0] | hip->hi_v4pad[1] | in daplka_crevent_privdata_post() 2992 hip->hi_v4pad[2]; in daplka_crevent_privdata_post() [all …]
|
/illumos-gate/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 4883 host_info_t *hip; in hostname_lookup() local 4901 hip = (host_info_t *)mp->ptr; in hostname_lookup() 4902 if ((uap = taddr2uaddr(hip->ncp, &hip->addr)) != NULL) { in hostname_lookup() 4909 mp->hlp = cvthname(&hip->addr, hip->ncp, failsafe_addr); in hostname_lookup() 4915 free(hip->addr.buf); in hostname_lookup() 4916 free(hip); in hostname_lookup()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | wjposer1.ok | 2013 %IH:hip 2015 %G:hip 2016 %OIH:hip
|
H A D | wjposer1.in | 1479 %G:hip 1480 %IH:hip
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 10908 hip
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 10910 hip
|