Searched defs:nstrs (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dtidbit.c127 nstrs; member in struct:tidb
301 pt->nstrs = _Getsh(pt->tiebuf + 8);
311 pt->string_table = pt->string_offset + pt->nstrs * 2;
381 if (index >= pt->nstrs)
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c238 int snames, nbools, nints, nstrs, sstrtab; local
358 nstrs = _Getshi();
361 printf("Number of strings = %d, %#o [%d, %#o].\n", nstrs, nstrs,
610 nstrs;
617 while (nstrs--) {
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c234 uint_t nstrs, ncnts; local
248 DP_DEVNAME_NCACHE_ID, &strs, &nstrs);
254 np->nvp_npaths = nstrs;
255 np->nvp_paths = kmem_zalloc(nstrs * sizeof (char *), KM_SLEEP);
256 for (i = 0; i < nstrs; i++) {
259 np->nvp_expirecnts = kmem_zalloc(nstrs * sizeof (int), KM_SLEEP);
260 for (i = 0; i < nstrs; i++) {
267 ASSERT(ncnts == nstrs);
268 ncnts = min(ncnts, nstrs);
269 for (i = 0; i < nstrs;
[all...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c903 immu_dmar_blacklisted(char **strptr, uint_t nstrs) argument
911 ASSERT((strptr == NULL) ^ (nstrs != 0));
916 if (nstrs < 4) {
926 for (i = 0; nstrs - i >= 4; i++) {
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c518 char *nstrs, *need; local
535 nstrs = (char *)STRTAB(nlmp);
568 define = (char *)(nstrs + vdap->vda_name);

Completed in 86 milliseconds