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

/netbsd-current/sbin/fsck_ext2fs/
H A Dpass3.c94 (void)linkup(orphan, inp->i_dotdot);
H A Dextern.h58 int linkup(ino_t, ino_t);
H A Ddir.c325 if (linkup(idesc->id_number, (ino_t)0) == 0)
396 linkup(ino_t orphan, ino_t parentdir) function
/netbsd-current/sbin/fsck_lfs/
H A Dpass3.c63 (void) linkup(orphan, inp->i_dotdot);
H A Dextern.h63 int linkup(ino_t, ino_t);
H A Ddir.c345 if (linkup(idesc->id_number, (ino_t) 0) == 0)
422 linkup(ino_t orphan, ino_t parentdir) function
/netbsd-current/sbin/fsck_ffs/
H A Dpass3.c105 if (linkup(orphan, inp->i_dotdot, NULL))
124 if (linkup(orphan, inp->i_parent, namebuf)) {
H A Dextern.h67 int linkup(ino_t, ino_t, char *);
H A Ddir.c467 * 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
/netbsd-current/sys/dev/mii/
H A Drgephy.c326 bool linkup = false; local
332 linkup = true;
336 linkup = true;
340 linkup = true;
343 return linkup;
/netbsd-current/sys/arch/hp300/hp300/
H A Dautoconf.c438 goto linkup;
447 goto linkup;
455 goto linkup;
464 goto linkup;
473 linkup:
/netbsd-current/sys/dev/pci/
H A Dif_age.c612 int i, linkup; local
634 for (linkup = 0, pn = 0; pn < 4; pn++) {
648 linkup++;
654 if (linkup == 0) {
/netbsd-current/sys/dev/marvell/
H A Dif_mvxpe.c2000 int linkup; /* bool */ local
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 129 milliseconds