HomeSort by: relevance | last modified time | path
    Searched defs:linkup (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/mii/
rgephy.c 326 bool linkup = false; local in function:rgephy_linkup
332 linkup = true;
336 linkup = true;
340 linkup = true;
343 return linkup;
  /src/sbin/fsck_ext2fs/
dir.c 325 if (linkup(idesc->id_number, (ino_t)0) == 0)
396 linkup(ino_t orphan, ino_t parentdir) function in typeref:typename:int
  /src/sbin/fsck_lfs/
dir.c 345 if (linkup(idesc->id_number, (ino_t) 0) == 0)
422 linkup(ino_t orphan, ino_t parentdir) function in typeref:typename:int
  /src/sbin/fsck_ffs/
dir.c 467 * linkup is answered no, but clri is answered yes.
470 if (linkup(idesc->id_number, (ino_t)0, NULL) == 0) {
476 * Account for the new reference created by linkup().
559 linkup(ino_t orphan, ino_t parentdir, char *name) function in typeref:typename:int
  /src/sys/dev/pci/
if_age.c 612 int i, linkup; local in function:age_phy_reset
634 for (linkup = 0, pn = 0; pn < 4; pn++) {
648 linkup++;
654 if (linkup == 0) {
  /src/sys/dev/marvell/
if_mvxpe.c 2000 int linkup; /* bool */ local in function:mvxpe_linkupdate
2008 linkup = MVXPE_IS_LINKUP(sc);
2009 if (sc->sc_linkstate == linkup)
2014 "%s: link %s\n", device_xname(sc->sc_dev), linkup ? "up" : "down");
2016 if (linkup)
2021 sc->sc_linkstate = linkup;

Completed in 48 milliseconds