Searched refs:hip (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/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_
413 hpet_start_main_counter(hpet_info_t *hip) argument
429 hpet_stop_main_counter(hpet_info_t *hip) argument
451 hpet_set_leg_rt_cnf(hpet_info_t *hip, uint32_t new_value) argument
473 hpet_read_gen_cap(hpet_info_t *hip) argument
479 hpet_read_gen_config(hpet_info_t *hip) argument
486 hpet_read_gen_intrpt_stat(hpet_info_t *hip) argument
494 hpet_read_timer_N_config(hpet_info_t *hip, uint_t n) argument
523 hpet_read_main_counter_value(hpet_info_t *hip) argument
557 hpet_write_gen_config(hpet_info_t *hip, uint64_t l) argument
563 hpet_write_gen_intrpt_stat(hpet_info_t *hip, uint64_t l) argument
569 hpet_write_timer_N_config(hpet_info_t *hip, uint_t n, uint64_t l) argument
580 hpet_write_timer_N_comp(hpet_info_t *hip, uint_t n, uint64_t l) argument
586 hpet_disable_timer(hpet_info_t *hip, uint32_t timer_n) argument
596 hpet_enable_timer(hpet_info_t *hip, uint32_t timer_n) argument
633 hpet_get_IOAPIC_intr_capable_timer(hpet_info_t *hip) argument
679 hpet_timer_set_up(hpet_info_t *hip, uint32_t timer_n, uint32_t interrupt) argument
717 hpet_timer_program(hpet_info_t *hip, uint32_t timer, uint64_t delta) argument
[all...]
/illumos-gate/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)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c362 struct ip *hip; local
367 hip = &icp->icmp_ip;
368 hlen = hip->ip_hl << 2;
377 hicmp = (struct icmp *)((uchar_t *)hip + hlen);
380 hip->ip_p == IPPROTO_ICMP &&
388 up = (struct udphdr *)((uchar_t *)hip + hlen);
394 hip->ip_p == IPPROTO_UDP &&
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_manage.c206 struct handle_info *hip, *hp; local
224 if ((hip = memalign(sizeof (void *),
225 hdli.count * sizeof (*hip))) == 0) {
229 hdli.hdli = (caddr_t)hip;
239 for (i = 0, hp = hip; i < hdli.count; hp++, i++) {
H A Dth_define.c1454 * many of the structures pointed to by the output parameter hip match the
1457 * It is the responsibility of the caller to free *hip when *nhdls != 0.
1460 get_hinfo(int fd, char *name, struct handle_info **hip, size_t *nhdls, argument
1475 *hip = 0;
1489 } else if ((*hip = GETSTRUCT(struct handle_info, *nhdls)) == 0) {
1496 hdli.hdli = (caddr_t)*hip;
1502 free(*hip);
1512 qsort((void *)*hip, *nhdls, sizeof (**hip), hdl_cmp);
1520 for (i = 0, hp = *hip, i
[all...]
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c430 dld_hwgrpinfo_t hwgrp, *hip; local
446 hip = (dld_hwgrpinfo_t *)
465 if (copyout(&hwgrp, hip, sizeof (hwgrp)) != 0) {
470 hip++;
490 if (copyout(&hwgrp, hip, sizeof (hwgrp)) != 0) {
495 hip++;
515 if (copyout(&hwgrp, hip, sizeof (hwgrp)) != 0) {
520 hip++;
541 if (copyout(&hwgrp, hip, sizeof (hwgrp)) != 0) {
546 hip
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c1133 _ii_info_t *ip, *hip, **ipp; local
1480 for (hip = _ii_info_top; hip; hip = hip->bi_next)
1481 if (strcmp(uconf.shadow_vol, hip->bi_keyname) == 0)
1483 if ((hip) && (type == SHD) && existing &&
1489 while (_ii_stopcopy(hip) == EINTR)
1495 mutex_enter(&hip->bi_mutex);
1498 hip
6199 _ii_info_t *hip, *yip; local
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c671 struct inode *hip; local
806 hip = (inode_t *)&ufs_useful_iq[IQHASH(ip)];
810 hip = (inode_t *)&ufs_junk_iq[IQHASH(ip)];
814 ip->i_freef = hip;
815 ip->i_freeb = hip->i_freeb;
816 hip->i_freeb->i_freef = ip;
817 hip->i_freeb = ip;
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c2919 DAPL_HELLO_MSG *hip; local
2970 hip = &dp->hello_msg;
2971 hip->hi_checksum = DAPL_CHECKSUM;
2972 hip->hi_clen = clen;
2973 hip->hi_mid = 0;
2974 hip->hi_vers = DAPL_HELLO_MSG_VERS;
2975 hip->hi_port = 0;
2989 bcopy(ar_result_s.ar_data, hip->hi_saaddr, DAPL_ATS_NBYTES);
2991 ipaddr_ord = hip->hi_v4pad[0] | hip
[all...]
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c4898 host_info_t *hip; local
4916 hip = (host_info_t *)mp->ptr;
4917 if ((uap = taddr2uaddr(hip->ncp, &hip->addr)) != NULL) {
4924 mp->hlp = cvthname(&hip->addr, hip->ncp, failsafe_addr);
4930 free(hip->addr.buf);
4931 free(hip);

Completed in 88 milliseconds