Home
last modified time | relevance | path

Searched refs:nstrs (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libast/common/port/
H A Dmc.c37 size_t nstrs; \
275 mc->nstrs = sfgetu(ip); in mcopen()
294 if (!(rp = sp = vmalloc(vm, mc->nstrs + 1))) in mcopen()
327 if (sfread(ip, rp, mc->nstrs) != mc->nstrs || sfgetc(ip) != EOF) in mcopen()
402 mc->nstrs -= strlen(s) + 1; in mcput()
495 mc->nstrs -= strlen(s) + 1; in mcput()
505 mc->nstrs += strlen(s) + 1; in mcput()
548 sfputu(op, mc->nstrs); in mcdump()
/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c234 uint_t nstrs, ncnts; in sdev_ncache_unpack_nvlist() local
248 DP_DEVNAME_NCACHE_ID, &strs, &nstrs); in sdev_ncache_unpack_nvlist()
254 np->nvp_npaths = nstrs; in sdev_ncache_unpack_nvlist()
255 np->nvp_paths = kmem_zalloc(nstrs * sizeof (char *), KM_SLEEP); in sdev_ncache_unpack_nvlist()
256 for (i = 0; i < nstrs; i++) { in sdev_ncache_unpack_nvlist()
259 np->nvp_expirecnts = kmem_zalloc(nstrs * sizeof (int), KM_SLEEP); in sdev_ncache_unpack_nvlist()
260 for (i = 0; i < nstrs; i++) { in sdev_ncache_unpack_nvlist()
267 ASSERT(ncnts == nstrs); in sdev_ncache_unpack_nvlist()
268 ncnts = min(ncnts, nstrs); in sdev_ncache_unpack_nvlist()
269 for (i = 0; i < nstrs; i++) { in sdev_ncache_unpack_nvlist()
/titanic_50/usr/src/cmd/lp/lib/lp/
H A Dtidbit.c127 nstrs; member
301 pt->nstrs = _Getsh(pt->tiebuf + 8);
311 pt->string_table = pt->string_offset + pt->nstrs * 2;
381 if (index >= pt->nstrs)
/titanic_50/usr/src/lib/libcurses/screen/
H A Dsetupterm.c238 int snames, nbools, nints, nstrs, sstrtab; in setupterm() local
358 nstrs = _Getshi(); in setupterm()
361 printf("Number of strings = %d, %#o [%d, %#o].\n", nstrs, nstrs, in setupterm()
610 nstrs; in setupterm()
617 while (nstrs--) { in setupterm()
/titanic_50/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c903 immu_dmar_blacklisted(char **strptr, uint_t nstrs) in immu_dmar_blacklisted() argument
911 ASSERT((strptr == NULL) ^ (nstrs != 0)); in immu_dmar_blacklisted()
916 if (nstrs < 4) { in immu_dmar_blacklisted()
926 for (i = 0; nstrs - i >= 4; i++) { in immu_dmar_blacklisted()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Delf.c518 char *nstrs, *need; in elf_verify_vers() local
535 nstrs = (char *)STRTAB(nlmp); in elf_verify_vers()
568 define = (char *)(nstrs + vdap->vda_name); in elf_verify_vers()