Searched refs:ncpp (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/pmap/
H A Dmain.c470 struct nchashhead _ncpp, *ncpp; local
480 ncpp = &_ncpp;
483 ncpp = &nchashtbl[i];
485 LIST_FOREACH(ncp, ncpp, nc_hash) {
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_cache.c262 struct nchashhead *ncpp; local
266 ncpp = &nchashtbl[NCHASH(cnp, dvp)];
268 LIST_FOREACH(ncp, ncpp, nc_hash) {
591 struct nchashhead *ncpp; local
648 ncpp = &nchashtbl[NCHASH(cnp, dvp)];
657 if ((ncp->nc_hash.le_next = ncpp->lh_first) != NULL)
658 ncpp->lh_first->nc_hash.le_prev = &ncp->nc_hash.le_next;
659 ncp->nc_hash.le_prev = &ncpp->lh_first;
661 ncpp->lh_first = ncp;
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c348 int nc, nl, nas, ncpp, i, j, c, nxo, na; local
392 i = nc = nl = nas = ncpp = nxo = 0;
483 cpplist[ncpp++] = t;
486 cpplist[ncpp++] = t;
697 cpplist[ncpp++] = argv[i];
872 for (j = 0; j < ncpp; j++)

Completed in 80 milliseconds