/freebsd/sys/contrib/device-tree/src/arm64/microchip/ |
H A D | sparx5_pcb135_board.dtsi | 377 phys = <&serdes 13>; 384 phys = <&serdes 13>; 391 phys = <&serdes 13>; 398 phys = <&serdes 13>; 405 phys = <&serdes 14>; 412 phys = <&serdes 14>; 419 phys = <&serdes 14>; 426 phys = <&serdes 14>; 433 phys = <&serdes 15>; 440 phys = <&serdes 15>; [all …]
|
H A D | sparx5_pcb134_board.dtsi | 719 phys = <&serdes 13>; 729 phys = <&serdes 14>; 738 phys = <&serdes 15>; 747 phys = <&serdes 16>; 756 phys = <&serdes 17>; 765 phys = <&serdes 18>; 774 phys = <&serdes 19>; 783 phys = <&serdes 20>; 792 phys = <&serdes 21>; 801 phys = <&serdes 22>; [all …]
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | dsl.c | 42 dsl_dataset_phys_t *phys; /* on-disk representation */ member 53 dsl_dir_phys_t *phys; /* on-disk representation */ member 225 zfs->origindsldir->phys->dd_clones = clonesid; in dsl_origindir_init() 363 dir->phys = (dsl_dir_phys_t *)DN_BONUS(dnode); in dsl_dir_alloc() 375 dir->phys->dd_child_dir_zapobj = childid; in dsl_dir_alloc() 376 dir->phys->dd_props_zapobj = propsid; in dsl_dir_alloc() 385 dir->phys->dd_parent_obj = 0; in dsl_dir_alloc() 422 dir->phys->dd_parent_obj = parent->dirid; in dsl_dir_alloc() 429 dir->phys->dd_used_bytes += bytes; in dsl_dir_size_add() 430 dir->phys->dd_compressed_bytes += bytes; in dsl_dir_size_add() [all …]
|
H A D | objset.c | 49 objset_phys_t *phys; member 96 os->phys = ecalloc(1, os->osblksz); in objset_alloc() 97 os->phys->os_type = type; in objset_alloc() 99 dnode_init(&os->phys->os_meta_dnode, DMU_OT_DNODE, DMU_OT_NONE, 0); in objset_alloc() 100 os->phys->os_meta_dnode.dn_datablkszsec = in objset_alloc() 138 vdev_pwrite_dnode_indir(zfs, &os->phys->os_meta_dnode, in _objset_write() 154 os->dnodecount - 1, os->phys, os->osblksz, os->osloc, &os->osbp); in _objset_write() 176 c = dnode_cursor_init(zfs, os, &os->phys->os_meta_dnode, dnodesz, in objset_write()
|
/freebsd/sys/powerpc/ps3/ |
H A D | platform_ps3.c | 61 static void ps3_mem_regions(platform_t, struct mem_region *phys, int *physsz, 137 ps3_mem_regions(platform_t plat, struct mem_region *phys, int *physsz, in ps3_mem_regions() argument 145 ofw_mem_regions(phys, physsz, avail_regions, availsz); in ps3_mem_regions() 148 phys[0].mr_start = 0; in ps3_mem_regions() 149 phys[0].mr_size = ps3_real_maxaddr(plat); in ps3_mem_regions() 151 avail_regions[0] = phys[0]; in ps3_mem_regions() 159 &phys[*physsz].mr_size, &junk); in ps3_mem_regions() 161 phys[*physsz].mr_size -= phys[i].mr_size; in ps3_mem_regions() 164 phys[*physsz].mr_size -= phys[*physsz].mr_size % (16*1024*1024); in ps3_mem_regions() 167 lv1_allocate_memory(phys[*physsz].mr_size, 24 /* 16 MB pages */, in ps3_mem_regions() [all …]
|
/freebsd/bin/sh/ |
H A D | cd.c | 78 int ch, phys, print = 0, getcwderr = 0; in cdcmd() local 82 phys = Pflag; in cdcmd() 89 phys = 0; in cdcmd() 92 phys = 1; in cdcmd() 131 rc = docd(p, print, phys); in cdcmd() 149 docd(char *dest, int print, int phys) in docd() argument 153 TRACE(("docd(\"%s\", %d, %d) called\n", dest, print, phys)); in docd() 156 if ((phys || (rc = cdlogical(dest)) < 0) && (rc = cdphysical(dest)) < 0) in docd() 329 int ch, phys; in pwdcmd() local 331 phys = Pflag; in pwdcmd() [all …]
|
/freebsd/sys/x86/isa/ |
H A D | isa_dma.c | 223 vm_paddr_t phys; in isa_dmastart() local 271 phys = pmap_extract(kernel_pmap, (vm_offset_t)addr); in isa_dmastart() 302 outb(waport, phys); in isa_dmastart() 303 outb(waport, phys>>8); in isa_dmastart() 304 outb(dmapageport[chan], phys>>16); in isa_dmastart() 335 outb(waport, phys>>1); in isa_dmastart() 336 outb(waport, phys>>9); in isa_dmastart() 337 outb(dmapageport[chan], phys>>16); in isa_dmastart() 390 vm_paddr_t phys, priorpage = 0; in isa_dmarangecheck() local 396 phys = trunc_page(pmap_extract(kernel_pmap, (vm_offset_t)va)); in isa_dmarangecheck() [all …]
|
/freebsd/libexec/bootpd/ |
H A D | getether.c | 45 struct ifdevea phys; local 46 bzero(&phys, sizeof(phys)); 47 strcpy(phys.ifr_name, ifname); 52 if (ioctl(fd, SIOCRPHYSADDR, &phys) < 0) { 55 bcopy(&phys.current_pa[0], eap, EALEN); 342 struct ifreq phys; local 344 memset(&phys, 0, sizeof(phys)); 345 strcpy(phys.ifr_name, ifname); 350 if (ioctl(fd, SIOCGIFHWADDR, &phys) < 0) { 353 memcpy(eap, &phys.ifr_hwaddr.sa_data, EALEN);
|
/freebsd/sys/dev/sym/ |
H A D | sym_fw2.h | 318 offsetof (struct sym_ccb, phys.head.savep), 323 offsetof (struct sym_ccb, phys.head.status), 632 offsetof (struct sym_ccb, phys.head.lastp), 657 offsetof (struct sym_ccb, phys.head.status), 667 offsetof (struct sym_ccb, phys.head.status), 743 offsetof (struct sym_ccb, phys.head.savep), 752 offsetof (struct sym_ccb, phys.head.savep), 780 offsetof (struct sym_ccb, phys.head.status), 797 offsetof (struct sym_ccb, phys.head.savep), 991 offsetof(struct sym_ccb, phys.head.go.restart), [all …]
|
/freebsd/sys/dev/drm2/ |
H A D | drm_vm.c | 53 vm_paddr_t phys; in drm_mmap() local 77 unsigned long phys = dma->pagelist[page]; in drm_mmap() local 80 *paddr = phys; in drm_mmap() 128 phys = map->offset + offset; in drm_mmap() 135 phys = vtophys((char *)map->virtual + offset); in drm_mmap() 142 *paddr = phys; in drm_mmap()
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-8040-db.dts | 106 phys = <&cp0_comphy0 0>; 113 phys = <&cp0_comphy5 2>; 147 phys = <&cp0_comphy1 0>; 151 phys = <&cp0_comphy3 1>; 163 phys = <&cp0_utmi0>; 178 phys = <&cp0_comphy4 1>, <&cp0_utmi1>; 214 phys = <&cp1_comphy0 0>; 221 phys = <&cp1_comphy4 1>; 228 phys = <&cp1_comphy5 2>; 308 phys = <&cp1_comphy1 0>; [all …]
|
H A D | cn9130-crb-B.dts | 17 phys = <&cp0_comphy0 0>; 30 phys = <&cp0_comphy2 0>; 38 phys = <&cp0_comphy1 0>; 45 phys = <&cp0_comphy3 1>;
|
H A D | armada-8040-mcbin.dtsi | 186 phys = <&cp0_comphy0 0>, <&cp0_comphy1 0>, 239 phys = <&cp0_comphy4 0>; 247 phys = <&cp0_comphy5 1>; 268 phys = <&cp0_utmi0>; 276 phys = <&cp0_utmi1>; 288 phys = <&cp1_comphy4 0>; 298 phys = <&cp1_comphy0 1>; 308 phys = <&cp1_comphy5 2>; 347 phys = <&cp1_comphy1 0>; 353 phys = <&cp1_comphy3 1>; [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | ctxt-info.c | 14 dma_addr_t *phys, in _iwl_pcie_ctxt_info_dma_alloc_coherent() argument 23 result = dma_alloc_coherent(trans->dev, size, phys, GFP_KERNEL); in _iwl_pcie_ctxt_info_dma_alloc_coherent() 28 if (unlikely(iwl_txq_crosses_4g_boundary(*phys, size))) { in _iwl_pcie_ctxt_info_dma_alloc_coherent() 30 dma_addr_t oldphys = *phys; in _iwl_pcie_ctxt_info_dma_alloc_coherent() 33 phys, in _iwl_pcie_ctxt_info_dma_alloc_coherent() 43 dma_addr_t *phys) in iwl_pcie_ctxt_info_dma_alloc_coherent() argument 45 return _iwl_pcie_ctxt_info_dma_alloc_coherent(trans, size, phys, 0); in iwl_pcie_ctxt_info_dma_alloc_coherent() 170 dma_addr_t phys; in iwl_pcie_ctxt_info_init() local 175 &phys); in iwl_pcie_ctxt_info_init() 179 trans_pcie->ctxt_info_dma_addr = phys; in iwl_pcie_ctxt_info_init() [all...] |
/freebsd/sys/powerpc/powermac/ |
H A D | platform_powermac.c | 65 void powermac_mem_regions(platform_t, struct mem_region *phys, int *physsz, 130 powermac_mem_regions(platform_t plat, struct mem_region *phys, int *physsz, in powermac_mem_regions() argument 149 phys[j].mr_start = memoryprop[i]; in powermac_mem_regions() 158 phys[j].mr_start <<= 32; in powermac_mem_regions() 160 phys[j].mr_start |= memoryprop[i+1]; in powermac_mem_regions() 162 phys[j].mr_size = memoryprop[i + physacells]; in powermac_mem_regions() 171 avail[i].mr_start = phys[i].mr_start; in powermac_mem_regions() 172 avail[i].mr_size = phys[i].mr_size; in powermac_mem_regions() 186 if (phys[i].mr_start > BUS_SPACE_MAXADDR_32BIT) { in powermac_mem_regions() 187 avail[j].mr_start = phys[i].mr_start; in powermac_mem_regions() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | lan966x-pcb8290.dts | 120 phys = <&serdes 0 SERDES6G(1)>; 128 phys = <&serdes 1 SERDES6G(1)>; 136 phys = <&serdes 2 SERDES6G(1)>; 144 phys = <&serdes 3 SERDES6G(1)>; 152 phys = <&serdes 4 SERDES6G(2)>; 160 phys = <&serdes 5 SERDES6G(2)>; 168 phys = <&serdes 6 SERDES6G(2)>; 176 phys = <&serdes 7 SERDES6G(2)>;
|
H A D | lan966x-kontron-kswitch-d10-mmt.dtsi | 155 phys = <&serdes 0 CU(0)>; 162 phys = <&serdes 1 CU(1)>; 169 phys = <&serdes 4 SERDES6G(2)>; 176 phys = <&serdes 5 SERDES6G(2)>; 183 phys = <&serdes 6 SERDES6G(2)>; 190 phys = <&serdes 7 SERDES6G(2)>;
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_nettomedia.c | 63 mib_arp_create(const struct mibif *ifp, struct in_addr in, const u_char *phys, in mib_arp_create() argument 79 if ((at->physlen = physlen) > sizeof(at->phys)) in mib_arp_create() 80 at->physlen = sizeof(at->phys); in mib_arp_create() 81 memcpy(at->phys, phys, at->physlen); in mib_arp_create() 136 return (string_get(value, at->phys, at->physlen)); in op_nettomedia()
|
/freebsd/sys/vm/ |
H A D | phys_pager.c | 119 object->un_pager.phys.ops = ops; in phys_pager_allocate() 120 object->un_pager.phys.data_ptr = data; in phys_pager_allocate() 134 object->un_pager.phys.ops = ops; in phys_pager_allocate() 135 object->un_pager.phys.data_ptr = data; in phys_pager_allocate() 165 if (object->un_pager.phys.ops->phys_pg_dtor != NULL) in phys_pager_dealloc() 166 object->un_pager.phys.ops->phys_pg_dtor(object); in phys_pager_dealloc() 201 return (object->un_pager.phys.ops->phys_pg_getpages(object, m, in phys_pager_getpages() 264 return (object->un_pager.phys.ops->phys_pg_populate(object, pidx, in phys_pager_populate() 295 return (object->un_pager.phys.ops->phys_pg_haspage(object, pindex, in phys_pager_haspage()
|
/freebsd/sys/powerpc/pseries/ |
H A D | platform_chrp.c | 69 void chrp_mem_regions(platform_t, struct mem_region *phys, int *physsz, 143 struct mem_region *phys, *avail; in chrp_attach() local 147 mem_regions(&phys, &nphys, &avail, &navail); in chrp_attach() 151 off = phys[i].mr_start + phys[i].mr_size; in chrp_attach() 285 chrp_mem_regions(platform_t plat, struct mem_region *phys, int *physsz, in chrp_mem_regions() argument 291 ofw_mem_regions(phys, physsz, avail, availsz); in chrp_mem_regions() 292 parse_drconf_memory(phys, physsz, avail, availsz); in chrp_mem_regions() 302 if (phys[i].mr_start + phys[i].mr_size > maxphysaddr) in chrp_mem_regions() 303 maxphysaddr = phys[i].mr_start + phys[i].mr_size; in chrp_mem_regions()
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | phy-bindings.txt | 19 phys: phy { 37 phys : the phandle for the PHY device (used by the PHY subsystem; not to be 41 *phys* phandle 49 phys = <&usb2_phy>, <&usb3_phy>; 64 phys = <&phys 1>;
|
/freebsd/sys/powerpc/powerpc/ |
H A D | platform.c | 121 numa_mem_regions(struct numa_mem_region **phys, int *physsz) in numa_mem_regions() argument 131 if (phys != NULL) in numa_mem_regions() 132 *phys = numa_pregions; in numa_mem_regions() 133 if (physsz == NULL || phys == NULL) { in numa_mem_regions() 169 mem_regions(struct mem_region **phys, int *physsz, struct mem_region **avail, in mem_regions() argument 212 if (phys != NULL) in mem_regions() 213 *phys = pregions; in mem_regions()
|
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra234-p3740-0002+p3701-0008.dts | 84 phys = <&p2u_gbe_4>, <&p2u_gbe_5>; 92 phys = <&p2u_hsio_3>; 99 phys = <&p2u_hsio_7>, <&p2u_hsio_6>, <&p2u_hsio_5>, 107 phys = <&p2u_nvhs_0>, <&p2u_nvhs_1>, <&p2u_nvhs_2>, 117 phys = <&p2u_gbe_0>, <&p2u_gbe_1>;
|
/freebsd/sys/dev/isci/scil/ |
H A D | scu_bios_definitions.h | 341 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit member 538 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit member 748 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit member 969 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit member
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | marvell.txt | 10 - phys : List of phandles to sata phys 19 phys = <&sata_phy0>, <&sata_phy1>;
|