| /src/sbin/fsck_ext2fs/ | 
| pass3.c | 94 		(void)linkup(orphan, inp->i_dotdot); 
 | 
| extern.h | 58 int	linkup(ino_t, ino_t); 
 | 
| dir.c | 325 		if (linkup(idesc->id_number, (ino_t)0) == 0) 396 linkup(ino_t orphan, ino_t parentdir)  function in typeref:typename:int
 
 | 
| /src/sbin/fsck_lfs/ | 
| pass3.c | 63 		(void) linkup(orphan, inp->i_dotdot); 
 | 
| extern.h | 63 int linkup(ino_t, ino_t); 
 | 
| dir.c | 345 		if (linkup(idesc->id_number, (ino_t) 0) == 0) 422 linkup(ino_t orphan, ino_t parentdir)  function in typeref:typename:int
 
 | 
| /src/sbin/fsck_ffs/ | 
| pass3.c | 105 			if (linkup(orphan, inp->i_dotdot, NULL)) 124 		if (linkup(orphan, inp->i_parent, namebuf)) {
 
 | 
| extern.h | 67 int		linkup(ino_t, ino_t, char *); 
 | 
| dir.c | 467 			 * 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 in typeref:typename:int
 
 | 
| /src/sys/dev/mii/ | 
| rgephy.c | 326 	bool linkup = false;  local in function:rgephy_linkup 332 			linkup = true;
 336 			linkup = true;
 340 			linkup = true;
 343 	return linkup;
 
 | 
| /src/sys/arch/hp300/hp300/ | 
| autoconf.c | 445 		goto linkup; 454 		goto linkup;
 462 		goto linkup;
 471 		goto linkup;
 480  linkup:
 
 | 
| /src/sys/dev/pci/ | 
| if_age.c | 612 	int i, linkup;  local in function:age_phy_reset 634 	for (linkup = 0, pn = 0; pn < 4; pn++) {
 648 			linkup++;
 654 	if (linkup == 0) {
 
 | 
| /src/sys/dev/marvell/ | 
| if_mvxpe.c | 1994 	int linkup; /* bool */  local in function:mvxpe_linkupdate 2002 	linkup = MVXPE_IS_LINKUP(sc);
 2003 	if (sc->sc_linkstate == linkup)
 2008 	    "%s: link %s\n", device_xname(sc->sc_dev), linkup ? "up" : "down");
 2010 	if (linkup)
 2015 	sc->sc_linkstate = linkup;
 
 |