Home
last modified time | relevance | path

Searched refs:rdp (Results 1 – 22 of 22) sorted by relevance

/freebsd/lib/lib80211/
H A Dlib80211_regdomain.c50 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 Dif_le_isa.c137 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 Dhal.c202 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 Dhal.h898 } rdp; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhal.c1185 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 Dhal.h1010 } rdp; member
/freebsd/sys/i386/include/
H A Dsegments.h89 void lgdt(struct region_descriptor *rdp);
/freebsd/sys/dev/liquidio/base/
H A Dlio_request_manager.c626 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 Dlio_iq.h213 uint64_t rdp; member
/freebsd/sys/amd64/include/
H A Dsegments.h97 void lgdt(struct region_descriptor *rdp);
/freebsd/sbin/ifconfig/
H A Difieee80211.c253 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 Dlinux_x86_sigframe.h150 u_int64_t rdp; member
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c106 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 Ddt_parser.c2261 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 Dprotocols33 rdp 27 RDP # "reliable datagram" protocol
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td178 defm RDP : SideEffectQuaternaryRRFbOpt<"rdp", 0xB98B, GR64, GR64, GR64>;
/freebsd/contrib/file/magic/Magdir/
H A Dwindows1860 # 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 Dservices1787 ms-wbt-server 3389/tcp rdp #MS WBT Server
/freebsd/sys/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi699 <var-decl name='rdp' type-id='8910171f' visibility='default'/>
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi698 <var-decl name='rdp' type-id='8910171f' visibility='default'/>
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi2242 <var-decl name='rdp' type-id='8910171f' visibility='default'/>
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi1217 <var-decl name='rdp' type-id='8910171f' visibility='default'/>