OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linkup
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/mii/
rgephy.c
326
bool
linkup
= false;
local
332
linkup
= true;
336
linkup
= true;
340
linkup
= true;
343
return
linkup
;
/src/sbin/fsck_ext2fs/
dir.c
325
if (
linkup
(idesc->id_number, (ino_t)0) == 0)
396
linkup
(ino_t orphan, ino_t parentdir)
function
/src/sbin/fsck_lfs/
dir.c
345
if (
linkup
(idesc->id_number, (ino_t) 0) == 0)
422
linkup
(ino_t orphan, ino_t parentdir)
function
/src/sbin/fsck_ffs/
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
/src/sys/dev/pci/
if_age.c
612
int i,
linkup
;
local
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
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
;
Completed in 30 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026