Searched refs:phys (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dsegoff.h30 uint32_t phys = virt_to_phys ( ptr ); local
31 if ( phys > 0xfffff ) {
34 return phys >> 4;
H A Depic100.c84 static signed char phys[4]; /* MII device addresses. */ variable
184 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(phys); phy++) {
188 phys[phy_idx++] = phy;
199 phys[0] = 3;
239 mii_reg5 = mii_read(phys[0], 5);
H A Dsundance.c297 unsigned char phys[MII_CNT]; member in struct:sundance_private
317 int mii_lpa = mdio_read(nic, sdc->phys[0], MII_LPA);
335 duplex ? "full" : "half", sdc->phys[0],
631 sdc->phys[0] = 1; /* Default Setting */
636 sdc->phys[phy_idx++] = phy;
649 sdc->mii_if.phy_id = sdc->phys[0];
698 mdio_write(nic, sdc->phys[0], MII_BMCR, mii_ctl);
713 mdio_read(nic, sdc->phys[0], MII_ADVERTISE);
714 mii_lpa = mdio_read(nic, sdc->phys[0], MII_LPA);
725 mii_ctl = mdio_read(nic, sdc->phys[
[all...]
H A Dw89c840.c254 unsigned char phys[2]; /* MII device addresses. */ member in struct:winbond_private
679 w840private.phys[phy_idx++] = phy;
830 if (location == 4 && phy_id == w840private.phys[0])
858 int mii_reg5 = mdio_read(ioaddr, w840private.phys[0], 5);
871 duplex ? "full" : "half", w840private.phys[0], negotiated);
H A Dpcnet32.c273 unsigned char phys[MII_CNT]; member in struct:pcnet32_private
912 lp->phys[0] = 1; /* Default Setting */
916 lp->phys[phy_idx++] = phy;
929 lp->mii_if.phy_id = lp->phys[0];
932 mdio_read(nic, lp->phys[0], MII_ADVERTISE);
934 mii_lpa = mdio_read(nic, lp->phys[0], MII_LPA);
H A Dtulip.c429 signed char phys[4], mii_cnt; /* MII device addresses. */ member in struct:tulip_private
1448 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(tp->phys);
1464 tp->phys[phy_idx++] = phy;
1483 tp->phys[0] = 1;
1645 tp->nic_name, tp->phys[0], mdio_read(nic, tp->phys[0], 1));
1861 tp->nic_name, tp->mii_advertise, tp->phys[phy_num]);
1863 mdio_write(nic, tp->phys[phy_num], 4, tp->mii_advertise);
1973 bmsr = mdio_read(nic, tp->phys[0], 1);
1974 lpa = mdio_read(nic, tp->phys[
[all...]
H A Dvia-rhine.c646 char phys[4]; /* MII device addresses. */ member in struct:rhine_private
1058 tp->phys[0] = -1;
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathcanon.c69 char* phys; local
79 phys = path;
113 if (stat(phys, &st))
142 if (x = pathnext(phys, s - (*s != 0), &visits))
166 dots = pathgetlink(phys, buf, sizeof(buf));
194 if (stat(phys, &st))
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.h84 char *phys; member in struct:__anon944
/osnet-11/usr/src/grub/grub2/grub-core/loader/sparc64/ieee1275/
H A Dlinux.c512 grub_addr_t phys, tte = p->data; local
514 phys = tte & ~(0xff00000000001fffULL);
516 grub_phys_start = phys;
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c121 int phys; local
154 phys = 1;
157 phys = 0;
173 if (phys) {
240 if (phys != 0 && (a->target = ap_logid(a, a->path)) == NULL) {
/osnet-11/usr/src/grub/grub2/include/grub/ieee1275/
H A Dieee1275.h193 EXPORT_FUNC(grub_ieee1275_map) (grub_addr_t phys, grub_addr_t virt,
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dopenfw.c217 grub_ieee1275_map (grub_addr_t phys, grub_addr_t virt, grub_size_t size, argument
246 args.phys_low = phys;
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c1151 Edpos_t ed_curpos(Edit_t *ep,genchar *phys, int off, int cur, Edpos_t curpos) argument
1153 register genchar *sp=phys;
1299 int ed_virt_to_phys(Edit_t *ep,genchar *virt,genchar *phys,int cur,int voff,int poff) argument
1302 register genchar *dp = phys;
1305 genchar *dpmax = phys+MAXLINE;
1312 r = dp - phys;
1336 c = dp-phys;
1351 r = dp - phys;
1358 ep->e_peol = dp-phys;
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_cvt.c74 static scfga_ret_t drv_to_dyncomp(di_node_t node, const char *phys,
155 pmt.phys = (char *)hba_phys;
159 ret = walk_tree(pmt.phys, &pmt, DINFOMINOR | DINFOPROP, &u,
694 drv_to_dyncomp(di_node_t node, const char *phys, char **dyncompp, int *l_errnop) argument
H A Dcfga_scsi.h168 char *phys; member in struct:__anon925
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_include.sh700 /sbin/dladm init-phys
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h180 char *phys; member in struct:__anon882
H A Dcfga_utils.c967 pmt.phys = xport_phys;
1003 if (dev_cmp(ppath, pmtp->phys, pmtp->match_minor)) {
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c1254 nvlist_t **phys; local
1267 &phys, &n_phys) != 0)
1285 &phys, &n_phys) != 0)
1289 if (nvlist_lookup_uint64(phys[j], SES_SAS_PROP_ADDR,
1870 "set phys-path error %s\n",
1970 "set ses phys-path error %s\n",
2052 * the expander phys.
2301 * Typically a connectors associated with 4 phys so that
2929 * Free the whole phys tree.
3573 /* destroy the phys tre
[all...]
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c141 uchar_t phys[4]; member in struct:conf_feature::features::core

Completed in 145 milliseconds