/titanic_44/usr/src/lib/libidmap/common/ |
H A D | idmap_impl.h | 55 #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_44/usr/src/uts/common/sys/ |
H A D | ecppvar.h | 143 } uh; member 480 #define SET_DMAC_CSR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \ 481 ((uint32_t *)&pp->uh.ebus.dmac->csr), \ 483 #define GET_DMAC_CSR(pp) ddi_get32(pp->uh.ebus.d_handle, \ 484 (uint32_t *)&(pp->uh.ebus.dmac->csr)) 486 #define SET_DMAC_ACR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \ 487 ((uint32_t *)&pp->uh.ebus.dmac->acr), \ 490 #define GET_DMAC_ACR(pp) ddi_get32(pp->uh.ebus.d_handle, \ 491 (uint32_t *)&pp->uh.ebus.dmac->acr) 493 #define SET_DMAC_BCR(pp, val) ddi_put32(pp->uh.ebus.d_handle, \ [all …]
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | microcode.c | 369 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_44/usr/src/uts/common/io/ |
H A D | ecpp.c | 709 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_44/usr/src/cmd/ucodeadm/ |
H A D | ucodeadm.c | 242 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_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 912 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_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_flow.h | 129 } uh, um; /* entry, mask */ member
|
/titanic_44/usr/src/uts/common/sys/nxge/ |
H A D | nxge_flow.h | 147 } uh, um; /* entry, mask */ member
|
/titanic_44/usr/src/uts/sparc/v9/ml/ |
H A D | ddi_v9_asm.s | 828 DDI_REP_GET(2,uh) 937 DDI_REP_PUT(2,uh) 1456 DDI_REP_GET(2,uh) 1498 DDI_REP_PUT(2,uh)
|
/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sftable.c | 391 else fp[n].argv.i = fp[n].argv.uh;
|
H A D | sfhdr.h | 710 ushort uh; member
|
H A D | sfvprintf.c | 559 else argv.i = argv.uh;
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 985 <tibbs@math.uh.edu>
|