HomeSort by: relevance | last modified time | path
    Searched refs:ntab (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/booke/
e500_autoconf.c 95 const struct e500_truthtab *tab, size_t ntab, u_int default_value)
99 for (u_int i = ntab; i-- > 0; tab++) {
  /src/bin/pax/
tables.c 82 static NAMT **ntab = NULL; /* interactive rename storage table */ variable in typeref:typename:NAMT **
499 if (ntab != NULL)
501 if ((ntab = (NAMT **)calloc(N_TAB_SZ, sizeof(NAMT *))) == NULL) {
524 if (ntab == NULL) {
537 if ((pt = ntab[indx]) != NULL) {
567 pt->fow = ntab[indx];
568 ntab[indx] = pt;
592 if (ntab == NULL)
598 if ((pt = ntab[indx]) == NULL)

Completed in 13 milliseconds