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

/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass3.c97 if (linkup(orphan, inp->i_dotdot, NULL)) {
117 if (linkup(orphan, inp->i_parent, namebuf)) {
H A Dfsck.h454 int linkup(ino_t orphan, ino_t parentdir, char *name);
H A Ddir.c372 * linkup is answered no, but clri is answered yes.
375 if (linkup(idesc->id_number, (ino_t)0, NULL) == 0) {
381 * Account for the new reference created by linkup().
459 linkup(ino_t orphan, ino_t parentdir, char *name) function
/freebsd-11-stable/sys/dev/mii/
H A Drgephy.c280 int linkup; local
283 linkup = 0;
289 linkup++;
293 linkup++;
298 linkup++;
301 return (linkup);
/freebsd-11-stable/share/examples/
H A DMakefile139 ppp/ppp.linkup.sample \
140 ppp/ppp.linkup.span-isp \
141 ppp/ppp.linkup.span-isp.working \
/freebsd-11-stable/sys/dev/age/
H A Dif_age.c386 int i, linkup; local
408 for (linkup = 0, pn = 0; pn < 4; pn++) {
422 linkup++;
428 if (linkup == 0) {
/freebsd-11-stable/sys/dev/de/
H A Dif_de.c523 tulip_link_status_t linkup = TULIP_LINK_DOWN; local
583 linkup = TULIP_LINK_UP;
594 linkup = TULIP_LINK_UP;
602 linkup = TULIP_LINK_UP;
615 if (linkup == TULIP_LINK_UP)

Completed in 120 milliseconds