HomeSort by: relevance | last modified time | path
    Searched defs:ifinit (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/i2c/
au8522.c 196 uint8_t ifinit[3]; local in function:au8522_set_if
201 ifinit[0] = 0xfb;
202 ifinit[1] = 0x8e;
203 ifinit[2] = 0x39;
210 for (n = 0; n < __arraycount(ifinit); n++)
211 au8522_write_1(au, 0x80b5 + n, ifinit[n]);
  /src/sbin/routed/
if.c 212 ifinit();
235 ifinit();
279 ifinit();
680 ifinit(void) function in typeref:typename:void
734 BADERR(1, "ifinit: sysctl(RT_IFLIST)");
739 BADERR(1,"ifinit: sysctl(RT_IFLIST) estimate");
741 "ifinit sysctl");
782 logbad(1,"ifinit: out of sync");
1120 ifp = (struct interface *)rtmalloc(sizeof(*ifp), "ifinit ifp");
  /src/sys/net/
if.c 305 ifinit(void) function in typeref:typename:void

Completed in 15 milliseconds