NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
enic_present
sys/arch/emips/stand/common/common.h
64
extern int enic_present(int);
sys/arch/emips/stand/common/enic.c
261
return (enic_present(unit) ? 0 : 1);
sys/arch/emips/stand/common/init_board.c
53
if (enic_present(0))