Searched refs:maxs (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/eqn/ |
H A D | lex.c | 196 cstr(char *s, int quote, int maxs) in cstr() argument 206 if (i >= maxs) in cstr() 216 if (i >= maxs) in cstr()
|
/titanic_50/usr/src/uts/i86xpv/io/ |
H A D | privcmd_hcall.c | 430 unsigned int maxs; in privcmd_HYPERVISOR_sysctl() local 450 maxs = dop.u.get_pmstat.u.getpx.total; in privcmd_HYPERVISOR_sysctl() 451 if (maxs == 0) { in privcmd_HYPERVISOR_sysctl() 458 maxs * maxs * sizeof (uint64_t), IE_EXPORT); in privcmd_HYPERVISOR_sysctl() 464 maxs * sizeof (pm_px_val_t), IE_EXPORT); in privcmd_HYPERVISOR_sysctl() 476 maxs = dop.u.get_pmstat.u.getcx.nr; in privcmd_HYPERVISOR_sysctl() 477 if (maxs == 0) { in privcmd_HYPERVISOR_sysctl() 484 maxs * sizeof (uint64_t), IE_EXPORT); in privcmd_HYPERVISOR_sysctl() 489 maxs * sizeof (uint64_t), IE_EXPORT); in privcmd_HYPERVISOR_sysctl()
|
/titanic_50/usr/src/cmd/make/bin/ |
H A D | ar.cc | 630 int maxs; in translate_entry() local 707 maxs = strlen(member->body.member.entry->string_mb); in translate_entry() 708 if(strlen(syms) > maxs) in translate_entry() 709 maxs = strlen(syms); in translate_entry() 712 maxs)) { in translate_entry()
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | wrefresh.c | 949 _prefix(chtype *s1, chtype *s2, int length, int maxs, int *begm) in _prefix() argument 954 for (m = 1; m <= maxs; ++m) in _prefix()
|