Home
last modified time | relevance | path

Searched refs:linkup (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sbin/fsck_ffs/
H A Dpass3.c105 if (linkup(orphan, inp->i_dotdot, NULL)) in pass3()
124 if (linkup(orphan, inp->i_parent, namebuf)) { in pass3()
H A Dextern.h67 int linkup(ino_t, ino_t, char *);
H A Ddir.c470 if (linkup(idesc->id_number, (ino_t)0, NULL) == 0) { in adjust()
559 linkup(ino_t orphan, ino_t parentdir, char *name) in linkup() function
/netbsd-src/sys/arch/hp300/hp300/
H A Dautoconf.c438 goto linkup; in device_register()
447 goto linkup; in device_register()
455 goto linkup; in device_register()
464 goto linkup; in device_register()
473 linkup: in device_register()
/netbsd-src/sys/dev/mii/
H A Drgephy.c326 bool linkup = false; in rgephy_linkup() local
332 linkup = true; in rgephy_linkup()
336 linkup = true; in rgephy_linkup()
340 linkup = true; in rgephy_linkup()
343 return linkup; in rgephy_linkup()
/netbsd-src/sbin/fsck_ext2fs/
H A Dpass3.c94 (void)linkup(orphan, inp->i_dotdot); in pass3()
H A Dextern.h58 int linkup(ino_t, ino_t);
H A Ddir.c325 if (linkup(idesc->id_number, (ino_t)0) == 0) in adjust()
396 linkup(ino_t orphan, ino_t parentdir) in linkup() function
/netbsd-src/sbin/fsck_lfs/
H A Dpass3.c63 (void) linkup(orphan, inp->i_dotdot); in pass3()
H A Dextern.h63 int linkup(ino_t, ino_t);
H A Ddir.c345 if (linkup(idesc->id_number, (ino_t) 0) == 0) in adjust()
422 linkup(ino_t orphan, ino_t parentdir) in linkup() function
/netbsd-src/sys/dev/marvell/
H A Dif_mvxpe.c2000 int linkup; /* bool */ in mvxpe_linkupdate() local
2008 linkup = MVXPE_IS_LINKUP(sc); in mvxpe_linkupdate()
2009 if (sc->sc_linkstate == linkup) in mvxpe_linkupdate()
2014 "%s: link %s\n", device_xname(sc->sc_dev), linkup ? "up" : "down"); in mvxpe_linkupdate()
2016 if (linkup) in mvxpe_linkupdate()
2021 sc->sc_linkstate = linkup; in mvxpe_linkupdate()
/netbsd-src/sys/dev/pci/
H A Dif_age.c612 int i, linkup; in age_phy_reset() local
634 for (linkup = 0, pn = 0; pn < 4; pn++) { in age_phy_reset()
648 linkup++; in age_phy_reset()
654 if (linkup == 0) { in age_phy_reset()