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

/freebsd-9.3-release/share/examples/ppp/
H A Dppp.linkup.sample3 # Example of ppp.linkup file
25 !bg /usr/X11R6/bin/auplay /etc/ppp/linkup.au
47 ! sh -c "cat /etc/ppp/linkup.au >/dev/audio"
/freebsd-9.3-release/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.h444 int linkup(ino_t orphan, ino_t parentdir, char *name);
H A Ddir.c296 * linkup is answered no, but clri is answered yes.
299 if (linkup(idesc->id_number, (ino_t)0, NULL) == 0) {
305 * Account for the new reference created by linkup().
383 linkup(ino_t orphan, ino_t parentdir, char *name) function
/freebsd-9.3-release/share/examples/
H A DMakefile140 ppp/ppp.linkup.sample \
141 ppp/ppp.linkup.span-isp \
142 ppp/ppp.linkup.span-isp.working \
/freebsd-9.3-release/sys/dev/nve/
H A Dif_nvereg.h169 int linkup; member in struct:nve_softc
H A Dif_nve.c468 sc->linkup = FALSE;
654 DEBUGOUT(NVE_DEBUG_INIT, "nve: nve_init - entry (%d)\n", sc->linkup);
673 &sc->linkup);
724 sc->linkup = 0;
/freebsd-9.3-release/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-9.3-release/sys/dev/de/
H A Dif_de.c522 tulip_link_status_t linkup = TULIP_LINK_DOWN; local
582 linkup = TULIP_LINK_UP;
593 linkup = TULIP_LINK_UP;
601 linkup = TULIP_LINK_UP;
614 if (linkup == TULIP_LINK_UP)

Completed in 138 milliseconds