Home
last modified time | relevance | path

Searched refs:hip (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c48 static int hpet_start_main_counter(hpet_info_t *hip);
49 static int hpet_stop_main_counter(hpet_info_t *hip);
50 static uint64_t hpet_read_main_counter_value(hpet_info_t *hip);
51 static uint64_t hpet_set_leg_rt_cnf(hpet_info_t *hip, uint32_t new_value);
52 static uint64_t hpet_read_gen_cap(hpet_info_t *hip);
53 static uint64_t hpet_read_gen_config(hpet_info_t *hip);
54 static uint64_t hpet_read_gen_intrpt_stat(hpet_info_t *hip);
55 static uint64_t hpet_read_timer_N_config(hpet_info_t *hip, uint_t n);
57 static void hpet_write_gen_config(hpet_info_t *hip, uint64_t l);
58 static void hpet_write_gen_intrpt_stat(hpet_info_t *hip, uint64_t l);
[all …]
/titanic_44/usr/src/lib/libwrap/
H A Dhosts_access.c292 struct in6_addr in6, hostin6, *hip; local
307 hip = &hostin6;
311 hip = &host->sin->sg_sin6.sin6_addr;
331 hip = &hostin6;
346 ipv6_mask(hip, mask);
348 if (memcmp(&in6, hip, sizeof(in6)) == 0)
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c362 struct ip *hip; in check_reply() local
367 hip = &icp->icmp_ip; in check_reply()
368 hlen = hip->ip_hl << 2; in check_reply()
377 hicmp = (struct icmp *)((uchar_t *)hip + hlen); in check_reply()
380 hip->ip_p == IPPROTO_ICMP && in check_reply()
388 up = (struct udphdr *)((uchar_t *)hip + hlen); in check_reply()
394 hip->ip_p == IPPROTO_UDP && in check_reply()
/titanic_44/usr/src/cmd/th_tools/
H A Dth_manage.c206 struct handle_info *hip, *hp; in main() local
224 if ((hip = memalign(sizeof (void *), in main()
225 hdli.count * sizeof (*hip))) == 0) { in main()
229 hdli.hdli = (caddr_t)hip; in main()
239 for (i = 0, hp = hip; i < hdli.count; hp++, i++) { in main()
H A Dth_define.c1460 get_hinfo(int fd, char *name, struct handle_info **hip, size_t *nhdls, in get_hinfo() argument
1475 *hip = 0; in get_hinfo()
1489 } else if ((*hip = GETSTRUCT(struct handle_info, *nhdls)) == 0) { in get_hinfo()
1496 hdli.hdli = (caddr_t)*hip; in get_hinfo()
1502 free(*hip); in get_hinfo()
1512 qsort((void *)*hip, *nhdls, sizeof (**hip), hdl_cmp); in get_hinfo()
1520 for (i = 0, hp = *hip, ip = chosen; i < *nhdls; in get_hinfo()
1576 for (i = 0, hp = *hip, ip = chosen; i < scnt; in get_hinfo()
1585 for (i = 0, hp = *hip; i < *nhdls; i++, hp++) { in get_hinfo()
1591 if (*nhdls == 0 && *hip) in get_hinfo()
[all …]
/titanic_44/usr/src/uts/common/io/dld/
H A Ddld_drv.c431 dld_hwgrpinfo_t hwgrp, *hip; in drv_ioc_hwgrpget() local
447 hip = (dld_hwgrpinfo_t *) in drv_ioc_hwgrpget()
466 if (copyout(&hwgrp, hip, sizeof (hwgrp)) != 0) { in drv_ioc_hwgrpget()
471 hip++; in drv_ioc_hwgrpget()
491 if (copyout(&hwgrp, hip, sizeof (hwgrp)) != 0) { in drv_ioc_hwgrpget()
496 hip++; in drv_ioc_hwgrpget()
516 if (copyout(&hwgrp, hip, sizeof (hwgrp)) != 0) { in drv_ioc_hwgrpget()
521 hip++; in drv_ioc_hwgrpget()
542 if (copyout(&hwgrp, hip, sizeof (hwgrp)) != 0) { in drv_ioc_hwgrpget()
547 hip++; in drv_ioc_hwgrpget()
/titanic_44/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c1133 _ii_info_t *ip, *hip, **ipp; in _ii_config() local
1480 for (hip = _ii_info_top; hip; hip = hip->bi_next) in _ii_config()
1481 if (strcmp(uconf.shadow_vol, hip->bi_keyname) == 0) in _ii_config()
1483 if ((hip) && (type == SHD) && existing && in _ii_config()
1489 while (_ii_stopcopy(hip) == EINTR) in _ii_config()
1495 mutex_enter(&hip->bi_mutex); in _ii_config()
1498 hip->bi_disabled = 1; in _ii_config()
1501 while (hip->bi_ioctl) { in _ii_config()
1502 hip->bi_state |= DSW_IOCTL; in _ii_config()
1503 cv_wait(&hip->bi_ioctlcv, &hip->bi_mutex); in _ii_config()
[all …]
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c671 struct inode *hip; in ufs_iinactive() local
806 hip = (inode_t *)&ufs_useful_iq[IQHASH(ip)]; in ufs_iinactive()
810 hip = (inode_t *)&ufs_junk_iq[IQHASH(ip)]; in ufs_iinactive()
814 ip->i_freef = hip; in ufs_iinactive()
815 ip->i_freeb = hip->i_freeb; in ufs_iinactive()
816 hip->i_freeb->i_freef = ip; in ufs_iinactive()
817 hip->i_freeb = ip; in ufs_iinactive()
/titanic_44/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c2919 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 …]
/titanic_44/usr/src/cmd/syslogd/
H A Dsyslogd.c4898 host_info_t *hip; in hostname_lookup() local
4916 hip = (host_info_t *)mp->ptr; in hostname_lookup()
4917 if ((uap = taddr2uaddr(hip->ncp, &hip->addr)) != NULL) { in hostname_lookup()
4924 mp->hlp = cvthname(&hip->addr, hip->ncp, failsafe_addr); in hostname_lookup()
4930 free(hip->addr.buf); in hostname_lookup()
4931 free(hip); in hostname_lookup()
/titanic_44/usr/src/cmd/look/
H A Dwords10911 hip
/titanic_44/usr/src/cmd/spell/
H A Dlist10909 hip