Searched refs:linkup (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/sbin/fsck_ffs/ |
H A D | pass3.c | 105 if (linkup(orphan, inp->i_dotdot, NULL)) in pass3() 124 if (linkup(orphan, inp->i_parent, namebuf)) { in pass3()
|
H A D | extern.h | 67 int linkup(ino_t, ino_t, char *);
|
H A D | dir.c | 470 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 D | autoconf.c | 438 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 D | rgephy.c | 326 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 D | pass3.c | 94 (void)linkup(orphan, inp->i_dotdot); in pass3()
|
H A D | extern.h | 58 int linkup(ino_t, ino_t);
|
H A D | dir.c | 325 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 D | pass3.c | 63 (void) linkup(orphan, inp->i_dotdot); in pass3()
|
H A D | extern.h | 63 int linkup(ino_t, ino_t);
|
H A D | dir.c | 345 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 D | if_mvxpe.c | 2000 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 D | if_age.c | 612 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()
|