/freebsd/lib/lib80211/ |
H A D | lib80211_regdomain.c | 50 struct regdata *rdp; member 98 LIST_INSERT_HEAD(&mt->rdp->domains, mt->rd, next); in start_element() 159 LIST_INSERT_HEAD(&mt->rdp->countries, mt->country, next); in start_element() 167 LIST_INSERT_HEAD(&mt->rdp->freqbands, mt->freqband, next); in start_element() 401 findid(struct regdata *rdp, const void *id, int type) in findid() argument 405 for (ip = rdp->ident; ip->id != NULL; ip++) in findid() 415 lib80211_regdomain_readconfig(struct regdata *rdp, const void *p, size_t len) in lib80211_regdomain_readconfig() argument 425 memset(rdp, 0, sizeof(struct regdata)); in lib80211_regdomain_readconfig() 430 mt->rdp = rdp; in lib80211_regdomain_readconfig() 444 rdp->ident = calloc(mt->nident + 1, sizeof(struct ident)); in lib80211_regdomain_readconfig() [all …]
|
/freebsd/sys/dev/le/ |
H A D | if_le_isa.c | 137 bus_size_t rdp; member 210 lesc->sc_rdp = leip->rdp; in le_isa_probe_legacy() 255 bus_size_t macstart, rap, rdp; in le_isa_attach() local 269 rdp = PCNET_RDP; in le_isa_attach() 280 rdp = le_isa_params[i].rdp; in le_isa_attach() 301 lesc->sc_rdp = rdp; in le_isa_attach()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hal.c | 202 hal->rdp.vaddr = dma_alloc_coherent(ab->dev, size, &hal->rdp.paddr, in ath11k_hal_alloc_cont_rdp() 204 if (!hal->rdp.vaddr) in ath11k_hal_alloc_cont_rdp() 215 if (!hal->rdp.vaddr) in ath11k_hal_free_cont_rdp() 220 hal->rdp.vaddr, hal->rdp.paddr); in ath11k_hal_free_cont_rdp() 221 hal->rdp.vaddr = NULL; in ath11k_hal_free_cont_rdp() 322 hp_addr = hal->rdp.paddr + in ath11k_hal_srng_dst_hw_init() 324 (unsigned long)hal->rdp.vaddr); in ath11k_hal_srng_dst_hw_init() 424 tp_addr = hal->rdp.paddr + in ath11k_hal_srng_src_hw_init() 426 (unsigned long)hal->rdp.vaddr); in ath11k_hal_srng_src_hw_init() 539 return ab->hal.rdp.paddr + in ath11k_hal_srng_get_hp_addr() [all …]
|
H A D | hal.h | 898 } rdp; member
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | hal.c | 1185 hal->rdp.vaddr = dma_alloc_coherent(ab->dev, size, &hal->rdp.paddr, in ath12k_hal_alloc_cont_rdp() 1187 if (!hal->rdp.vaddr) in ath12k_hal_alloc_cont_rdp() 1198 if (!hal->rdp.vaddr) in ath12k_hal_free_cont_rdp() 1203 hal->rdp.vaddr, hal->rdp.paddr); in ath12k_hal_free_cont_rdp() 1204 hal->rdp.vaddr = NULL; in ath12k_hal_free_cont_rdp() 1302 hp_addr = hal->rdp.paddr + in ath12k_hal_srng_dst_hw_init() 1304 (unsigned long)hal->rdp.vaddr); in ath12k_hal_srng_dst_hw_init() 1387 tp_addr = hal->rdp.paddr + in ath12k_hal_srng_src_hw_init() 1389 (unsigned long)hal->rdp.vaddr); in ath12k_hal_srng_src_hw_init() 1507 return ab->hal.rdp.paddr + in ath12k_hal_srng_get_hp_addr() [all …]
|
H A D | hal.h | 1010 } rdp; member
|
/freebsd/sys/i386/include/ |
H A D | segments.h | 89 void lgdt(struct region_descriptor *rdp);
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_request_manager.c | 626 struct octeon_instr_rdp *rdp; in lio_prepare_soft_command() local 662 rdp = (struct octeon_instr_rdp *)&sc->cmd.cmd3.rdp; in lio_prepare_soft_command() 663 rdp->pcie_port = oct->pcie_port; in lio_prepare_soft_command() 664 rdp->rlen = sc->rdatasize; in lio_prepare_soft_command()
|
H A D | lio_iq.h | 213 uint64_t rdp; member
|
/freebsd/sys/amd64/include/ |
H A D | segments.h | 97 void lgdt(struct region_descriptor *rdp);
|
/freebsd/sbin/ifconfig/ |
H A D | ifieee80211.c | 253 static struct regdata *rdp = NULL; in getregdata() local 254 if (rdp == NULL) { in getregdata() 255 rdp = lib80211_alloc_regdata(); in getregdata() 256 if (rdp == NULL) in getregdata() 259 return rdp; in getregdata() 502 struct regdata *rdp = getregdata(); in setregdomain_cb() local 512 cc = lib80211_country_findbycc(rdp, rd->country); in setregdomain_cb() 530 rp = lib80211_regdomain_findbysku(rdp, rd->regdomain); in setregdomain_cb() 2323 struct regdata *rdp = getregdata(); in regdomain_makechannels() local 2338 cc = lib80211_country_findbycc(rdp, reg->country); in regdomain_makechannels() [all …]
|
/freebsd/sys/x86/linux/ |
H A D | linux_x86_sigframe.h | 150 u_int64_t rdp; member
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_lookup.c | 106 struct denode *rdp; in msdosfs_deget_dotdot() local 113 LK_EXCLUSIVE, &rdp); in msdosfs_deget_dotdot() 115 *rvp = DETOV(rdp); in msdosfs_deget_dotdot()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_parser.c | 2261 dt_ident_t *idp, *rdp; in dt_node_inline() local 2410 rdp = dt_ident_resolve(expr->dn_ident); in dt_node_inline() 2412 rdp = expr->dn_ident; in dt_node_inline() 2414 rdp = NULL; in dt_node_inline() 2416 if (rdp != NULL) { in dt_node_inline() 2417 idp->di_flags |= (rdp->di_flags & in dt_node_inline() 4242 dt_ident_t *rdp; in dt_cook_inline() local 4255 if ((rdp = dt_node_resolve(inp->din_root, DT_IDENT_XLSOU)) != NULL || in dt_cook_inline() 4256 (rdp = dt_node_resolve(inp->din_root, DT_IDENT_XLPTR)) != NULL) { in dt_cook_inline() 4261 dt_xlator_t *dxp = rdp->di_data; in dt_cook_inline()
|
/freebsd/lib/libc/net/ |
H A D | protocols | 33 rdp 27 RDP # "reliable datagram" protocol
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrSystem.td | 178 defm RDP : SideEffectQuaternaryRRFbOpt<"rdp", 0xB98B, GR64, GR64, GR64>;
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | windows | 1860 # URL: https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp… 1861 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/r/rdp.trid.xml 1865 !:mime text/x-ms-rdp 1866 !:ext rdp
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 1787 ms-wbt-server 3389/tcp rdp #MS WBT Server
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | libuutil.abi | 699 <var-decl name='rdp' type-id='8910171f' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.abi | 698 <var-decl name='rdp' type-id='8910171f' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.abi | 2242 <var-decl name='rdp' type-id='8910171f' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 1217 <var-decl name='rdp' type-id='8910171f' visibility='default'/>
|