Home
last modified time | relevance | path

Searched refs:uh (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/libidmap/common/
H A Didmap_impl.h55 #define _IDMAP_RESET_UDT_HANDLE(uh) \ argument
56 (void) xdr_free(xdr_idmap_update_batch, (caddr_t)&uh->batch);\
57 uh->next = 0;\
58 uh->error_index = -1;\
59 (void) xdr_free(xdr_idmap_namerule, (caddr_t)&uh->error_rule);\
60 (void) xdr_free(xdr_idmap_namerule, (caddr_t)&uh->conflict_rule);
/titanic_41/usr/src/uts/common/sys/
H A Decppvar.h142 } uh; member
479 #define SET_DMAC_CSR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \
480 ((uint32_t *)&pp->uh.ebus.dmac->csr), \
482 #define GET_DMAC_CSR(pp) ddi_get32(pp->uh.ebus.d_handle, \
483 (uint32_t *)&(pp->uh.ebus.dmac->csr))
485 #define SET_DMAC_ACR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \
486 ((uint32_t *)&pp->uh.ebus.dmac->acr), \
489 #define GET_DMAC_ACR(pp) ddi_get32(pp->uh.ebus.d_handle, \
490 (uint32_t *)&pp->uh.ebus.dmac->acr)
492 #define SET_DMAC_BCR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \
[all …]
/titanic_41/usr/src/uts/i86pc/os/
H A Dmicrocode.c369 ucode_header_amd_t *uh; in ucode_chipset_amd() local
378 uh = (ucode_header_amd_t *)ptr; in ucode_chipset_amd()
381 if (uh->uh_nb_id) { in ucode_chipset_amd()
384 uh->uh_nb_id, uh->uh_nb_rev); in ucode_chipset_amd()
385 uh->uh_cpu_rev = 0xffff; in ucode_chipset_amd()
388 if (uh->uh_sb_id) { in ucode_chipset_amd()
391 uh->uh_sb_id, uh->uh_sb_rev); in ucode_chipset_amd()
392 uh->uh_cpu_rev = 0xffff; in ucode_chipset_amd()
651 ucode_header_amd_t *uh; in ucode_match_amd() local
656 uh = &ucodefp->uf_header; in ucode_match_amd()
[all …]
/titanic_41/usr/src/uts/common/io/
H A Decpp.c709 if (pp->hw == &x86 && pp->uh.x86.chn != 0xff) { in ecpp_attach()
710 if (ddi_dmae_alloc(dip, pp->uh.x86.chn, in ecpp_attach()
799 if (pp->hw == &x86 && pp->uh.x86.chn != 0xff) in ecpp_detach()
800 (void) ddi_dmae_release(pp->dip, pp->uh.x86.chn); in ecpp_detach()
944 pp->uh.m1553.chn = ddi_prop_get_int(DDI_DEV_T_ANY, in ecpp_get_props()
946 ecpp_error(pp->dip, "ecpp_get_prop:chn=%x\n", pp->uh.m1553.chn); in ecpp_get_props()
956 pp->uh.x86.chn = 0xff; in ecpp_get_props()
960 pp->uh.x86.chn = (uint8_t)value; in ecpp_get_props()
5367 (void) ddi_dmae_getcnt(pp->dip, pp->uh.x86.chn, &count); in x86_getcnt()
5383 if (ddi_regs_map_setup(pp->dip, 1, (caddr_t *)&pp->uh.ebus.c_reg, 0, in pc87332_map_regs()
[all …]
/titanic_41/usr/src/cmd/ucodeadm/
H A Ducodeadm.c242 ucode_header_amd_t *uh; in ucode_gen_files_amd() local
301 uh = (ucode_header_amd_t *)ptr; in ucode_gen_files_amd()
303 if (uh->uh_cpu_rev != last_cpu_rev) { in ucode_gen_files_amd()
304 last_cpu_rev = uh->uh_cpu_rev; in ucode_gen_files_amd()
309 uh->uh_cpu_rev, counter++); in ucode_gen_files_amd()
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c912 fspec_key = (udpip4_spec_t *)&flow_spec->uh.udpip4spec; in nxge_fill_tcam_entry_udp()
940 fspec_key = (udpip6_spec_t *)&flow_spec->uh.udpip6spec; in nxge_fill_tcam_entry_udp_ipv6()
972 fspec_key = (tcpip4_spec_t *)&flow_spec->uh.tcpip4spec; in nxge_fill_tcam_entry_tcp()
999 fspec_key = (tcpip4_spec_t *)&flow_spec->uh.tcpip4spec; in nxge_fill_tcam_entry_sctp()
1026 fspec_key = (tcpip6_spec_t *)&flow_spec->uh.tcpip6spec; in nxge_fill_tcam_entry_tcp_ipv6()
1059 fspec_key = (tcpip6_spec_t *)&flow_spec->uh.tcpip6spec; in nxge_fill_tcam_entry_sctp_ipv6()
1092 fspec_key = (ahip4_spec_t *)&flow_spec->uh.ahip4spec; in nxge_fill_tcam_entry_ah_esp()
1126 fspec_key = (ahip6_spec_t *)&flow_spec->uh.ahip6spec; in nxge_fill_tcam_entry_ah_esp_ipv6()
1163 fspec_key = (ip_user_spec_t *)&flow_spec->uh.ip_usr_spec; in nxge_fill_tcam_entry_ip_usr()
1210 ft.ip4_saddr = flow_res->flow_spec.uh.tcpip4spec.ip4src; in nxge_flow_get_hash()
[all …]
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h129 } uh, um; /* entry, mask */ member
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h147 } uh, um; /* entry, mask */ member
/titanic_41/usr/src/uts/sparc/v9/ml/
H A Dddi_v9_asm.s828 DDI_REP_GET(2,uh)
937 DDI_REP_PUT(2,uh)
1456 DDI_REP_GET(2,uh)
1498 DDI_REP_PUT(2,uh)
/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsftable.c391 else fp[n].argv.i = fp[n].argv.uh;
H A Dsfhdr.h710 ushort uh; member
H A Dsfvprintf.c559 else argv.i = argv.uh;
/titanic_41/usr/src/cmd/ssh/doc/
H A DChangeLog985 <tibbs@math.uh.edu>