Home
last modified time | relevance | path

Searched refs:checkaux (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/usr.bin/config/
Dfiles.c77 static int checkaux(const char *, void *);
249 (void)expr_eval(fi->fi_optx, checkaux, fi); in checkfiles()
260 checkaux(const char *name, void *context) in checkaux() function
/netbsd/src/sys/dev/ic/
Dpckbc.c134 int checkaux = t->t_haveaux; in pckbc_poll_data1() local
152 if (checkaux && (stat & 0x20)) { /* aux data */ in pckbc_poll_data1()