Searched refs:readtab (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/libexec/bootpd/
H A Dreadfile.h10 extern void readtab(int);
H A Dbootpd.c429 readtab(1); /* force read */
526 * Call readtab() or dumptab() here to avoid the
531 readtab(1); /* force read */
563 readtab(0); /* maybe re-read bootptab */
H A Dreadfile.c320 readtab(force)
673 /* The default subnet mask is set in readtab() */
317 readtab(force) function
/freebsd-10.1-release/libexec/bootpd/tools/bootpef/
H A Dbootpef.c228 readtab(1); /* force read */
/freebsd-10.1-release/sys/dev/hatm/
H A Dif_hatm.c104 static const uint32_t readtab[] = { variable
610 for (i = 0; i < sizeof(readtab) / sizeof(readtab[0]); i++) {
611 WRITE4(sc, HE_REGO_HOST_CNTL, val | readtab[i]);

Completed in 118 milliseconds