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

/openbsd-current/sbin/fsck_ext2fs/
H A Dpass3.c62 (void)linkup(orphan, inp->i_dotdot);
H A Dextern.h59 int linkup(ino_t, ino_t);
H A Ddir.c285 if (linkup(idesc->id_number, (ino_t)0) == 0)
356 linkup(ino_t orphan, ino_t parentdir) function
/openbsd-current/sbin/fsck_ffs/
H A Dextern.h58 int linkup(ino_t, ino_t);
H A Dpass3.c73 if (linkup(orphan, inp->i_dotdot)) {
H A Ddir.c260 if (linkup(idesc->id_number, 0) == 0)
322 linkup(ino_t orphan, ino_t parentdir) function
/openbsd-current/sbin/dhclient/
H A Ddhclient.c2755 static int linkup, preamble_sent, sleeping; local
2771 else if (linkup && strcmp("link", preamble) == 0)
2781 if (linkup == 0) {
2784 linkup = 1;
2799 linkup = 1;
/openbsd-current/sys/dev/pci/
H A Dif_age.c557 int i, linkup; local
579 for (linkup = 0, pn = 0; pn < 4; pn++) {
593 linkup++;
599 if (linkup == 0) {
H A Dif_de.c464 tulip_link_status_t linkup = TULIP_LINK_DOWN; local
523 linkup = TULIP_LINK_UP;
534 linkup = TULIP_LINK_UP;
542 linkup = TULIP_LINK_UP;
553 if (linkup == TULIP_LINK_UP)

Completed in 202 milliseconds