HomeSort by: relevance | last modified time | path
    Searched defs: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 in function:getether
    [all...]
  /src/usr.sbin/iopctl/
iopctl.c 425 int hc, lc, i, nit; local in function:i2ostrvis
437 nit = (le16toh(status.orgid) != I2O_ORG_DPT);
440 if (nit && *src == '\0')
  /src/sys/dev/i2o/
iop.c 2308 int hc, lc, i, nit; local in function:iop_strvis
2320 nit = (le16toh(sc->sc_status.orgid) != I2O_ORG_DPT);
2323 if (nit && *src == '\0')

Completed in 14 milliseconds