OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nit
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/bootp/bootptest/
getether.c
87
int
nit
;
92
nit
= open("/dev/
nit
", 0);
93
if (
nit
< 0) {
94
report(LOG_ERR, "getether: open /dev/
nit
: %s",
99
if (ioctl(
nit
, NIOCBIND, &ifrnit) < 0) {
100
report(LOG_ERR, "getether: NIOCBIND on
nit
");
103
if (ioctl(
nit
, SIOCGIFADDR, &ifrnit) < 0) {
104
report(LOG_ERR, "getether: SIOCGIFADDR on
nit
");
110
close(
nit
);
86
int
nit
;
local
[
all
...]
/src/usr.sbin/iopctl/
iopctl.c
426
int hc, lc, i,
nit
;
local
438
nit
= (le16toh(status.orgid) != I2O_ORG_DPT);
441
if (
nit
&& *src == '\0')
/src/sys/dev/i2o/
iop.c
2308
int hc, lc, i,
nit
;
local
2320
nit
= (le16toh(sc->sc_status.orgid) != I2O_ORG_DPT);
2323
if (
nit
&& *src == '\0')
Completed in 28 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026